On Sun, 14 Mar 2004, David Harel wrote: > Too many times I have the error umount: /cdrom: device is busy > When I do the following I gen many times: > # fuser /cdrom > /cdrom: > No process references; use -v for the complete list > > so now the -v option. > > fuser -v /cdrom > > USER PID ACCESS COMMAND > /cdrom root kernel mount /cdrom > > > Well dear kernel, you don't say......... > But then many times it just would not umount.
fuser -m /cdrom (finds all processes that use a file/directory somewhere on the device on which this file resides). -- guy "For world domination - press 1, or dial 0, and please hold, for the creator." -- nob o. dy ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]