RE: umount question

From: Kenneth Goodwin (kgoodwin_at_datamarktech.com)
Date: 03/31/05

  • Next message: Marty Landman: "RE: umount question"
    To: "'General Red Hat Linux discussion list'" <redhat-list@redhat.com>
    Date: Wed, 30 Mar 2005 17:06:17 -0500
    
    

    > -----Original Message-----
    > From: redhat-list-bounces@redhat.com
    > [mailto:redhat-list-bounces@redhat.com]On Behalf Of Marty
    Landman
    > Sent: Wednesday, March 30, 2005 4:50 PM
    > To: General Red Hat Linux discussion list
    > Subject: Re: umount question
    >
    >
    > At 04:26 PM 3/30/2005, Mike Wooding wrote:
    >
    > >--- Marty Landman <MLandman@face2interface.com> wrote:
    > > > 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
    >

    19774 and 19924 are the process id's of the programs holding
    your cdrom.

    ps -ef | grep 19774
    ps -ef | grep 19924 should quickly
    show you what they are.

    kill -9 19774
    kill -9 19924

    should eradicate the problem and let you unmount the drive.

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Marty Landman: "RE: umount question"

    Relevant Pages

    • Re: boot problem
      ... If you r sure that your "grep" program is corrupted then you can reinstall ... I am not sure about the package name ... have no red hat linux 9 server only red hat linux 9 CDs ... We have the perfect Group for you. ...
      (RedHat)
    • Re: boot problem
      ... i have another 2 red hat servers 8 running and workin fine so i ftp the grep file from one server and it still give me the same problem ... have no red hat linux 9 server only red hat linux 9 CDs ...
      (RedHat)
    • (mostly for BMJ).. Linux RH 8.0 review..
      ... Some weeks ago, at a librry book sale, was a copy of "Red Hat Linux 8 Bible" by Christopher Negus for $2. ... But I had trouble finding drivers for the CDROM drives I ahve and all of my old boxes do NOT have the capability to boot from the CDROM. ...
      (sci.research.careers)
    • Re: mount problem ?
      ... CDROM or 32XCD Vendor strings. ... # iostat -En | grep DVD ...
      (comp.unix.solaris)