Re: Making CompactFlash user-owned partition/directory

2004-10-31 Thread Mirek Stefanski
As I know there is no place for user (and group) in fat like filesystem - so you have to add uid=value and gid=value as mount options and then all files underneath mount point will "belong" to specified user and group. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe

Making CompactFlash user-owned partition/directory

2004-10-31 Thread Charlie Zender
Hi, I am running a fully update Debian Sid linux with 2.6.7 kernel. I am mounting a CompactFlash partition through my PCMCIA adaptor as [EMAIL PROTECTED]:~# mount -t vfat -o umask=022 /dev/hde1 /cf The umask allows users to read and write to the /cf partition. However, I cannot figure out how to cr