On Mit, 03 Mai 2000, 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

Hi,
you could umount -f /mnt . "-f" means force and is a bit brutal, I think ;-)
Bye, Christoph
-- 
#include<stdio.h> /* SigMask 0.3 (sig.c) 19990429 PUBLIC DOMAIN "Compile Me" */
int main(c,v)char *v;{return !c?putchar(*v-1)&&main(0,v+ /* Tweaks welcomed. */
1):main(0,"Disjtupqi!Ibnnboo!=dibnnbooAfyufso/voj.vmn/ef?\v\1");}  /* build: cc -o sig 
sig.c */


-
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