On Thu, May 04, 2000 at 12:18:35AM +0700, Shaggy Im-erbtham wrote:
> I have a little problem. After a session mounting and
> unmounting floppies on a linux box, I would arrive at a
> vicious circle:
> 
> command: mount /dev/fd0 /mnt
> response:  /dev/fd0 already mounted or /mnt busy
> command: umount /mnt
> response: /mnt: not mounted
> 
> How can I break this impasse? I know I could always
> reboot and things return to normal or mount on another 
> directory. But short of those, can this unwanted 
> symptom be removed?

At the prompt, type:

mount

and see what you get.  On my box, it's something like this:

HAL9000:~$ mount
/dev/hda1 on / type ext2 (rw,errors=remount-ro,errors=remount-ro)
proc on /proc type proc (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hdb1 on /space/part1 type ext2 (rw)
/dev/hdb2 on /space/part2 type ext2 (rw)
/dev/hdb3 on /space/part3 type ext2 (rw)
/dev/hdb5 on /space/part4 type ext2 (rw)
/dev/hdb6 on /space/part5 type ext2 (rw)
/dev/hdb7 on /space/part6 type ext2 (rw)
HAL9000:~$ 

Check and make sure that /dev/fd0 hasn't already been mounted somewhere.
I'm guessing it has.
-- 
Mike Werner  KA8YSD           |  "Where do you want to go today?"
ICQ# 12934898                 |  "As far from Redmond as possible!"
'91 GS500E                    |
Morgantown WV                 |  Only dead fish go with the flow.

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to