Timothy Phan wrote: > > What do I suppose to put in the /etc/fstab so that any > user can mount the floppy disk with just 'mount /floppy' > and all user can access it. >
I have in my /etc/fstab : /dev/fd0 /a msdos user,noauto 0 0 /dev/fd0 /fd ext2 user,noauto 0 0 You have also do mkdir /a /fd or any other name you like (like /a: ). Then a user mount /a if the diskette is in dos format, or /fd if its in linux format. I know there is also an automatic way to detect the disk format, check the docs (I rarely use the floppy :-). Fabrizio -- | [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] | Pluto Leader - Debian Developer & Happy Debian 1.3.1 User - vi-holic | 6F7267F5 fingerprint 57 16 C4 ED C9 86 40 7B 1A 69 A1 66 EC FB D2 5E -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .