On Mon, Nov 15, 1999 at 02:54:56PM -0800, Wellington Terumi Uemura wrote:
> Hello all!
> 
> Some times my RedHat gives me errors messgs when i try to:
> 
> umount /mnt/cdrom
> 
> I receive this error
> umount: /mnt/cdrom: device is busy

As root, run:  fuser -a /mnt/cdrom

This will tell you which processes the kernel thinks are currently using
the mount point.  Read the fuser man page for more info.

-- 
Steve Borho


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to