<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unable to umount the /dvdrom in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818429#M780833</link>
    <description>PC ... instead of killing ... before killing, is it possible to see the process that uses /dvdrom ?</description>
    <pubDate>Thu, 06 Jul 2006 05:12:04 GMT</pubDate>
    <dc:creator>Delecole</dc:creator>
    <dc:date>2006-07-06T05:12:04Z</dc:date>
    <item>
      <title>Unable to umount the /dvdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818425#M780829</link>
      <description>Hi there !&lt;BR /&gt;&lt;BR /&gt;i'm installing an application on a L1000 machine with a DVD.&lt;BR /&gt;I have mounted the dvd with :&lt;BR /&gt;/etc/mount -F cdfs -o rr /dev/dsk/dvdrom /dvdrom&lt;BR /&gt;&lt;BR /&gt;... installed the application, which did reboot the machine.&lt;BR /&gt;&lt;BR /&gt;Once the application is installed, I try to umount the drive, but getting the following error :&lt;BR /&gt;&lt;BR /&gt;# /etc/umount /dvdrom&lt;BR /&gt;umount: cannot unmount /dvdrom : Device busy&lt;BR /&gt;umount: return error 1.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;- I think the problem is only appearing when the machine reboots with a CD inside of the Drive.&lt;BR /&gt;- I can't fins any process using the /dvdrom anymore ...&lt;BR /&gt;&lt;BR /&gt;the only solution (That I want to avoid, is to reboot the server.&lt;BR /&gt;&lt;BR /&gt;Anybody has an idea ?&lt;BR /&gt;Many Thanks !&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Jul 2006 05:05:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818425#M780829</guid>
      <dc:creator>Delecole</dc:creator>
      <dc:date>2006-07-06T05:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to umount the /dvdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818426#M780830</link>
      <description>Hi,&lt;BR /&gt;have you tried:&lt;BR /&gt;cd /&lt;BR /&gt;fuser -cuk /dvdrom&lt;BR /&gt;&lt;BR /&gt;This will kill any process using the device.&lt;BR /&gt;&lt;BR /&gt;Otherwise you can normally force eject the media, by inserting a paperclip into the small eject hole.</description>
      <pubDate>Thu, 06 Jul 2006 05:08:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818426#M780830</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-07-06T05:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to umount the /dvdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818427#M780831</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Try with # fuser -ku /dvdrom. &lt;BR /&gt;&lt;BR /&gt;It should kill all the processes using /dvdrom&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 06 Jul 2006 05:10:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818427#M780831</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-07-06T05:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to umount the /dvdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818428#M780832</link>
      <description>thanks guys !!&lt;BR /&gt;I'll try this and let you know !</description>
      <pubDate>Thu, 06 Jul 2006 05:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818428#M780832</guid>
      <dc:creator>Delecole</dc:creator>
      <dc:date>2006-07-06T05:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to umount the /dvdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818429#M780833</link>
      <description>PC ... instead of killing ... before killing, is it possible to see the process that uses /dvdrom ?</description>
      <pubDate>Thu, 06 Jul 2006 05:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818429#M780833</guid>
      <dc:creator>Delecole</dc:creator>
      <dc:date>2006-07-06T05:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to umount the /dvdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818430#M780834</link>
      <description>Sure, just don't use the "-k" switch.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 06 Jul 2006 05:15:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818430#M780834</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-07-06T05:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to umount the /dvdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818431#M780835</link>
      <description>fuser without "-k" or lsof</description>
      <pubDate>Thu, 06 Jul 2006 05:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818431#M780835</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-07-06T05:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to umount the /dvdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818432#M780836</link>
      <description>fsuer may not report it, but lsof will.&lt;BR /&gt;lsof /dev/dvdrom</description>
      <pubDate>Thu, 06 Jul 2006 05:47:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818432#M780836</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-07-06T05:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to umount the /dvdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818433#M780837</link>
      <description>Note that there is no /etc/umount command. It is actually a temporary transition link which is provided so administrators can fix all their old code and habits. Use the command:&lt;BR /&gt; &lt;BR /&gt;ll -d /etc/mount&lt;BR /&gt; &lt;BR /&gt;to see the link. The command is /usr/bin/umount or /sbin/umount.&lt;BR /&gt; &lt;BR /&gt;Note also that is any process (perhaps a login shell) does a cd /dvdrom, the device will remain busy forever. It is always recommended not to cd into removable media directories for this reason. Most likely, someone has cd'ed into the /dvdrom directory.</description>
      <pubDate>Thu, 06 Jul 2006 12:48:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818433#M780837</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-07-06T12:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to umount the /dvdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818434#M780838</link>
      <description>Perhaps, yes ... but even if I "cd" back to /, the device stays busy then ?</description>
      <pubDate>Fri, 07 Jul 2006 02:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818434#M780838</guid>
      <dc:creator>Delecole</dc:creator>
      <dc:date>2006-07-07T02:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to umount the /dvdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818435#M780839</link>
      <description>If any user cd's to /dvdrom, then the mountpoint will be busy. Do you have /dvdrom listed in /etc/fstab? If so, add the option noauto to the cdfs flags, something like:&lt;BR /&gt; &lt;BR /&gt;/dev/dsk/c0t2d0 /dvdrom cdfs ro,noauto 0 0&lt;BR /&gt; &lt;BR /&gt;Now the CD won't be automatically mounted but can be mounted and umounted as needed. The only way you will find the culprit is to download lsof. It will find the process that is keeping this mountpoint open.</description>
      <pubDate>Fri, 07 Jul 2006 06:01:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818435#M780839</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-07-07T06:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to umount the /dvdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818436#M780840</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you installed it and you have not come out of the session, just logout this may kill your open process and you can get rid of this problem.&lt;BR /&gt;&lt;BR /&gt;Chan</description>
      <pubDate>Fri, 07 Jul 2006 06:25:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-umount-the-dvdrom/m-p/3818436#M780840</guid>
      <dc:creator>Chan 007</dc:creator>
      <dc:date>2006-07-07T06:25:22Z</dc:date>
    </item>
  </channel>
</rss>

