<?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/2789572#M79366</link>
    <description>pfs_mount is a source of problems ...!!&lt;BR /&gt;Please see :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf489107d277ad611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf489107d277ad611abdb0090277a778c,00.html&lt;/A&gt;</description>
    <pubDate>Tue, 20 Aug 2002 08:43:41 GMT</pubDate>
    <dc:creator>Carlos Fernandez Riera</dc:creator>
    <dc:date>2002-08-20T08:43:41Z</dc:date>
    <item>
      <title>pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2789568#M79362</link>
      <description>Hi,&lt;BR /&gt; How to mount remote server CD-rom on local server using PFS_MOUNT.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;(Points will awarded for each response)</description>
      <pubDate>Tue, 20 Aug 2002 08:28:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2789568#M79362</guid>
      <dc:creator>Ash_4</dc:creator>
      <dc:date>2002-08-20T08:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2789569#M79363</link>
      <description>This is from "man pfs_mount"&lt;BR /&gt;&lt;BR /&gt; To mount a CD-ROM disk:&lt;BR /&gt;&lt;BR /&gt;           pfs_mount /dev/rdsk/c0t6d0 /cd-rom&lt;BR /&gt;&lt;BR /&gt;      To mount a remote file system:&lt;BR /&gt;&lt;BR /&gt;           pfs_mount serv:/cd-rom /cd-rom&lt;BR /&gt;&lt;BR /&gt;      To fake an entry for iso9660 on /cd-rom:&lt;BR /&gt;&lt;BR /&gt;           pfs_mount -f -t iso9660 /dev/rdsk/c0t6d0 /cd-rom&lt;BR /&gt;&lt;BR /&gt;      To hard mount a remote file system:&lt;BR /&gt;&lt;BR /&gt;           pfs_mount -o hard serv:/cd-rom /cd-rom&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Aug 2002 08:34:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2789569#M79363</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2002-08-20T08:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2789570#M79364</link>
      <description>If you want to mount an ISO 9660 CDROM on HP-UX or a ISO 9660 CDROM with RockRidge &lt;BR /&gt;Interchange Format you have to start pfs_mountd and pfsd.&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;[3]     1969&lt;BR /&gt;# /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;[4]     1970&lt;BR /&gt;&lt;BR /&gt;Edit or create the file /etc/pfs_fstab&lt;BR /&gt;/dev/dsk/c0t4d0 /ISO_CDROM pfs-iso9660 xlat=unix 0 0&lt;BR /&gt;/dev/dsk/c0t4d0 /ISO_RR_CDROM pfs-rrip xlat=unix 0 0&lt;BR /&gt;&lt;BR /&gt;Create the dirs, if they don't exist&lt;BR /&gt;&lt;BR /&gt;# ls -dl /ISO*&lt;BR /&gt;drwxr-xr-x   2 root  root   4 Apr  2 20:44 ISO_CDROM&lt;BR /&gt;drwxr-xr-x   2 root  root   4 Apr  2 20:44 ISO_RR_CDROM&lt;BR /&gt;&lt;BR /&gt;Now it is easy to mount ISO CDROMs&lt;BR /&gt;&lt;BR /&gt;# pfs_mount /ISO_CDROM&lt;BR /&gt;&lt;BR /&gt;# ls -l /ISO_CDROM&lt;BR /&gt;drwxr-xr-x   2 root root  4488 May  6  1988 cdsample&lt;BR /&gt;&lt;BR /&gt;# pfs_umount /ISO_CDROM&lt;BR /&gt;Or with long filenames# pfs_mount /ISO_RR_CDROM&lt;BR /&gt;&lt;BR /&gt;# ls -l /ISO_RR_CDROM&lt;BR /&gt;-r--r--r--   1 root  root 4488 Nov  5 19:00 Copyright&lt;BR /&gt;dr-xr-xr-x   2 root  root 1469 Oct 13 19:01 pictures_from_susi&lt;BR /&gt;&lt;BR /&gt;One thing we have found out about pfs_mount is, DO NOT exit the session you start the &lt;BR /&gt;daemons with, until you are COMPLETLY finished! Once you finish installing the software, &lt;BR /&gt;return to the original session, window and perform the "pfs_umount". Then if you wish, &lt;BR /&gt;you can kill the daemons you started. (next reboot will take care of this too) &lt;BR /&gt;List them by performing a "ps", then kill them from the highest process ID on down.</description>
      <pubDate>Tue, 20 Aug 2002 08:35:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2789570#M79364</guid>
      <dc:creator>YLTan</dc:creator>
      <dc:date>2002-08-20T08:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2789571#M79365</link>
      <description>Hi Ash,&lt;BR /&gt;&lt;BR /&gt;VERY IMPORTANT THING!!&lt;BR /&gt;&lt;BR /&gt;When unmount the cd, use the pfs_umount command and not umount, this is because if you use umount instead pfs_umount you will have a lot of problems to extract the cd from your box.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Justo.</description>
      <pubDate>Tue, 20 Aug 2002 08:41:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2789571#M79365</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2002-08-20T08:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2789572#M79366</link>
      <description>pfs_mount is a source of problems ...!!&lt;BR /&gt;Please see :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf489107d277ad611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf489107d277ad611abdb0090277a778c,00.html&lt;/A&gt;</description>
      <pubDate>Tue, 20 Aug 2002 08:43:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2789572#M79366</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2002-08-20T08:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2789573#M79367</link>
      <description>Hi Ash,&lt;BR /&gt;&lt;BR /&gt;since the advent of the new Rock Ridge patches to "mount(1m)" there is simply no need to use PFS any further!&lt;BR /&gt;Install the patches PHKL_26448, PHCO_26449, and PHKL_26450 and then use good old "mount(1m)" (say, your CD-ROM device is /dev/dsk/c0t0d0):&lt;BR /&gt;&lt;BR /&gt;mkdir /cdrom&lt;BR /&gt;mount -o rr /dev/dsk/c0t0d0 /cdrom&lt;BR /&gt;# ... work ...&lt;BR /&gt;umount /cdrom&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Tue, 20 Aug 2002 17:56:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2789573#M79367</guid>
      <dc:creator>Wodisch_1</dc:creator>
      <dc:date>2002-08-20T17:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2789574#M79368</link>
      <description>Hi Ash&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A. 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;B. 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;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;you can look at this document &lt;BR /&gt;&lt;A href="http://support1.itrc.hp.com/service/cki/docDisplay.do?docId=200000032087697" target="_blank"&gt;http://support1.itrc.hp.com/service/cki/docDisplay.do?docId=200000032087697&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava &lt;BR /&gt;</description>
      <pubDate>Tue, 20 Aug 2002 18:25:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2789574#M79368</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-08-20T18:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2789575#M79369</link>
      <description>Ash,&lt;BR /&gt;Please check these two documents.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000048194521" target="_blank"&gt;http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000048194521&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062684149" target="_blank"&gt;http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062684149&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Geetha.</description>
      <pubDate>Wed, 21 Aug 2002 15:59:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2789575#M79369</guid>
      <dc:creator>Geetha Alagappan</dc:creator>
      <dc:date>2002-08-21T15:59:44Z</dc:date>
    </item>
  </channel>
</rss>

