Results 11 to 20 of 25
Thanks bryansmith,
I edited /etc/fstab to include what you had down. I still can't change the ownership of lowellgrippo, no matter if as root or regular user... olishes_colt_45_acp:...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-14-2005 #11
Thanks bryansmith,
I edited /etc/fstab to include what you had down. I still can't change the ownership of lowellgrippo, no matter if as root or regular user...
olishes_colt_45_acp:
- 11-14-2005 #12
Dapper Dan,
After making the changes I suggested, did you check to see what the ownership was already set it? You shouldn't have to change anything - it should mount with the UID/GID ownership you specified in the fstab.
- 11-14-2005 #13Linux Engineer
- Join Date
- Jan 2005
- Location
- Chicago (USA)
- Posts
- 1,028
Try changing the ownership of the directory the filesystem is mounted on recursively.
- 11-14-2005 #14I expected to see that the files ownership had changed to dapper:users after the changes. It didn't. What I did was unmount it, made the changes, then remounted it and all files were still under root:root.
Originally Posted by anomie
- 11-14-2005 #15It won't let me do that either. I went:
Originally Posted by a thing
and every file inside comes up: Operation not permitted! :drown:Code:chown -R dapper:users /media/wd_fat_1
- 11-14-2005 #16Linux Engineer
- Join Date
- Jan 2005
- Location
- Chicago (USA)
- Posts
- 1,028
Try umounting the drive and changing the permission of the directory its mounted on.
/me wonders why mtab isn't in /var...
- 11-14-2005 #17
Hmmm...this is a doodle of a melon scratcher. Have you tried chmod? Give:
just to see at least if you can change it this way.Code:chmod 777 <filename>
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 11-14-2005 #18
Why is this taking so long?
The filesystem is vfat. Vfat does not support file ownership settings; it's designed for DOS/Windows. When you use a vfat file system in *nix, all files and directories are owned by whatever userid/groupid is specified at the time of mounting (i.e. in the fstab).
You simply can't change ownership of individual files/directories with vfat.
I've never bothered changing ownership from the defaults of root:root. Putting a umask of "000" in the fstab gives full access to all users, which is all I want. If I wanted security, I wouldn't put it on vfat in the first place.Isaac Kuo, ICQ 29055726 or Yahoo mechdan
- 11-14-2005 #19Just Joined!
- Join Date
- Oct 2005
- Location
- North Carolina, USA
- Posts
- 45
Right, if you want permissions/ownership on a drive shared with DOS/win, I think you need umsdos, which lets you specify gid and uid in fstab.
- 11-14-2005 #20It wouldn't have if you'd jumped in sooner.
Originally Posted by IsaacKuo 
Can /etc/fstab be changed to change the ownership of all the files? Or will the ownership always be root:root?You simply can't change ownership of individual files/directories with vfat.
I detest vfat and normally would never use it. This is an experiment to see if configuration files can be accessed from Linux and Windows for the same application running under each. I'd rather not have to open the application as root.If I wanted security, I wouldn't put it on vfat in the first place.



