Hello, I am trying to auto mount an USB disk, I can do it normal by using
but I added it to /etc/fstab in this way:
Can someone give me light about this please? Thanks
Code:
# ntfs-3g /dev/da0s1 /mnt/usb/
/dev/da0s1 /mnt/usb ntfs-3g rw 0 0
and when I write # mount /mnt/usb
to test, it says
Code:
mount: /dev/da0s1: Operation not supported by device