RE: umount question
From: Smith, Albert (Albert.Smith_at_genexservices.com)
Date: 03/28/05
- Previous message: Marty Landman: "umount question"
- Maybe in reply to: Marty Landman: "umount question"
- Next in thread: Mike Wooding: "Re: umount question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 28 Mar 2005 14:00:35 -0500 To: "General Red Hat Linux discussion list" <redhat-list@redhat.com>
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@genexservices.com
(610) 964-5154
> -----Original Message-----
> From: redhat-list-bounces@redhat.com
> [mailto:redhat-list-bounces@redhat.com] 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@penguin RPMS]# umount /mnt/cdrom
> umount: /mnt/cdrom: device is busy
> [root@penguin RPMS]# /sbin/fuser -m /mnt/cdrom
> /mnt/cdrom: 19774c 19924c
> [root@penguin RPMS]# umount /mnt/cdrom
> umount: /mnt/cdrom: device is busy
> [root@penguin RPMS]# /sbin/fuser -k /mnt/cdrom/19774c
> /mnt/cdrom/19774c: No such file or directory [root@penguin
> RPMS]# /sbin/fuser -k /mnt/cdrom/19924c
> /mnt/cdrom/19924c: No such file or directory [root@penguin
> RPMS]# umount /mnt/cdrom
> umount: /mnt/cdrom: device is busy
> [root@penguin 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@redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>
>
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Previous message: Marty Landman: "umount question"
- Maybe in reply to: Marty Landman: "umount question"
- Next in thread: Mike Wooding: "Re: umount question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|