Differences between version 3 and predecessor to the previous major change of EBUSY.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Sunday, February 23, 2003 2:00:39 am | by PerryLorier | Revert |
Older page: | version 2 | Last edited on Monday, January 6, 2003 10:53:07 pm | by JohnMcPherson | Revert |
@@ -7,4 +7,8 @@
$ cd /floppy
(your shell now using the floppy disk)
$ umount /floppy
umount /floppy: device is busy
+
+If you want to find out why a disk is busy
+ fuser -vm /home\
+will list the processes that are using that disk :)