- slow speed if you copy a file from pc to usb device via lan (about 737KB/s)
- if you boot the router with an usb device attached it will be mount automatically as /dev/sda1 - so no problem
- sometimes when you disconnect the usb device and reconnect it, the router will mount it as /dev/sdb1 in fact if you check the processes you will see ntfs-3g still running with /dev/sda1 configuration
- sometimes you don't have to create a mount point for fstab, just connecting the usb device will create it - so check always the System Log and the mount points from LUCI
- sometimes you have to reboot the router to restore the /dev/sda1
- when you share an usb device via samba, changing the shared folder name let you see the contents
I just find out that you just need to unmount the folder BEFORE disconnecting the usb device.
from SSH:
umount /path/*/
I scripted the button near the usb to do the umount and it works great! yay!
From the next build I will add ntfs support ;)
Nessun commento:
Posta un commento