<?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: pfs_mount in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/3359199#M193755</link>
    <description>Robert,&lt;BR /&gt;&lt;BR /&gt;I had problems with pfs_mount about a month or two ago. I looked in knowledge base and found a document that tells of two or three patches that, when installed, will allow you to mount a rockbridge ext CD without going through the pfs_mount. &lt;BR /&gt;&lt;BR /&gt;Check knowledge base for these patches and see if you have the patches installed. This is really what you need to do, because pfs_mount is causing alot of problems for many people.&lt;BR /&gt;&lt;BR /&gt;Denise</description>
    <pubDate>Tue, 17 Aug 2004 15:00:20 GMT</pubDate>
    <dc:creator>denise_7</dc:creator>
    <dc:date>2004-08-17T15:00:20Z</dc:date>
    <item>
      <title>pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/3359196#M193752</link>
      <description>I have a cdrom that went bad on a HPUX system. I want to pfs_mount a cdrom from another system so I can do an install on the system with the bad cdrom. I keep getting an error message:&lt;BR /&gt;pfs_mount -o hard mailtest:/cdrom /cdrom&lt;BR /&gt;pfs_mount: access denied for mailtest:/cdrom.&lt;BR /&gt;pfs_mount: giving up on /cdrom&lt;BR /&gt;&lt;BR /&gt;Is there a file I need to update to give permission to mount?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Aug 2004 14:41:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/3359196#M193752</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2004-08-17T14:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/3359197#M193753</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;Perform these steps on the local system:&lt;BR /&gt;&lt;BR /&gt;1. nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;&lt;BR /&gt;2. nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;&lt;BR /&gt;3. Add the filesystem to /etc/pfs_fstab&lt;BR /&gt;&lt;BR /&gt;4. Add the filesystem to /etc/pfs_exports&lt;BR /&gt;&lt;BR /&gt;5. pfs_exportfs -a&lt;BR /&gt;&lt;BR /&gt;6. pfs_mount /cdrom&lt;BR /&gt;&lt;BR /&gt;Perform these steps on the remote system:&lt;BR /&gt;&lt;BR /&gt;1. nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;&lt;BR /&gt;2. nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;&lt;BR /&gt;3. pfs_mount -o xlat=unix remotesystemA:/cdrom /localmnt_pnt&lt;BR /&gt;&lt;BR /&gt;Or install the rockridge Patches.&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;My CD-ROM doesn't show what I expect&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;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;&lt;A href="http://mirrors.develooper.com/hpux/" target="_blank"&gt;http://mirrors.develooper.com/hpux/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 17 Aug 2004 14:46:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/3359197#M193753</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-08-17T14:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/3359198#M193754</link>
      <description>On the server where you have mounted cd, did you export it with pfs_export command?? If you have used pfs_mount to mount cdrom on server, you will have to export it with pfs_export.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Tue, 17 Aug 2004 14:47:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/3359198#M193754</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-08-17T14:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/3359199#M193755</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;I had problems with pfs_mount about a month or two ago. I looked in knowledge base and found a document that tells of two or three patches that, when installed, will allow you to mount a rockbridge ext CD without going through the pfs_mount. &lt;BR /&gt;&lt;BR /&gt;Check knowledge base for these patches and see if you have the patches installed. This is really what you need to do, because pfs_mount is causing alot of problems for many people.&lt;BR /&gt;&lt;BR /&gt;Denise</description>
      <pubDate>Tue, 17 Aug 2004 15:00:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/3359199#M193755</guid>
      <dc:creator>denise_7</dc:creator>
      <dc:date>2004-08-17T15:00:20Z</dc:date>
    </item>
  </channel>
</rss>

