Hi,
I have installed fuse and ntfs-3g port on my 10-Stable. Everything works fine if I use
If I try to use
Obviously this happens because I don't have mount_ntfs-3g by default. I did soft link in /usr/sbin to ntfs-3g but it does not help.
My wish is to register this mount point at fstab, but I can't do it with ntfs-3g. May be I am doing something wrong? Have seen many guides where "mount -t ntfs-3g" is mentioned and the same number where "ntfs-3g" command is used. What are the difference between them? How can I add this mount point to fstab with ntfs-3g?
Regards,
Vadim.
I have installed fuse and ntfs-3g port on my 10-Stable. Everything works fine if I use
Code:
ntfs-3g /dev/ada2s1 /mnt/drive_d/
Code:
mount -t ntfs-3g /dev/ada2s1 /mnt/drive_d/
mount: /dev/ada2s1: Operation not supported by device
Obviously this happens because I don't have mount_ntfs-3g by default. I did soft link in /usr/sbin to ntfs-3g but it does not help.
My wish is to register this mount point at fstab, but I can't do it with ntfs-3g. May be I am doing something wrong? Have seen many guides where "mount -t ntfs-3g" is mentioned and the same number where "ntfs-3g" command is used. What are the difference between them? How can I add this mount point to fstab with ntfs-3g?
Regards,
Vadim.