On 20 Jul, [EMAIL PROTECTED] wrote: | | What do I put in my fstab to be able to mount the floppy with just 'mount | /mnt/floppy'? Currently I have a line, but that one makes the system try to | mount it at boot, which fails... | | Anders Ohrt | | You want something like this line:
/dev/fd0 /floppy auto defaults,noauto,user,rw 0 0 The "noauto" tells it not to mount at boot. See man fstab for more details. -- Eric G. Miller Powered by the POTATO (http://www.debian.org)!