I used the same one you do, but without the uid, gid.
Nomally, I don’t mount ntfs from the fstab. I have a bash alias to mount the ntfs when I need to:
alias windatamnt='sudo mount -t ntfs3 -o rw,umask=000 /dev/sdd1 /mnt/windows/data-02'
I used the same one you do, but without the uid, gid.
Nomally, I don’t mount ntfs from the fstab. I have a bash alias to mount the ntfs when I need to:
alias windatamnt='sudo mount -t ntfs3 -o rw,umask=000 /dev/sdd1 /mnt/windows/data-02'
Going to play with the ‘noauto’ option later today.
Been mounting the external ntfs drive with /etc/fstab the last couple days. No problems.
I settled with and happy with.
UUID=B82895512895100C /windows ntfs3 defaults,noatime,uid=sam,gid=sam,umask=077 0 0