<?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: CDROM locked in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cdrom-locked/m-p/3602206#M104229</link>
    <description>Stephen, I think it took a little bit time before responding. now I am able to open the case and mount the cdrom.&lt;BR /&gt;&lt;BR /&gt;Thanks for you help.</description>
    <pubDate>Mon, 22 Aug 2005 07:56:25 GMT</pubDate>
    <dc:creator>Juan M Leon</dc:creator>
    <dc:date>2005-08-22T07:56:25Z</dc:date>
    <item>
      <title>CDROM locked</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cdrom-locked/m-p/3602199#M104222</link>
      <description>Hello I would like some orientation to write a c program to send unlock signal to cdrom. I have a problem wehre the cdrom was mounted using pfs and the terminal window was closed by accident. I killed the process and reboot the server however everytime that I attempt to mount the cd after the reboot it sayd that the device is busy. I dont think the device is damaged because I was able to mount the cdrom.&lt;BR /&gt; any help writing a c code using sctl_io to unlock the cd will be appreciated.&lt;BR /&gt;&lt;BR /&gt;thanks in advance</description>
      <pubDate>Thu, 11 Aug 2005 18:07:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cdrom-locked/m-p/3602199#M104222</guid>
      <dc:creator>Juan M Leon</dc:creator>
      <dc:date>2005-08-11T18:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: CDROM locked</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cdrom-locked/m-p/3602200#M104223</link>
      <description>when you run the command &lt;BR /&gt;&lt;BR /&gt;pfs_mount&lt;BR /&gt;&lt;BR /&gt;without any arguments, do you see your cdrom being mounted even though it refuses to mount it when you request it ??&lt;BR /&gt;&lt;BR /&gt;Also did you try to mount the cdrom with the regular mount command instead of using pfs_mount ? And what response did you get for it ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2005 19:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cdrom-locked/m-p/3602200#M104223</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-08-11T19:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: CDROM locked</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cdrom-locked/m-p/3602201#M104224</link>
      <description>I can post some code snippets if you like?</description>
      <pubDate>Fri, 12 Aug 2005 03:57:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cdrom-locked/m-p/3602201#M104224</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-08-12T03:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: CDROM locked</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cdrom-locked/m-p/3602202#M104225</link>
      <description>Something like this maybe?</description>
      <pubDate>Fri, 12 Aug 2005 04:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cdrom-locked/m-p/3602202#M104225</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-08-12T04:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: CDROM locked</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cdrom-locked/m-p/3602203#M104226</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;Thanks for the code, I tried to compile and I got the following error.&lt;BR /&gt;I am not much of C programmer I do scripting but not C.&lt;BR /&gt;(Bundled) cc: "unlockcd.c", line 7: warning 5: "const" will become a keyword.&lt;BR /&gt;(Bundled) cc: "unlockcd.c", line 7: error 1000: Unexpected symbol: "unsigned".&lt;BR /&gt;(Bundled) cc: "unlockcd.c", line 8: warning 5: "const" will become a keyword.&lt;BR /&gt;(Bundled) cc: "unlockcd.c", line 8: error 1000: Unexpected symbol: "unsigned".&lt;BR /&gt;(Bundled) cc: "unlockcd.c", line 9: warning 5: "const" will become a keyword.&lt;BR /&gt;(Bundled) cc: "unlockcd.c", line 9: error 1000: Unexpected symbol: "unsigned".&lt;BR /&gt;(Bundled) cc: "unlockcd.c", line 11: error 1705: Function prototypes are an ANSI feature.&lt;BR /&gt;&lt;BR /&gt;and I conpiled using the following &lt;BR /&gt;cc unlockcd.c -o unlockcd&lt;BR /&gt;&lt;BR /&gt;thanks for your help</description>
      <pubDate>Fri, 12 Aug 2005 07:52:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cdrom-locked/m-p/3602203#M104226</guid>
      <dc:creator>Juan M Leon</dc:creator>
      <dc:date>2005-08-12T07:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: CDROM locked</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cdrom-locked/m-p/3602204#M104227</link>
      <description>Sorry, didn't realise you were using the built in 'cc' compiler, try this ...</description>
      <pubDate>Tue, 16 Aug 2005 09:31:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cdrom-locked/m-p/3602204#M104227</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-08-16T09:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: CDROM locked</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cdrom-locked/m-p/3602205#M104228</link>
      <description>Stephen, &lt;BR /&gt;&lt;BR /&gt;Thanks for the updated code. seems to compile witgh no problems and seems to be doing something. the following lines shows what I did, however I am still unable to unlock the CD.&lt;BR /&gt;&lt;BR /&gt;Usage : ./unlockcd cd_device&lt;BR /&gt;unix # ./unlockcd /dev/dsk/c1t1d0&lt;BR /&gt;Failed to open /dev/dsk/c1t1d0 because Device busy&lt;BR /&gt;unix # ./unlockcd /dev/dsk/c1t1d0&lt;BR /&gt;Failed to open /dev/dsk/c1t1d0 because Device busy&lt;BR /&gt;unix # ./unlockcd /dev/rdsk/c1t1d0&lt;BR /&gt;Drive /dev/rdsk/c1t1d0 unlocked&lt;BR /&gt;unix # mount /dev/dsk/c1t1d0 /cdrom&lt;BR /&gt;/dev/dsk/c5t2d0: Device busy&lt;BR /&gt;unix # ./unlockcd /dev/rdsk/c1t1d0 &lt;BR /&gt;Drive /dev/rdsk/c1t1d0 unlocked&lt;BR /&gt;unix # ./unlockcd /dev/dsk/c1t1d0 &lt;BR /&gt;Failed to open /dev/dsk/c1t1d0 because Device busy&lt;BR /&gt;&lt;BR /&gt;I tried use the rdsk and seems to open unlock the device but if I try dsk it reports unable to open the device and cannot do anything. any suggestions.</description>
      <pubDate>Mon, 22 Aug 2005 07:26:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cdrom-locked/m-p/3602205#M104228</guid>
      <dc:creator>Juan M Leon</dc:creator>
      <dc:date>2005-08-22T07:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: CDROM locked</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cdrom-locked/m-p/3602206#M104229</link>
      <description>Stephen, I think it took a little bit time before responding. now I am able to open the case and mount the cdrom.&lt;BR /&gt;&lt;BR /&gt;Thanks for you help.</description>
      <pubDate>Mon, 22 Aug 2005 07:56:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cdrom-locked/m-p/3602206#M104229</guid>
      <dc:creator>Juan M Leon</dc:creator>
      <dc:date>2005-08-22T07:56:25Z</dc:date>
    </item>
  </channel>
</rss>

