<?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: mounting a cdfs cdrom on a hpux 11.11 system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252580#M569239</link>
    <description>By any chance if pfs daemons were started on the server, chances are that the cdrom devoce will not get freed up.&lt;BR /&gt;&lt;BR /&gt;Get lsof&lt;BR /&gt;lsof|grep "cdromdevice"&lt;BR /&gt;&lt;BR /&gt;If any process is associated with it, kill it.&lt;BR /&gt;&lt;BR /&gt;then do &lt;BR /&gt;mount -F cdfs -o cdcase /dev/dsk/cxtxdx /cdrom&lt;BR /&gt;&lt;BR /&gt;you have to have /cdrom directory created.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
    <pubDate>Thu, 29 Apr 2004 15:09:01 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2004-04-29T15:09:01Z</dc:date>
    <item>
      <title>mounting a cdfs cdrom on a hpux 11.11 system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252570#M569229</link>
      <description>I added the necessary statement to the /etc/fstab and then I tried to mount the cdrom.(mount -F cdfs -o /dev/dsk/c1t1d0 /SD_CDROM) but I keep getting a 'device busy' message.  Note, I also tried numerous combination of the mount commands, and I still get the 'device busy' message. Note. This is a local device on my workstation, not a remote device.&lt;BR /&gt;Please help..</description>
      <pubDate>Mon, 19 Apr 2004 11:49:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252570#M569229</guid>
      <dc:creator>Fermin Jamieson</dc:creator>
      <dc:date>2004-04-19T11:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: mounting a cdfs cdrom on a hpux 11.11 system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252571#M569230</link>
      <description>Silly recommendation, but make sure you're not in /SD_CDROM. Are you?&lt;BR /&gt;&lt;BR /&gt;-Hazem</description>
      <pubDate>Mon, 19 Apr 2004 11:55:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252571#M569230</guid>
      <dc:creator>Hazem Mahmoud_3</dc:creator>
      <dc:date>2004-04-19T11:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: mounting a cdfs cdrom on a hpux 11.11 system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252572#M569231</link>
      <description>Hi,&lt;BR /&gt;Couple of things - verify that you have the proper device&lt;BR /&gt;&lt;BR /&gt;ioscan -kfnC disk&lt;BR /&gt;&lt;BR /&gt;and use the following command:&lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -o cdcase  /dev/dsk/c1t1d0 /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;Also check that nothing was mounted using pfs_mount&lt;BR /&gt;ps -ef | grep pfs&lt;BR /&gt;If pfs_mountd &amp;amp; pfs_statd are running you may have to reboot to get that CD mounted. Kills usually won't stop them.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 19 Apr 2004 11:57:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252572#M569231</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-04-19T11:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: mounting a cdfs cdrom on a hpux 11.11 system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252573#M569232</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;IS your syntax correct,&lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -o /dev/dsk/c1t1d0 /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;Shouln't it be &lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -o cdcase /dev/dsk/c1t1d0 /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Apr 2004 14:55:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252573#M569232</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-04-19T14:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: mounting a cdfs cdrom on a hpux 11.11 system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252574#M569233</link>
      <description>Sorry guys, but I'm still getting 'device busy' message. I checked the pfs_mountd and pfs_statd and both daemons are not active, so the only thing I can think of is a patch. &lt;BR /&gt;Im running hpux 11.11, can any one tell me which patch I might need.</description>
      <pubDate>Tue, 20 Apr 2004 06:48:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252574#M569233</guid>
      <dc:creator>Fermin Jamieson</dc:creator>
      <dc:date>2004-04-20T06:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: mounting a cdfs cdrom on a hpux 11.11 system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252575#M569234</link>
      <description>lsof |egrep "&lt;DEVICEFILE_OF_CDROM&gt;|SD_CDROM"&lt;BR /&gt;Are you getting a process id ??&lt;BR /&gt;Thats the process which uses that one&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;&lt;BR /&gt;Kaps&lt;/DEVICEFILE_OF_CDROM&gt;</description>
      <pubDate>Tue, 20 Apr 2004 06:56:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252575#M569234</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-04-20T06:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: mounting a cdfs cdrom on a hpux 11.11 system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252576#M569235</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;first, I don't set mounting of CD in fstab.&lt;BR /&gt;Do it from / with an alias 'cdmount' for ex.&lt;BR /&gt;Can you eject CD from your CDROM?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Volkmar</description>
      <pubDate>Tue, 20 Apr 2004 06:56:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252576#M569235</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2004-04-20T06:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: mounting a cdfs cdrom on a hpux 11.11 system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252577#M569236</link>
      <description>Just got back from an assignment. I'm still having the same problem. The cdrom is a toshiba cd-rom xm-5701ta.. Some one did mentioned a patch earlier, could that person please resend that email again?&lt;BR /&gt;Thanks for your help ...&lt;BR /&gt;Ferm.</description>
      <pubDate>Thu, 29 Apr 2004 13:20:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252577#M569236</guid>
      <dc:creator>Fermin Jamieson</dc:creator>
      <dc:date>2004-04-29T13:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: mounting a cdfs cdrom on a hpux 11.11 system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252578#M569237</link>
      <description>insf -C&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;Make sure the darned thing shows up.&lt;BR /&gt;&lt;BR /&gt;If not, check the scsi/ide settings cabling etc.&lt;BR /&gt;&lt;BR /&gt;fuser -uk /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;If the directory is not there, create it.&lt;BR /&gt;&lt;BR /&gt;That might boot your system or crash processes.&lt;BR /&gt;&lt;BR /&gt;device busy usually means that there is an open process on the folder.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 29 Apr 2004 14:32:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252578#M569237</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-04-29T14:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: mounting a cdfs cdrom on a hpux 11.11 system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252579#M569238</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The only patch I can find is for a teac cdrom.&lt;BR /&gt;Try moving and recreating your device files.&lt;BR /&gt;&lt;BR /&gt;# mv /dev/dsk/c1t1d0 /tmp/&lt;BR /&gt;# mv /dev/rdsk/c1t1d0 /tmp/&lt;BR /&gt;# insf -e&lt;BR /&gt;(recreate your device files)&lt;BR /&gt;# ioscan -fnCdisk &lt;BR /&gt;# mount -F cdfs -o cdcase /dev/dsk/cXtYdZ /SD_CDROM&lt;BR /&gt;(replace the xyz with the device output from ioscan)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Apr 2004 14:54:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252579#M569238</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-04-29T14:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: mounting a cdfs cdrom on a hpux 11.11 system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252580#M569239</link>
      <description>By any chance if pfs daemons were started on the server, chances are that the cdrom devoce will not get freed up.&lt;BR /&gt;&lt;BR /&gt;Get lsof&lt;BR /&gt;lsof|grep "cdromdevice"&lt;BR /&gt;&lt;BR /&gt;If any process is associated with it, kill it.&lt;BR /&gt;&lt;BR /&gt;then do &lt;BR /&gt;mount -F cdfs -o cdcase /dev/dsk/cxtxdx /cdrom&lt;BR /&gt;&lt;BR /&gt;you have to have /cdrom directory created.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 29 Apr 2004 15:09:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdfs-cdrom-on-a-hpux-11-11-system/m-p/3252580#M569239</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-04-29T15:09:01Z</dc:date>
    </item>
  </channel>
</rss>

