On Tue, 2003-05-06 at 17:41, Cédric Chausson wrote: > Hello all, > > I have a problem with mounting diskettes. > > When I try to mount a diskette with the mount command I get this error > message : > > mount : /dev/fd0 already mounted or /mnt/floppy busy > > When I check with mount /dev/fd0 is not already mounted and a check > with fuser shows /mnt/floppy is not busy. > Check to see if there's an entry for /mnt/floppy in /etc/mtab. Also, use "lsof" instead of "fuser" to check for processes that may be using it... lsof|egrep '(fd0|floppy)' might help you. --Jeremy -- /=====================================================================\ | Jeremy Portzer jeremyp@xxxxxxxxx trilug.org/~jeremy | | GPG Fingerprint: 712D 77C7 AB2D 2130 989F E135 6F9F F7BC CC1A 7B92 | \=====================================================================/
Attachment:
signature.asc
Description: This is a digitally signed message part