Recent Questions - Unix & Linux Stack Exchange · Jul 10, 2017
How to mount an NTFS partition writable for a non-root user?
0Sign in to vote or save
This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.
I am using Debian 8.8 and am using ntfs-3g to mount an NTFS partition in /etc/fstab . Here is my entry: /dev/sdc1 /mnt/data_backup ntfs-3g rw,uid=1000,gid=1000,dmask=0002,fmask=0003 0 0 It is fine for my account userA to read and write the partition. However, my workstation is open to another userB which is not in the root group. Is there any way to make the partition writable for the non-root…

Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.