Ols
21-10-2004, 22:06
Yop guys,
Perhaps this problem was explained on the forum, but i didn't found it, and if it did, sorry for this ask.. :o
I've upgrated my wl500g with 1.8.1.7-2a, connect my external usb storage ( Maxtor 160g with 1*150g fat32 and 1*6g ext3), reboot and test my ftp, worked fine.
Then I copy the fs image on the ext3 partition, apply settings to nvram, reboot, checked if it booted on the usb, it was right (i've added a folder called "test" in the image), but now, the ftp doesn't work :(
I've changed the ext3 from primary to extended, nothing different.
Mount command tells me in the first case (ftp OK) :
/dev/root on / type squashfs (ro)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
ramfs on /tmp type ramfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/discs/disc0/part1 on /tmp/harddisk type vfat (rw,sync)
/dev/discs/disc0/part2 on /tmp/harddisk/part1 type ext3 (rw,noatime)
With Usb boot OK but ftp unavailable :
/dev/root on /mnt type squashfs (ro)
none on /mnt/dev type devfs (rw)
none on /mnt/proc type proc (rw)
/dev/scsi/host0/bus0/target0/lun0/part2 on / type ext3 (rw,noatime)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
ramfs on /tmp type ramfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
It seems it doesn't mount the fat32 partition correctly, i tryed to mount it manually, but no change...
Edit 1 : I could mount the partition with :
mount -o remount,rw,sync /dev/scsi/host0/bus0/target0/lun0/part1 /tmp/harddisk
But nothing changed :(
Could you please advice me ?
Thx
Ols
Perhaps this problem was explained on the forum, but i didn't found it, and if it did, sorry for this ask.. :o
I've upgrated my wl500g with 1.8.1.7-2a, connect my external usb storage ( Maxtor 160g with 1*150g fat32 and 1*6g ext3), reboot and test my ftp, worked fine.
Then I copy the fs image on the ext3 partition, apply settings to nvram, reboot, checked if it booted on the usb, it was right (i've added a folder called "test" in the image), but now, the ftp doesn't work :(
I've changed the ext3 from primary to extended, nothing different.
Mount command tells me in the first case (ftp OK) :
/dev/root on / type squashfs (ro)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
ramfs on /tmp type ramfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/discs/disc0/part1 on /tmp/harddisk type vfat (rw,sync)
/dev/discs/disc0/part2 on /tmp/harddisk/part1 type ext3 (rw,noatime)
With Usb boot OK but ftp unavailable :
/dev/root on /mnt type squashfs (ro)
none on /mnt/dev type devfs (rw)
none on /mnt/proc type proc (rw)
/dev/scsi/host0/bus0/target0/lun0/part2 on / type ext3 (rw,noatime)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
ramfs on /tmp type ramfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
It seems it doesn't mount the fat32 partition correctly, i tryed to mount it manually, but no change...
Edit 1 : I could mount the partition with :
mount -o remount,rw,sync /dev/scsi/host0/bus0/target0/lun0/part1 /tmp/harddisk
But nothing changed :(
Could you please advice me ?
Thx
Ols