> From: "Vincent Caintic" <[EMAIL PROTECTED]>
> To: "linux-newbie" <[EMAIL PROTECTED]>
> Subject: can't change ownership in fat32 partition
> Date: Fri, 21 May 1999 06:01:29 -0400
> i'm trying to give other users write access to my fat32 partition, but it seems
> that i'm not able to change permissions on it. i always get an "operation not
> permitted" when using "chown" and "chmod" to attempt to change it. is there
> anyway to work around this?
>
Ciao from Italy.
WEll, in /etc/fstab
put a line with
device name where to mount filesystem
options
/dev/yourfat32partition /mnt/w9x vfat
noauto,user 0 0
So every user can mount this partition with the command
mount /mnt/w9x
and the user who mounted own EVERYTHING in that partition, so be
careful
to change user, with the new user you have to unmount
with umount /mnt/w9x
and remount
mount /mnt/w9x
Happy new week.
Ciao a tutti.
Giorgio