  | |  | umount question | umount question 2005-03-28 - By Smith, Albert
Back Are you on the filesystem?
Do a
cd /
ps -ef |grep -e 19774 -e 19924|grep -v grep
See who owns it and kill the process. That should release the hold.
Albert Smith Sr. Unix Systems Administrator HPCSA, RHCT Genex Services 440 E. Swedesford Rd. Wayne, PA 19087 albert.smith@(protected) (610) 964-5154
> -- --Original Message-- -- > From: redhat-list-bounces@(protected) > [mailto:redhat-list-bounces@(protected)] On Behalf Of Marty Landman > Sent: Monday, March 28, 2005 1:57 PM > To: General Red Hat Linux discussion list > Subject: umount question > > How do I get this cd unmounted? > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- > > [root@(protected) RPMS]# umount /mnt/cdrom > umount: /mnt/cdrom: device is busy > [root@(protected) RPMS]# /sbin/fuser -m /mnt/cdrom > /mnt/cdrom: 19774c 19924c > [root@(protected) RPMS]# umount /mnt/cdrom > umount: /mnt/cdrom: device is busy > [root@(protected) RPMS]# /sbin/fuser -k /mnt/cdrom/19774c > /mnt/cdrom/19774c: No such file or directory [root@(protected) > RPMS]# /sbin/fuser -k /mnt/cdrom/19924c > /mnt/cdrom/19924c: No such file or directory [root@(protected) > RPMS]# umount /mnt/cdrom > umount: /mnt/cdrom: device is busy > [root@(protected) RPMS]# > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- > > Thanks in advance. > > > Marty Landman, Face 2 Interface Inc. 845-679-9387 Search & > Sort Easily: http://face2interface.com/Products/FormATable.shtml > Web Installed Formmail: http://face2interface.com/formINSTal > > -- > redhat-list mailing list > unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/redhat-list > >
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
|
|
 |