[closed] NTFS, fstab, and mounting with read, write, and executable permissions

Unless USERNAME is your real username you have to replace that in fstab… :rofl:

Also the directory

/home/$USER/d_drive

needs to be created with mkdir.

Furthermore, install ntfs-3g

Then replace ntfs with ntfs-3g in your fstab entry and use the right options:

UUID=43FBFFD71AD3FC68 /home/{username}/d_drive ntfs-3g uid=userid,gid=groupid,dmask=022,fmask=133 0 0
1 Like