Jan 28, 2002 #1 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!
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!
Feb 3, 2002 1 #2 ifincham IS-IT--Management Jul 11, 2001 1,768 GB 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 Upvote 0 Downvote
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