<?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: mount cdrom problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032090#M910658</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The reason is the file type on the CD is not of UNIX.&lt;BR /&gt;&lt;BR /&gt;When you user pfs_mount with the option -x unix it will translate to file type UNIX.&lt;BR /&gt;&lt;BR /&gt;To user pfs_mount, you need the pfs_mountd and pfs running.&lt;BR /&gt;&lt;BR /&gt;The do the following&lt;BR /&gt;&lt;BR /&gt;# nohup /usr/sbin/pfs_mounts &amp;amp; &lt;BR /&gt;# nohup /usr/sbin/pfsd &amp;amp; &lt;BR /&gt;# /usr/sbin/pfs_mount -x unix /dev/dsk/c5t2d0 /cdrom &lt;BR /&gt;&lt;BR /&gt;This will work.</description>
    <pubDate>Fri, 25 Jul 2003 02:50:36 GMT</pubDate>
    <dc:creator>Indira Aramandla</dc:creator>
    <dc:date>2003-07-25T02:50:36Z</dc:date>
    <item>
      <title>mount cdrom problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032082#M910650</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;i try to mount a cdrom on HpUX 11.11 with this command :&lt;BR /&gt;&lt;BR /&gt;$mount -o ro /dev/dsk/c3t2d0 /cdrom&lt;BR /&gt;the cdrom is mounted but the file is not correct&lt;BR /&gt;&lt;BR /&gt;ll /cdrom&lt;BR /&gt;&lt;BR /&gt;Readme.html;1&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;All files have ";1" at the end&lt;BR /&gt;Which option can i use to have a good file? ( Readme.html )&lt;BR /&gt;&lt;BR /&gt;If i use cdcase, there isn't ";1" but all files are lowercase. ( it's not good... )&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 24 Jul 2003 07:53:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032082#M910650</guid>
      <dc:creator>ANDRE David</dc:creator>
      <dc:date>2003-07-24T07:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032083#M910651</link>
      <description>hi,&lt;BR /&gt;you could try with pfs_mount, but it can cause a reboot when care is not taken.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you wish, latest mount patches allow you to mounf pfs without the need for special demons.&lt;BR /&gt;&lt;BR /&gt;PHKL_28025&lt;BR /&gt;&lt;BR /&gt;It requires a reboot.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;extract from notes:&lt;BR /&gt;&lt;BR /&gt;PHKL_26520:&lt;BR /&gt; ( SR:8606244607 CR:JAGae11092 )&lt;BR /&gt; PHKL_25760 introduced behavior that can result in problems&lt;BR /&gt; accessing files from mounted CDFS file systems, for example&lt;BR /&gt; CD and DVD media.  The cdfs driver included in PHKL_25760&lt;BR /&gt; may show and match all file names as lower case characters.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   Massimo&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2003 08:05:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032083#M910651</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-24T08:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032084#M910652</link>
      <description>Are you mounting CD from Oracle?&lt;BR /&gt;If yes, for hpux, you should follow the mounting instructions:&lt;BR /&gt;&lt;BR /&gt;# nohup /usr/sbin/pfs_mounts &amp;amp;&lt;BR /&gt;# nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;# /usr/sbin/pfs_mount -t rrip -x unix /dev/dsk/c5t2d0 /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;if there is no /etc/pfs_fstab, create it as follows:&lt;BR /&gt;# cat /etc/pfs_fstab&lt;BR /&gt;/dev/dsk/c5t2d0 /SD_CDROM pfs-rrip xlat=unix 0 0&lt;BR /&gt;&lt;BR /&gt;Hope it helps!&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2003 08:10:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032084#M910652</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-07-24T08:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032085#M910653</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;try -o cdcase option&lt;BR /&gt;Sunil</description>
      <pubDate>Thu, 24 Jul 2003 08:10:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032085#M910653</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2003-07-24T08:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032086#M910654</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If it is an Oracle cd it will have to be mounted using pfs_mount.&lt;BR /&gt;&lt;BR /&gt;Also don't forget to unmount using pfs_umount&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Hilary&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2003 08:18:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032086#M910654</guid>
      <dc:creator>BFA6</dc:creator>
      <dc:date>2003-07-24T08:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032087#M910655</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;option cdcase will eliminate ";1" and shows all files with lowercase - not good?&lt;BR /&gt;You can try RockRidge. But for the option rr you will need patches (HP UX 11):&lt;BR /&gt;&lt;BR /&gt;PHKL_28060 &lt;BR /&gt;PHKL_26450 &lt;BR /&gt;PHCO_26449 &lt;BR /&gt;&lt;BR /&gt;I don't know if you cdrom is RockRidge-formatted. But there are no more possibilities&lt;BR /&gt;&lt;BR /&gt;I had a thread with cdrom burning and reading:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xac692d88ce9cd711abdc0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xac692d88ce9cd711abdc0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Volkmar</description>
      <pubDate>Thu, 24 Jul 2003 08:20:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032087#M910655</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2003-07-24T08:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032088#M910656</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;look here ("New patches will eliminate pfs_mount for CD-ROMs"):&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000067424041" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000067424041&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;My patches were for 11.0, there you can find the same for 11.i&lt;BR /&gt;&lt;BR /&gt;PHCO_25841&lt;BR /&gt;PHKL_26269&lt;BR /&gt;PHKL_28025&lt;BR /&gt;&lt;BR /&gt;because pfs_mount could cause problems.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Volkmar</description>
      <pubDate>Thu, 24 Jul 2003 08:28:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032088#M910656</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2003-07-24T08:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032089#M910657</link>
      <description>PFS is essentially obsolete due to problems and the recently added patches for RockRidge formats. After adding the above patches for your 11.11 system, use the -orr option to mount your CD. The UPPERCASE.EXT;1 format is standard ISO-9660 format for files. But the CDROM standard (aka, the Yellow book) defines additional directories that are used to translate the 8.3;version format into long filenames, etc. These 3 patches will now access the additional directories on the CD and display the desired filenames. NOTE: HP-supplied CDs (for HP-UX) are written in a proprietary (non-standard) format which is understood by the native CDFS code in HP-UX.</description>
      <pubDate>Thu, 24 Jul 2003 10:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032089#M910657</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-07-24T10:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032090#M910658</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The reason is the file type on the CD is not of UNIX.&lt;BR /&gt;&lt;BR /&gt;When you user pfs_mount with the option -x unix it will translate to file type UNIX.&lt;BR /&gt;&lt;BR /&gt;To user pfs_mount, you need the pfs_mountd and pfs running.&lt;BR /&gt;&lt;BR /&gt;The do the following&lt;BR /&gt;&lt;BR /&gt;# nohup /usr/sbin/pfs_mounts &amp;amp; &lt;BR /&gt;# nohup /usr/sbin/pfsd &amp;amp; &lt;BR /&gt;# /usr/sbin/pfs_mount -x unix /dev/dsk/c5t2d0 /cdrom &lt;BR /&gt;&lt;BR /&gt;This will work.</description>
      <pubDate>Fri, 25 Jul 2003 02:50:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032090#M910658</guid>
      <dc:creator>Indira Aramandla</dc:creator>
      <dc:date>2003-07-25T02:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032091#M910659</link>
      <description>I think that you meant&lt;BR /&gt;&lt;BR /&gt;nohup pfs_mountd&amp;amp; instead of nohup pfs_mounts&amp;amp;&lt;BR /&gt;&lt;BR /&gt;also do not forget the &lt;BR /&gt;/etc/pfs_fstab has to be built&lt;BR /&gt;&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c3t2d0 /SD_CDROM pfs-rrip xlat=unix 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Your device and mount point will vary, but the rest of the line will be the same.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jul 2003 12:13:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032091#M910659</guid>
      <dc:creator>R. Allan Hicks</dc:creator>
      <dc:date>2003-07-25T12:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032092#M910660</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Try like this:&lt;BR /&gt;mount -o cdcase /dev/dsk/c3t2d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Fri, 25 Jul 2003 12:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032092#M910660</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-25T12:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032093#M910661</link>
      <description>hi, &lt;BR /&gt;&lt;BR /&gt;i prefer to use my script which allows me to both mount and unmount my Oracle cds. &lt;BR /&gt;&lt;BR /&gt;It uses pfs_mount. &lt;BR /&gt;&lt;BR /&gt;hope this helps! &lt;BR /&gt;&lt;BR /&gt;regards &lt;BR /&gt;Yogeeraj</description>
      <pubDate>Fri, 25 Jul 2003 16:25:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom-problem/m-p/3032093#M910661</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-07-25T16:25:54Z</dc:date>
    </item>
  </channel>
</rss>

