<?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: &amp;quot;Device Busy&amp;quot; while mounting CDROM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903371#M404512</link>
    <description>Thanks Stephen,&lt;BR /&gt;&lt;BR /&gt;But how do we issue unlock signal without rebooting the server?&lt;BR /&gt;&lt;BR /&gt;I tried fuser on both mount point as well as the physical path, but that did not show me anything.</description>
    <pubDate>Mon, 23 May 2005 05:21:10 GMT</pubDate>
    <dc:creator>Suraj Singh_1</dc:creator>
    <dc:date>2005-05-23T05:21:10Z</dc:date>
    <item>
      <title>"Device Busy" while mounting CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903364#M404505</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I know the problem sounds very similar to a lot of other threads in this forum, but i am unable to resolve this error.&lt;BR /&gt;&lt;BR /&gt;I get "/dev/dsk/c0t0d0: Device busy" when i issue "mount /dev/dsk/c0t0d0 /cdrom" command.&lt;BR /&gt;&lt;BR /&gt;1) ioscan shows &lt;BR /&gt;Class     I  H/W Path       Driver     S/W State   H/W Type     Description&lt;BR /&gt;============================================================================&lt;BR /&gt;disk      0  0/0/3/0.0.0.0  sdisk      CLAIMED     DEVICE       TEAC    DV-28E-C&lt;BR /&gt;                           /dev/dsk/c0t0d0   /dev/rdsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;2) fuser shows:&lt;BR /&gt;# fuser /dev/dsk/c0t0d0&lt;BR /&gt;/dev/dsk/c0t0d0: &lt;BR /&gt;&lt;BR /&gt;# fuser /cdrom&lt;BR /&gt;/cdrom: &lt;BR /&gt;&lt;BR /&gt;3) CD is in the CDROM drive.&lt;BR /&gt;4) diskinfo /dev/rdsk/c0t0d0:&lt;BR /&gt;diskinfo: can't open /dev/rdsk/c0t0d0: Device busy&lt;BR /&gt;&lt;BR /&gt;Any ideas??</description>
      <pubDate>Mon, 23 May 2005 02:56:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903364#M404505</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-05-23T02:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: "Device Busy" while mounting CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903365#M404506</link>
      <description>Probably your drive is faulty. But before coming at this conclusion you can try with diffrent CD media.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sudeesh</description>
      <pubDate>Mon, 23 May 2005 03:01:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903365#M404506</guid>
      <dc:creator>Sudeesh</dc:creator>
      <dc:date>2005-05-23T03:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: "Device Busy" while mounting CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903366#M404507</link>
      <description>mount -F cdfs /dev/dsk/c0t0d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 May 2005 03:09:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903366#M404507</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-05-23T03:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: "Device Busy" while mounting CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903367#M404508</link>
      <description>mount -F cdfs ... also gives the same error.</description>
      <pubDate>Mon, 23 May 2005 03:12:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903367#M404508</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-05-23T03:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: "Device Busy" while mounting CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903368#M404509</link>
      <description>First, check to make sure that the CDROM hasn't mounted yet:&lt;BR /&gt;#bdf&lt;BR /&gt;If it was mounted unmount first!&lt;BR /&gt;Then check for the disk device file:&lt;BR /&gt;#ioscan -fnC disk&lt;BR /&gt;Seem that the device is not corect!&lt;BR /&gt;Try with:&lt;BR /&gt;#insf -eC disk&lt;BR /&gt;&lt;BR /&gt;Mount again:&lt;BR /&gt;#mount -F cdfs /dev/dsk/c#c#d# /cdrom&lt;BR /&gt;&lt;BR /&gt;Goodluck!&lt;BR /&gt;Regard,&lt;BR /&gt;Hoang Chi Cong&lt;BR /&gt;</description>
      <pubDate>Mon, 23 May 2005 03:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903368#M404509</guid>
      <dc:creator>Hoang Chi Cong_1</dc:creator>
      <dc:date>2005-05-23T03:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: "Device Busy" while mounting CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903369#M404510</link>
      <description>Thanks for all these replies, but i already tried these steps, but the system still gives me the same error.&lt;BR /&gt;&lt;BR /&gt;After restarting the server, and using the same command, it worked.&lt;BR /&gt;&lt;BR /&gt;Any ideas why?</description>
      <pubDate>Mon, 23 May 2005 05:13:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903369#M404510</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-05-23T05:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: "Device Busy" while mounting CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903370#M404511</link>
      <description>It is possible that the drive was locked. If the process that locked the drive then exited, the drive would remain locked until an unlock message was sent to it, or the power to it was cut (as would be the case during a reboot).&lt;BR /&gt;&lt;BR /&gt;Another process trying to obtain a lock on the drive (which it would need in order to mount the CD) would fail and show a message indicating that the drive was busy.</description>
      <pubDate>Mon, 23 May 2005 05:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903370#M404511</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-05-23T05:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: "Device Busy" while mounting CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903371#M404512</link>
      <description>Thanks Stephen,&lt;BR /&gt;&lt;BR /&gt;But how do we issue unlock signal without rebooting the server?&lt;BR /&gt;&lt;BR /&gt;I tried fuser on both mount point as well as the physical path, but that did not show me anything.</description>
      <pubDate>Mon, 23 May 2005 05:21:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903371#M404512</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-05-23T05:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: "Device Busy" while mounting CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903372#M404513</link>
      <description>The only way I know of is to write a short C program that issues the correct SCSI unlock command to the drive. Although the CD-ROM is an IDE command, you can interact with it using a SCSI command. (SIOC_IO via ioctl)&lt;BR /&gt;&lt;BR /&gt;If you want to explore that route, I could post an example program for you. Be aware that unlocking a CD-ROM whilst another process has a lock open on it, is not a good idea and may cause a system panic.&lt;BR /&gt;&lt;BR /&gt;In your case, I suspect whatever locked the CD-ROM device has died.</description>
      <pubDate>Mon, 23 May 2005 05:51:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903372#M404513</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-05-23T05:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: "Device Busy" while mounting CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903373#M404514</link>
      <description>BTW, the lock is in the drive itself, it is not an operating system lock, it's a firmware lock. So standard Unix tools can't see it.</description>
      <pubDate>Mon, 23 May 2005 05:58:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903373#M404514</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-05-23T05:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: "Device Busy" while mounting CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903374#M404515</link>
      <description>One other thought, if the drive is locked, it should in theory NOT eject the caddy if you press the drive eject button.</description>
      <pubDate>Mon, 23 May 2005 06:19:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903374#M404515</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-05-23T06:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: "Device Busy" while mounting CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903375#M404516</link>
      <description>Thanks for the explaination stephen.&lt;BR /&gt;</description>
      <pubDate>Mon, 23 May 2005 06:20:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-device-busy-quot-while-mounting-cdrom/m-p/4903375#M404516</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-05-23T06:20:15Z</dc:date>
    </item>
  </channel>
</rss>

