On Wed, Nov 27, 2002 at 03:09:41PM -0500, [EMAIL PROTECTED] wrote: > I am curious to know if there is a way for me to mount my floppy disks > without having to go in and login as root. If there is can someone please > tell me. I would appreciate it. Thanks.
A line from /etc/fstab /dev/fd0 /floppy auto defaults,user,noauto 0 0 This line is probably already in your /etc/fstab. You should also be a member of group "floppy". My /etc/filesysytems vfat minix This tells mount what filesystems to check for when mounting a device when the filesystem in /etc/fstab is "auto". -- Seneca [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

