
Re: EXT3 partition not being scanned?
Oops, forgot to mention, I didn't alter anything at first then I mounted part1 on HDD1 which succeeded as far as mounting it but the POHD didn't recognise it as all. No HDD in the file manager

rcS:
sleep 60
mount /dev/scsi/host0/bus0/target0/lun0/part1 /tmp/hdd/volumes/HDD1
mount:
/ # mount
/dev/root on / type squashfs (ro)
none on /dev type devfs (rw)
none on /proc type proc (rw,nodiratime)
devpts on /dev/pts type devpts (rw)
none on /sys type sysfs (rw)
none on /tmp type ramfs (rw)
/dev/mtdblock/2 on /usr/local/etc type yaffs (rw,noatime)
/dev/rd/0 on /mnt/rd type vfat (rw,nodiratime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1)
/dev/scsi/host0/bus0/target0/lun0/part1 on /tmp/hdd/volumes/HDD1 type ext3 (rw,recovery)
/ #