[plug] Mount Permisions
Craig Ringer
craig at postnewspapers.com.au
Wed Jun 26 11:42:33 WST 2002
> uid=value, gid=value and umask=value
> Set the file permission on the filesystem. By
> default, the files are owned by root and not read-
> able by somebody else.
> So changing the options to user,ro,umask=022 should be what you want.
or if you want it to automount on boot, using
"ro,umask=022,uid=<youruid>" will make it accessable to your normal user
acct but still automount correctly. Replace <>'d bits with the
appropriate IDs obvously.
To get the required id numbers, just run "id" under your normal user login.
--
Craig Ringer
GPG Key Fingerprint: AF1C ABFE 7E64 E9C8 FC27 C16E D3CE CDC0 0E93 380D
-- if it ain't broke, add features 'till it is. (or:)
while (! broken) { feature ++ ; }
More information about the plug
mailing list