Am Montag, 11. März 2002 09:47 schrieb Mike Fedyk: > On Mon, Mar 11, 2002 at 09:44:44AM +0100, Erik Meusel wrote: > > Hi. > > > > Just one little question: > > > > Why do ext2 and ext3 not support mount options uid and gid as all the > > other filesystems do? > > because they have uid and gid within the filesystem itself for directories, > files, pipes, etc stored in the inodes of the fs. Same with any other > posix filesystem (which vfat, iso9660(not counting rockridge), hfs, etc are > *not*). Sure. The reason why I ask is, I have two linux stations and I want to use ext2 for the floppy disks to save space for fat vfat and so on. Now it would be nice to automatically mount my floppies with group "floppy", so that all the users, belonging to group "floppy", can read/write from/to disk. mfg, Erik