<?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: Cannot mount cdrom - device busy in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-cdrom-device-busy/m-p/5122991#M448091</link>
    <description>Alright, I'll keep an eye out. Thanks again!</description>
    <pubDate>Mon, 04 Aug 2008 18:13:55 GMT</pubDate>
    <dc:creator>Adam Vollmer</dc:creator>
    <dc:date>2008-08-04T18:13:55Z</dc:date>
    <item>
      <title>Cannot mount cdrom - device busy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-cdrom-device-busy/m-p/5122982#M448082</link>
      <description>First off, let me state that I am not a competant unix sysadmin, or even a sysadmin at all. I am a developer that has been roped into caring for a few machines that no one else is able to.&lt;BR /&gt;&lt;BR /&gt;Currently, we have a HPUX machine that is slowly degenerating as it gets older. At the moment, I'm having a problem with being unable to mount the cdrom. It always tells me that the device is busy. I've run in to this problem before, but have been able to resolve it in the past. However, my old tricks aren't working right now.&lt;BR /&gt;&lt;BR /&gt;-bash-3.2# uname -a&lt;BR /&gt;HP-UX falcon B.11.00 U 9000/785 2005351300 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;-bash-3.2# mount -F cdfs -o ro /dev/dsk/c0t0d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;-bash-3.2# diskinfo /dev/dsk/c0t0d0&lt;BR /&gt;diskinfo: Character device required&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mount: /dev/dsk/c0t0d0 on /cdrom : Device busy&lt;BR /&gt;&lt;BR /&gt;-bash-3.2# ioscan -fnC disk&lt;BR /&gt;Class     I  H/W Path       Driver S/W State   H/W Type     Description&lt;BR /&gt;=======================================================================&lt;BR /&gt;disk      0  10/0/14/0.0.0  sdisk CLAIMED     DEVICE       Lite-On LTN483S 48x Max&lt;BR /&gt;                           /dev/dsk/c0t0d0   /dev/rdsk/c0t0d0&lt;BR /&gt;disk      1  10/0/15/1.6.0  sdisk CLAIMED     DEVICE       COMPAQ  BF0728B26A&lt;BR /&gt;                           /dev/dsk/c3t6d0   /dev/rdsk/c3t6d0&lt;BR /&gt;&lt;BR /&gt;-bash-3.2#  fuser /dev/dsk/c0t0d0&lt;BR /&gt;/dev/dsk/c0t0d0:&lt;BR /&gt;&lt;BR /&gt;This is similar to &lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=207780" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=207780&lt;/A&gt; , although the drive is not quite the same. I am unsure of the current firmware version. Should I still try updating the firmware?&lt;BR /&gt;&lt;BR /&gt;-bash-3.2# cat /etc/mnttab&lt;BR /&gt;/dev/vg00/lvol3 / vxfs log 0 1 1217855312&lt;BR /&gt;/dev/vg00/lvol1 /stand hfs defaults 0 0 1217855313&lt;BR /&gt;/dev/vg00/lvol8 /var vxfs delaylog,nodatainlog 0 0 1217855315&lt;BR /&gt;/dev/vg00/lvol7 /usr vxfs delaylog,nodatainlog 0 0 1217855315&lt;BR /&gt;/dev/vg00/lvol4 /tmp vxfs delaylog,nodatainlog 0 0 1217855315&lt;BR /&gt;/dev/vg00/lvol6 /opt vxfs delaylog,nodatainlog 0 0 1217855315&lt;BR /&gt;/dev/vg00/lvol5 /home vxfs delaylog,nodatainlog 0 0 1217855315&lt;BR /&gt;falcon:(pid721) /net ignore ro,intr,port=896,map=-hosts,indirect,dev=0000 0 0 1217855340&lt;BR /&gt;&lt;BR /&gt;There is no /etc/xmnttb file.&lt;BR /&gt;&lt;BR /&gt;I am not in /cdrom&lt;BR /&gt;&lt;BR /&gt;There is a good CD in the drive.&lt;BR /&gt;&lt;BR /&gt;-bash-3.2#  fuser -cu /cdrom&lt;BR /&gt;/cdrom: fuser: could not find file system mounted at /cdrom.&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Aug 2008 13:21:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-cdrom-device-busy/m-p/5122982#M448082</guid>
      <dc:creator>Adam Vollmer</dc:creator>
      <dc:date>2008-08-04T13:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot mount cdrom - device busy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-cdrom-device-busy/m-p/5122983#M448083</link>
      <description>mount: /dev/dsk/c0t0d0 on /cdrom : Device busy&lt;BR /&gt;&lt;BR /&gt;The most recent cause of these was the fact the CD wasn't written correctly.  A windows only CD:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1229931" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1229931&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You could also try:&lt;BR /&gt;# mkdir /ctrom2&lt;BR /&gt;# mount -F cdfs -o ro /dev/dsk/c0t0d0 /cdrom2&lt;BR /&gt;&lt;BR /&gt;That can't be busy.  :-)</description>
      <pubDate>Mon, 04 Aug 2008 13:42:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-cdrom-device-busy/m-p/5122983#M448083</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-08-04T13:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot mount cdrom - device busy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-cdrom-device-busy/m-p/5122984#M448084</link>
      <description>I have actually tried this, sorry, I forgot to mention it. I deleted /cdrom, recreated /cdrom, and tried mounting that, to no avail. I tried creating /tmp_cd and mounting there, same problem.&lt;BR /&gt;&lt;BR /&gt;Additionally, the CD works correctly when inserted into a linux machine, so I'm pretty sure it is not unreadable.&lt;BR /&gt;&lt;BR /&gt;Let me try another CD, just in case, but if that doesn't work, please suggest other ideas to take.</description>
      <pubDate>Mon, 04 Aug 2008 13:46:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-cdrom-device-busy/m-p/5122984#M448084</guid>
      <dc:creator>Adam Vollmer</dc:creator>
      <dc:date>2008-08-04T13:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot mount cdrom - device busy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-cdrom-device-busy/m-p/5122985#M448085</link>
      <description>Here is another link about a bad CD format:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1254647" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1254647&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;the CD works correctly when inserted into a linux machine, so I'm pretty sure it is not unreadable.&lt;BR /&gt;&lt;BR /&gt;That's not the issue.  Is the format understandable on HP-UX.&lt;BR /&gt;Try some CD you got for HP-UX installation.&lt;BR /&gt;&lt;BR /&gt;Once you get it mounted, you probably need more  options than just:&lt;BR /&gt; -F cdfs -o ro</description>
      <pubDate>Mon, 04 Aug 2008 13:55:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-cdrom-device-busy/m-p/5122985#M448085</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-08-04T13:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot mount cdrom - device busy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-cdrom-device-busy/m-p/5122986#M448086</link>
      <description>Sorry, you were right! It turns out that both of the CDs I have for a particular version of our software do not work with the HPUX machine, but another CD I tried just in case mounts just fine.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Mon, 04 Aug 2008 13:55:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-cdrom-device-busy/m-p/5122986#M448086</guid>
      <dc:creator>Adam Vollmer</dc:creator>
      <dc:date>2008-08-04T13:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot mount cdrom - device busy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-cdrom-device-busy/m-p/5122987#M448087</link>
      <description>Just for clarification for future users, the 2 "bad" cds were iso9660, and the "good" cd was udf. I've looked into pfs_mount, and I've got things working smoothly now. Thanks again.</description>
      <pubDate>Mon, 04 Aug 2008 14:17:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-cdrom-device-busy/m-p/5122987#M448087</guid>
      <dc:creator>Adam Vollmer</dc:creator>
      <dc:date>2008-08-04T14:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot mount cdrom - device busy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-cdrom-device-busy/m-p/5122988#M448088</link>
      <description>&amp;gt;pfs_mount instead of mount&lt;BR /&gt;&lt;BR /&gt;You may want to think twice about using pfs_mount.  But I'm not sure if there were any patches to fix mount on 11.00 for iso9660.</description>
      <pubDate>Mon, 04 Aug 2008 14:30:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-cdrom-device-busy/m-p/5122988#M448088</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-08-04T14:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot mount cdrom - device busy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-cdrom-device-busy/m-p/5122989#M448089</link>
      <description>Oh? What should I be watching out for in particular? I can reburn the CDs if necessary.</description>
      <pubDate>Mon, 04 Aug 2008 15:10:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-cdrom-device-busy/m-p/5122989#M448089</guid>
      <dc:creator>Adam Vollmer</dc:creator>
      <dc:date>2008-08-04T15:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot mount cdrom - device busy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-cdrom-device-busy/m-p/5122990#M448090</link>
      <description>&amp;gt;What should I be watching out for in particular?&lt;BR /&gt;&lt;BR /&gt;Hangs if you look at the CD funny.  :-)&lt;BR /&gt;&lt;BR /&gt;Here are some threads about pfs_mount and patches to get regular mount to work:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1226669" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1226669&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1168343" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1168343&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1025851" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1025851&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=976854" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=976854&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=966705" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=966705&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=254166" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=254166&lt;/A&gt;&lt;BR /&gt;(The last mentions 11.00 patches.)</description>
      <pubDate>Mon, 04 Aug 2008 18:11:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-cdrom-device-busy/m-p/5122990#M448090</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-08-04T18:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot mount cdrom - device busy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-cdrom-device-busy/m-p/5122991#M448091</link>
      <description>Alright, I'll keep an eye out. Thanks again!</description>
      <pubDate>Mon, 04 Aug 2008 18:13:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-cdrom-device-busy/m-p/5122991#M448091</guid>
      <dc:creator>Adam Vollmer</dc:creator>
      <dc:date>2008-08-04T18:13:55Z</dc:date>
    </item>
  </channel>
</rss>

