[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Permission hell question
- Subject: [ale] Permission hell question
- From: ups at tree.com (Stephan Uphoff)
- Date: Fri Jun 25 15:18:52 2004
- In-reply-to: Your message of "Fri, 25 Jun 2004 13:34:12 EDT." <[email protected]>
> when the zip platter is mounted via the "mount /mnt/zip" command
> listed above, the "mount" command returns this line (among others):
>
> /dev/hdd4 on /mnt/zip type vfat (rw,nosuid,nodev)
Well .. Chris Coleman asked the right question:
> Was the zip drive formatted with a linux filesystem?
The answer is no - you using vfat.
Since vfat format does not support owner/group information
this is faked by the file system implementation.
The two ways to mount the fs (mount,gui) cause the fs to be mounted
with different parameters ( gid=users,uid=nobody,...) to fake
the values.
Stephan