Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ntfs mount permissions 1

Status
Not open for further replies.

MrTom

Programmer
Mar 13, 2001
383
GB
when i mount my ntfs partition it changes the permissions to read only access for root only.
is there any way to make the mount world readable?

thanx!
 
Hi,





You have to tell 'mount' which (non-root) userid and groupid to use as options to the mount command :





mount /dev/hdc5 -t nfts -o uid=user1,gid=group1,ro /mnt/wherever





You can also use the umask option if you wish :





-o uid=user1,gid=group1,umask=027,ro





Hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top