Mi problem is when the the router boots with a usb-hub the ntfs disk won't be reconized.
If the router boots without the usb hub the ntfs disk it's reconized ok.
If the router boots with the the usb-hub and fat disk it's ok.
Any ideas????
Mi problem is when the the router boots with a usb-hub the ntfs disk won't be reconized.
If the router boots without the usb hub the ntfs disk it's reconized ok.
If the router boots with the the usb-hub and fat disk it's ok.
Any ideas????
Can you check what happens if you try to mount the ntfs drive connected to the hub manually.
First find the partition using:
dmesg | grep /dev/scsi
you should get a line e.g.: /dev/scsi/host0/bus0/target0/lun0: p1
Now run:
ls -la /dev/scsi/host0/bus0/target0/lun0
The output should display a partition "part1" etc.
After that you can try to mount it:
mkdir /tmp/test
/usr/sbin/ntfs-3g /dev/scsi/host0/bus0/target0/lun0/part1 /tmp/test
Any error messages?
If manual mount works, then I guess it is a timing issue.
Kong said: Can you check what happens if you try to mount the ntfs drive connected to the hub manually. First find the partition using: dmesg | grep /dev/scsi you should get a line e.g.: /dev/scsi/host0/bus0/target0/lun0: p1 Now run: ls -la /dev/scsi/host0/bus0/target0/lun0 The output should display a partition "part1" etc. After that you can try to mount it: mkdir /tmp/test /usr/sbin/ntfs-3g /dev/scsi/host0/bus0/target0/lun0/part1 /tmp/test Any error messages? If manual mount works, then I guess it is a timing issue.
Never mine,
The problem was that no enough power was supplied to the usb hub.
Once I plugged the output power to the usb hub the disk got reconized.
Thank a lot,
Did you forget your password?
You can also log in using OpenID.