[SuSE Linux] unmounting floppy
this message was bouncing.. Subject: unmounting floppy Date: Fri, 01 Jan 1999 16:14:59 -0500 From: millerd <millerd@mail.bconnex.net> To: suse-e-linux@suse.com I am trying to unmount a floppy without success Command tried "umount /mnt" and "umount /dev/fd0" and get the response "umount: /mnt: device is busy" Can anyone tell me what to try next? I mounted it with the command "mount -t msdos /dev/fd0 /mnt" ---------------------------------- make sure you're not in the /mnt dir cd / umount /dev/fd0 /mnt it returns-->umount /mnt: not mounted -iow- a successfull unmount you cant be in the /mnt dir or you'll get a "device busy" rob Thanks -- Linux Home page <A HREF="http://www.connix.com/~dizzy73/LBM.htm"><A HREF="http://www.connix.com/~dizzy73/LBM.htm</A">http://www.connix.com/~dizzy73/LBM.htm</A</A>> - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
As a last resort, you can use lsof "ls open files", one of the optional RPMs in SuSE 5.3. This works, but it normally takes some effort to decode the output. - Scott dizzy wrote:
this message was bouncing.. Subject: unmounting floppy Date: Fri, 01 Jan 1999 16:14:59 -0500 From: millerd <millerd@mail.bconnex.net> To: suse-e-linux@suse.com
I am trying to unmount a floppy without success Command tried "umount /mnt" and "umount /dev/fd0" and get the response "umount: /mnt: device is busy"
Can anyone tell me what to try next?
I mounted it with the command "mount -t msdos /dev/fd0 /mnt" ---------------------------------- make sure you're not in the /mnt dir cd / umount /dev/fd0 /mnt it returns-->umount /mnt: not mounted -iow- a successfull unmount you cant be in the /mnt dir or you'll get a "device busy" rob
Thanks
-- Linux Home page <A HREF="http://www.connix.com/~dizzy73/LBM.htm"><A HREF="http://www.connix.com/~dizzy73/LBM.htm</A">http://www.connix.com/~dizzy73/LBM.htm</A</A>>
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
Hi, On Sun, Jan 03, 1999 at 00:50 +0100, Scott Bronson wrote:
As a last resort, you can use lsof "ls open files", one of the optional RPMs in SuSE 5.3. This works, but it normally takes some effort to decode the output.
It's also possible to find out which processes are accessing a mounted file system: `fuser -m <mountpoint>'. A `fuser -k -m <mountpoint>' will kill them. Ciao, Stefan - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
participants (3)
-
dizzy73@connix.com
-
sbronson@opentv.com
-
stefan.troeger@wirtschaft.tu-chemnitz.de