Other ntfs-3g in fstab

Hello, I am trying to auto mount an USB disk, I can do it normal by using
Code:
 # ntfs-3g /dev/da0s1 /mnt/usb/
but I added it to /etc/fstab in this way: /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
Can someone give me light about this please? Thanks
 
Back
Top