|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - Security Want to know if you should really apply the latest kernel patch? Want to know how to configure your firewall? Discuss any Security related topics in here! |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
I'm unable to modify files on a mounted FAT partition, because their 'owned' by root. So I logged in as root, and tried to change it - only to find out that I have 'insufficient acces' to each of the files to modify their ownership... Please help
|
|
|||
|
That happens because FAT filesystems lack permission support.
You should mount it rw with correct fstab options and that should be it. |
|
|||
|
This has been covered on the forums before. From the mount manpages:
Code:
Mount options for fat ... ****** uid=value and gid=value **************Set the owner and group of all files.**(Default: the uid and gid **************of the current process.) ... |
|
|||
|
Hey, thanks for quick response... :-)
I opened the partitioning tool from Yast to edit fstab options. Option value said... Code:
users,gid=users,umask=0002,utf8=true Tried either way, but the files are still owned by root :/ I also find it weird, that I'm able to move files to (only) a few particular folders on FAT, some files can be deleted (it's impossible to restore them from the trash though) while others can't. How do I "mount it rw"? |
|
|||
|
Oh, god... Now entry in fstab looks as follows...
Code:
rw,users,uid=joy,gid=users,umask=0002,utf8=true 0 0 Still 'no permission'. What the heck? |
|
|||
|
Quote:
Code:
/dev/hda1****/windows/C****vfat****users,gid=users,umask=0002,utf8=true 0 0 Edit: I almost forgot. I'm using 10.0, I don't know if that makes a difference in the fstab or not. You didn't say what version you're running. |
|
|||
|
Oh, yes, and where are they mounted?
If it's on /windows/C, e.g., post: ll /windows |
|
|||
|
Quote:
Code:
users,exec,gid=users,umask=000,iocharset=utf8 0 0 |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|