<?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 Reading a cd-rom in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-cd-rom/m-p/3711207#M251165</link>
    <description>Hi, how can i read a cd-rom from server hp-ux?&lt;BR /&gt;i think i have mount it, haven't it?&lt;BR /&gt;&lt;BR /&gt;Thanks, Manuales.</description>
    <pubDate>Tue, 17 Jan 2006 13:12:01 GMT</pubDate>
    <dc:creator>Manuales</dc:creator>
    <dc:date>2006-01-17T13:12:01Z</dc:date>
    <item>
      <title>Reading a cd-rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-cd-rom/m-p/3711207#M251165</link>
      <description>Hi, how can i read a cd-rom from server hp-ux?&lt;BR /&gt;i think i have mount it, haven't it?&lt;BR /&gt;&lt;BR /&gt;Thanks, Manuales.</description>
      <pubDate>Tue, 17 Jan 2006 13:12:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-cd-rom/m-p/3711207#M251165</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2006-01-17T13:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a cd-rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-cd-rom/m-p/3711208#M251166</link>
      <description>&lt;BR /&gt;Dear Manuales,&lt;BR /&gt;&lt;BR /&gt;1.identify the device name of the CDrom from ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;2. mount the CDrom using&lt;BR /&gt;&lt;BR /&gt;#mount /dev/dsk/c3t3d0 /mnt&lt;BR /&gt;&lt;BR /&gt;3. Now the CDROM is mounted on /mnt directoty and you access it like any ather filesystem.&lt;BR /&gt;&lt;BR /&gt;You can check if the CDROM is mounted using&lt;BR /&gt;#mount command.&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;Siva.</description>
      <pubDate>Tue, 17 Jan 2006 13:17:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-cd-rom/m-p/3711208#M251166</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-01-17T13:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a cd-rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-cd-rom/m-p/3711209#M251167</link>
      <description>Hi Manuales&lt;BR /&gt;&lt;BR /&gt;which is your cd device file?&lt;BR /&gt;&lt;BR /&gt;You can find it using ioscan cmd&lt;BR /&gt;&lt;BR /&gt;ioscan -fnkC disk&lt;BR /&gt;&lt;BR /&gt;&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/2/0.0.0.0  sdisk   CLAIMED     DEVICE       TEAC    DV-28E-C&lt;BR /&gt;                           /dev/dsk/c0t0d0   /dev/rdsk/c0t0d0&lt;BR /&gt;disk      1  0/1/1/0.0.0    sdisk   CLAIMED     DEVICE       HP 36.4GMAS3367NC&lt;BR /&gt;                           /dev/dsk/c2t0d0   /dev/rdsk/c2t0d0&lt;BR /&gt;disk      2  0/1/1/0.1.0    sdisk   CLAIMED     DEVICE       HP 36.4GMAS3367NC&lt;BR /&gt;                           /dev/dsk/c2t1d0   /dev/rdsk/c2t1d0 &lt;BR /&gt;&lt;BR /&gt;Is the first in my machine "TEAC    DV-28E-C" and device is c0t0d0&lt;BR /&gt;&lt;BR /&gt;exec mount command&lt;BR /&gt;&lt;BR /&gt;mount -r -F cdfs /dev/dsk/c0t0d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;cd /cdrom to view file/dir on cdrom&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jan 2006 13:24:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-cd-rom/m-p/3711209#M251167</guid>
      <dc:creator>Fat Scrape</dc:creator>
      <dc:date>2006-01-17T13:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a cd-rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-cd-rom/m-p/3711210#M251168</link>
      <description>Note also, if it is an Oracle cd, or one that wants pfs - do the following:&lt;BR /&gt;&lt;BR /&gt;It can be an Oracle CD-ROM, or a CD created on Windows, or whereever they used Rock Ridge extensions. Long names are truncated or show upper case only. Oracle tells you to use pfs_mount.&lt;BR /&gt;&lt;BR /&gt;Do not use pfs_mount!. Install the Rock-Ridge extension patches instead and never worry about these problems. For HP-UX 11.00 you will need forget all about PFS and install PHKL_26448 (now superceded by PHKL_28060), PHCO_26449, and PHKL_26450 to have HP-UX recognize those file systems automatically on mount! For HP-UX 11.11 (11i) you need PHCO_25841, PHKL_26269, and PHKL_25760 (now superceded by PHKL_28025).&lt;BR /&gt;&lt;BR /&gt;Installation of patches requires a reboot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To mount a Rockridge CD (instead of using pfs_mount):&lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -o ro,rr,noauto /dev/cdrom /cdrom&lt;BR /&gt;&lt;BR /&gt;To unmount:&lt;BR /&gt;&lt;BR /&gt;umount /cdrom&lt;BR /&gt;&lt;BR /&gt;To share out the cd over NFS:&lt;BR /&gt;&lt;BR /&gt;exportfs -i -o ro,anon=0 /cdrom&lt;BR /&gt;&lt;BR /&gt;On remote:&lt;BR /&gt;&lt;BR /&gt;mount -F nfs sha1:/cdrom /zmnt&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note: client server does NOT need to have Rock Ridge patches installed to access the cdrom remotely. &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 17 Jan 2006 13:31:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-cd-rom/m-p/3711210#M251168</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-01-17T13:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a cd-rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-cd-rom/m-p/3711211#M251169</link>
      <description>Hi Manuales ,&lt;BR /&gt;&lt;BR /&gt;1. Confirm the CD-ROM device file from ioscan -fnC disk output.&lt;BR /&gt;&lt;BR /&gt;2. mount /dev/dsk/devicefile  /mnt&lt;BR /&gt;&lt;BR /&gt;3. cd /mnt&lt;BR /&gt;&lt;BR /&gt;4. ls -l &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does this works for you.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Raj.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jan 2006 13:31:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-cd-rom/m-p/3711211#M251169</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-01-17T13:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a cd-rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-cd-rom/m-p/3711212#M251170</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The mount options will also defer depending upon the type of format in which the CD-media is written.&lt;BR /&gt;&lt;BR /&gt;man pfs_mount from deails.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Wed, 18 Jan 2006 06:16:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-cd-rom/m-p/3711212#M251170</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-01-18T06:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reading a cd-rom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-cd-rom/m-p/3711213#M251171</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;You should read this, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.ws/merijn/faq.html" target="_blank"&gt;http://hpux.ws/merijn/faq.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Q] My CD-ROM doesn't show what I expect&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 18 Jan 2006 06:20:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reading-a-cd-rom/m-p/3711213#M251171</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-18T06:20:28Z</dc:date>
    </item>
  </channel>
</rss>

