<?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: properly mount a cdrom in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/properly-mount-a-cdrom/m-p/2872529#M98907</link>
    <description>Hi &lt;BR /&gt;&lt;BR /&gt;if you are burning a cd with the software that you download remember to burn it without !! &lt;BR /&gt;the option of juliet option ( that is for windows and not unix ) &lt;BR /&gt;&lt;BR /&gt;after you are burning the cd you need to mount it with this option :&lt;BR /&gt;&lt;BR /&gt;mount -o cdcase /dev/device_file /mount point .&lt;BR /&gt;&lt;BR /&gt;also to recall , when you want to install oracle or to mount a oracle cd used this prod.&lt;BR /&gt;to mount with pfs mount : &lt;BR /&gt;&lt;BR /&gt;     1. Kill any active pfs daemons.&lt;BR /&gt;&lt;BR /&gt;     2. Re-start the pfs daemons:&lt;BR /&gt;&lt;BR /&gt;        pfs_mountd &amp;amp;&lt;BR /&gt;        pfsd &amp;amp;&lt;BR /&gt;&lt;BR /&gt;     3. Mount the CD:&lt;BR /&gt;&lt;BR /&gt;        pfs_mount -o xlat=unix /dev/rdsk/cXtXdX  /cdrom &lt;BR /&gt;&lt;BR /&gt;        Note: 'pfs' uses the raw (rdsk) device.  Replace the 'X' entries&lt;BR /&gt;              (in the pfs_mount command) with the appropriate numbers,&lt;BR /&gt;              typically, C1t2d0.&lt;BR /&gt;&lt;BR /&gt;        Note: The man page for pfs_mount(1M) for HP-UX Release 10.20:&lt;BR /&gt;              May 1998, contains syntax for both the "older" style option:&lt;BR /&gt;&lt;BR /&gt;                  -x xlat=unix  (kept for backward compatibility)&lt;BR /&gt;&lt;BR /&gt;              and a "newer" style option:&lt;BR /&gt;&lt;BR /&gt;                  -o xlat=xlat_flags&lt;BR /&gt;&lt;BR /&gt;Use pfs_umount to umount the CD.&lt;BR /&gt;</description>
    <pubDate>Wed, 01 Jan 2003 08:48:28 GMT</pubDate>
    <dc:creator>eran maor</dc:creator>
    <dc:date>2003-01-01T08:48:28Z</dc:date>
    <item>
      <title>properly mount a cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/properly-mount-a-cdrom/m-p/2872526#M98904</link>
      <description>I downloaded software from oracle and burned onto a cd.  I did the usual /etc/mount /dev/c0t1d0 /SD_CDROM.  When I cd to /SD_CDROM the *.gz file looks somewhat scrambled.  Is there a specific format I should specify.  Since it is a *.gz, I assumed no particular format flag was needed.</description>
      <pubDate>Tue, 31 Dec 2002 22:27:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/properly-mount-a-cdrom/m-p/2872526#M98904</guid>
      <dc:creator>Saul O. Reyes</dc:creator>
      <dc:date>2002-12-31T22:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: properly mount a cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/properly-mount-a-cdrom/m-p/2872527#M98905</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Couple of ways to get around this problem&lt;BR /&gt;first one,&lt;BR /&gt;&lt;BR /&gt;#mount -F cdfs -o cdcase /dev/dsk/c0t1d0 /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;second,&lt;BR /&gt;&lt;A href="http://www.cmve.net/~merijn/" target="_blank"&gt;http://www.cmve.net/~merijn/&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;My CD-ROM doesn't show what I expect &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, PHCO_26449, and PHKL_26450 to have HP-UX recognize those file systems automatically on mount! For HP-UX 11i you need PHCO_25841, PHKL_26269 , and PHKL_25760. &lt;BR /&gt;&lt;BR /&gt;No need thereafter to use -o cdfs to mount anymore, provided you enter the CD drive in /etc/fstab like this: &lt;BR /&gt;&lt;BR /&gt;/dev/cd0 /cdrom cdfs ro,rr,noauto 0 0 &lt;BR /&gt;&lt;BR /&gt;Thirth if you don't like to install the patches,&lt;BR /&gt;# nohup pfs_mountd &amp;amp; &lt;BR /&gt;# nohup pfsd &amp;amp; &lt;BR /&gt;# pfs_mount /dev/dsk/c0t1d0 /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;&lt;BR /&gt;Robert-Jan. &lt;BR /&gt;</description>
      <pubDate>Tue, 31 Dec 2002 22:40:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/properly-mount-a-cdrom/m-p/2872527#M98905</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2002-12-31T22:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: properly mount a cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/properly-mount-a-cdrom/m-p/2872528#M98906</link>
      <description>Forgot to add one thing.&lt;BR /&gt;&lt;BR /&gt;If you choose the last option use&lt;BR /&gt;&lt;BR /&gt;# pfs_umount /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;to umount the cdrom NOT umount.&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Tue, 31 Dec 2002 22:45:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/properly-mount-a-cdrom/m-p/2872528#M98906</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2002-12-31T22:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: properly mount a cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/properly-mount-a-cdrom/m-p/2872529#M98907</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;if you are burning a cd with the software that you download remember to burn it without !! &lt;BR /&gt;the option of juliet option ( that is for windows and not unix ) &lt;BR /&gt;&lt;BR /&gt;after you are burning the cd you need to mount it with this option :&lt;BR /&gt;&lt;BR /&gt;mount -o cdcase /dev/device_file /mount point .&lt;BR /&gt;&lt;BR /&gt;also to recall , when you want to install oracle or to mount a oracle cd used this prod.&lt;BR /&gt;to mount with pfs mount : &lt;BR /&gt;&lt;BR /&gt;     1. Kill any active pfs daemons.&lt;BR /&gt;&lt;BR /&gt;     2. Re-start the pfs daemons:&lt;BR /&gt;&lt;BR /&gt;        pfs_mountd &amp;amp;&lt;BR /&gt;        pfsd &amp;amp;&lt;BR /&gt;&lt;BR /&gt;     3. Mount the CD:&lt;BR /&gt;&lt;BR /&gt;        pfs_mount -o xlat=unix /dev/rdsk/cXtXdX  /cdrom &lt;BR /&gt;&lt;BR /&gt;        Note: 'pfs' uses the raw (rdsk) device.  Replace the 'X' entries&lt;BR /&gt;              (in the pfs_mount command) with the appropriate numbers,&lt;BR /&gt;              typically, C1t2d0.&lt;BR /&gt;&lt;BR /&gt;        Note: The man page for pfs_mount(1M) for HP-UX Release 10.20:&lt;BR /&gt;              May 1998, contains syntax for both the "older" style option:&lt;BR /&gt;&lt;BR /&gt;                  -x xlat=unix  (kept for backward compatibility)&lt;BR /&gt;&lt;BR /&gt;              and a "newer" style option:&lt;BR /&gt;&lt;BR /&gt;                  -o xlat=xlat_flags&lt;BR /&gt;&lt;BR /&gt;Use pfs_umount to umount the CD.&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Jan 2003 08:48:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/properly-mount-a-cdrom/m-p/2872529#M98907</guid>
      <dc:creator>eran maor</dc:creator>
      <dc:date>2003-01-01T08:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: properly mount a cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/properly-mount-a-cdrom/m-p/2872530#M98908</link>
      <description>The RockRidge patches do indeed replace the (unstable, NFS-based code) PFS code but due to a bug in one of the 3 patches, certain RockRidge CD's (notably Cisco router management CD's) will cause a system panic (crash) when mounted. The bad patch has been recalled but not yet replaced. Be sure to read the the patch readme file. All 3 patches must be installed for the -or option to work. AS long as you are just loading the Oracle CD's, the 3 patches to make native RockRidge support work should be OK.</description>
      <pubDate>Wed, 01 Jan 2003 20:41:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/properly-mount-a-cdrom/m-p/2872530#M98908</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-01-01T20:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: properly mount a cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/properly-mount-a-cdrom/m-p/2872531#M98909</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;We solved that problem in Oracle 8.1.7 by the following way: &lt;BR /&gt;&lt;BR /&gt;To mount CD: &lt;BR /&gt;nohup /usr/sbin/pfs_mountd &amp;amp; &lt;BR /&gt;hohup /usr/sbin/pfsd &amp;amp; &lt;BR /&gt;nohup /usr/sbin/pfs_mount -x unix /dev/dsk/[c?t?d?] /cdrom &amp;amp; &lt;BR /&gt;&lt;BR /&gt;(*) Try man pfs_mount to get details about. &lt;BR /&gt;&lt;BR /&gt;To umount CD: &lt;BR /&gt;nohup /usr/sbin/pfs_umount /dev/dsk/[c?t?d?] &amp;amp; &lt;BR /&gt;Pls note that is "pfs_umount" and not "pfs_mount" to **umount** your media..! &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(*) nohup executes command with hangups and quits ignored, both standard output and standard error are sent to nohup.out. &lt;BR /&gt;&lt;BR /&gt;Happy New Year!</description>
      <pubDate>Wed, 01 Jan 2003 22:13:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/properly-mount-a-cdrom/m-p/2872531#M98909</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2003-01-01T22:13:15Z</dc:date>
    </item>
  </channel>
</rss>

