Need Help with fixing permissions in mounted Drive
- by Master
I am trying a lot still my problem is not solved.
I have a partion called Server and inside it i have 5 folders like
Folder 1
FOlder 2
Folder 3
I am mounting the drive on startup by using following command as told to me by some senoir members and it works but with some problems
/dev/sdb1 /media/Server ntfs defaults,umask=006,fmask=000,dmask=007,uid=1000,gid=1001 0 0
The problem is with this command the permission are applied to all folders like Folder 1 , Folder 2 , FOlder3
But i want that only FOlder 3 should be publicly readable and writable while all other should be private and no one should have access to that.
How can i achieve that