Jump to content

Can't chmod 'sharing' partition


Recommended Posts

Hi again,

 

Here's a funny one. My /mnt/win_d is a FAT32 partition for sharing files between my Win and Lin partitions. It's owned by root who has full permissions, but its group and others permissions are both r-x. So I try

 

chmod -v o+rwx /mnt/win_d

 

which outputs

 

mode of `/mnt/win_d' changed to 0757 (rwxr-xrwx)

 

Yet, when I ls -l /mnt, it shows

 

drwxr-xr-x 14 root root 2048 Jan 1 1970 win_d/

 

Any idea why this is happening? Is it a FAT32 issue? Can I fix it?

Link to comment
Share on other sites

fstab should control the permissions on it. Look for it in there and for a part that says 'ro' and change that to 'rw'. Also add 'user' in there without the quotes.

 

Using my cdrom entry as an example:

 

/dev/hdc /mnt/cdrom auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec 0 0

 

Make sure the ro part says rw.

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