Begin3 Title: uid/gid ext2 mount options patch Entered-date: January 14, 1997 Description: This patch allow you to mount ext2 partition with a particular uid/gid. It is somewhat usefull when you allow users to mount their floppy in ext2 format and get full rights on it ! For this just put this line in /etc/fstab: /dev/fd0 /mnt/floppy ext2 user,noauto,uid,gid 0 0 This patch allow you to force uid/gid if you specify it (eg: gid=0). This is free source, just have fun with it. Keywords: uid gid ext2 floppy Author: progfou@TBS-internet.com (Jean Christophe ANDRE) Original-site: http://TBS-internet.com/~progfou/Linux/linux-ext2-setugid.gz Platform: Linux Copying-policy: Free sources End