Need Help with fixing permissions in mounted Drive

Posted by Master on Server Fault See other posts from Server Fault or by Master
Published on 2010-05-13T03:29:31Z Indexed on 2010/05/13 3:35 UTC
Read the original article Hit count: 311

Filed under:
|
|

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

© Server Fault or respective owner

Related posts about ubuntu

Related posts about fstab