Code: Select all
sudo mount -t ntfs-3g /dev/sdb1 /media/vinyl/
How can I make it persistant so I don't always have to type this in every time I restart my machine?
Code: Select all
sudo mount -t ntfs-3g /dev/sdb1 /media/vinyl/
Code: Select all
UUID=45DA03247D40E7E3 /media/vinyl ntfs-3g noauto,users,noexec,uid=1000,gid=users,dmask=002,fmask=113,relatime 0 0
go ahead and use the"auto" instead of"noauto". IIRC, you have to be root to mount ntfs-3g drives.rmcellig wrote:This is the entry in my fstab file for my external NTFS usb pen drive.
When I restart my machine and try and open the vinyl folder a permission error message appears. Can I tweak my fstab entry to deal with this?
Code: Select all
UUID=45DA03247D40E7E3 /media/vinyl ntfs-3g noauto,users,noexec,uid=1000,gid=users,dmask=002,fmask=113,relatime 0 0