Jump to content

Setting up VFAT partition [solved]


Recommended Posts

Hi there, i have a problem:

 

I want to mount my windows partition on Fedora 4 and would like all users to have full access to it.

By default the partition mounts so only root can write to it.

When i use chmod to change the permissions:

chmod 777 my-mount-folder

it does nothing. I can set all permissions except one: only root can write to that folder.

Nautilus doesn't allow me to change it too.

 

What shall i do to?

 

Thanks.

Edited by ilia_kr
Link to comment
Share on other sites

The umask puts a mask that effectively gives you full rights without having to work out setting them manually. This gives full rights to all users on the system, but you can tie it down with a different umask to restrict further.

Link to comment
Share on other sites

  • 1 month later...
mount -a (assuming they're set up in /etc/fstab)

 

Yes, thanks, but "mount -a" just mounts all devices that are listed in fstab (according to man pages), but doesn't remount them all to reveal all changes.

 

Now when I think about this, it is impossible to remount all devices so the OS could still run...

So my question was pointless... :oops:

 

Thank you jboy

Link to comment
Share on other sites

In fact it might be possible to sort-of "refresh" mount options for at least some mount points. I've never tried it, but you may want to try the "-o remount" option; see mount man page.

 

Yves.

Link to comment
Share on other sites

In fact it might be possible to sort-of "refresh" mount options for at least some mount points. I've never tried it, but you may want to try the "-o remount" option; see mount man page.

 

Yves.

Didn't notice this section in man file, thank you.

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...