@agnivo007
I think NTFS partitions are accessible by all linux users. You don't need to change file permissions if it's formatted as ntfs.
2 alternative fstab entries for a family partition depending on if you used Disk Manager or gnome disk utility (besides MX, no other distro uses Disk Manager now) to autogenerate it:
Code: Select all
# FamilyData partition
UUID=whatever /media/FamilyData ntfs-3g defaults,locale=en_US.UTF-8 0 0
Note: for read/Write you use ntfs-3g in place of ntfs.
ntfs is read only.
OR
Code: Select all
/dev/disk/by-uuid/whatever /mnt/FamilyData auto nosuid,nodev,nofail,x-gvfs-show 0 0
If I'm not mistaken, I then manually changed the /mnt to /media in gnome disk utility after the auto entry was generated.
I actually have no idea if this entry is read only or R/W as I don't write into that partition and I hardly access it. Since I'm currently booted into MX19, I can tell you the Disk Manager entry is R/W.