Jump to content

Making my mounts user-writable by default


Jza
 Share

Recommended Posts

I want my partitions to be writable by users by default. Currently I have to become root, unmount it and then mount it as a regular user. So I want the users to be able to write to it without going through that process I beleieve umask should be use but which values should I get on them.

 

Regars.

Link to comment
Share on other sites

mount that as root, create a folder on that partition, then make that folder writable to everyone.. or... create a group, say "rwgroup" then chown that folder to root.rwgroup and chmod 770 and make those users you want to have rw access to that folder a member of rwgroup.. :P

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...