Hi all,
I spent some time over the weekend and managed to get OpenWRT working on my WGT634U. It 'almost' does everything I need now (basically I want a way of backing up over the LAN, and streaming music to a Netgear MP101).
The only outstanding issue I have is with the USB. It recogises the two disks fine, but I cannot mount them for some reason. The two discs are both Maxtor Onetouch USB if that helps, one is 180Gb, the other 320Gb, both formatted FAT32).
I've listed what I am attempting to do below. First 'ls' on the drive to show the partitions, then try to mount to the /mnt directory (which does exist). I suspect that I am either using the wrong mount command, or I am missing a file system of some sort.
I am still very much a Linux newbie, so be gentle.
All the best, and thanks in advance for any advice.
Tony.
root@OpenWrt:/dev/scsi/host1/bus0/target0/lun0# ls
disc part2 part5
root@OpenWrt:/dev/scsi/host1/bus0/target0/lun0# mount /dev/scsi/host1/bus0/target0/lun0/part2 /mnt
attempt to access beyond end of device
sda2: rw=0, want=66, limit=2
isofs_fill_super: bread failed, dev=sda2, iso_blknum=16, block=32
attempt to access beyond end of device
sda2: rw=0, want=68, limit=2
attempt to access beyond end of device
sda2: rw=0, want=1252, limit=2
attempt to access beyond end of device
sda2: rw=0, want=1028, limit=2
UDF-fs: No partition found (1)
attempt to access beyond end of device
sda2: rw=0, want=8, limit=2
XFS: SB read failed
mount: Mounting /dev/scsi/host1/bus0/target0/lun0/part2 on /mnt failed: Input/output error
root@OpenWrt:/dev/scsi/host1/bus0/target0/lun0#