<?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/2643926#M44405</link>
    <description>what options are you using with pfs mount?</description>
    <pubDate>Mon, 14 Jan 2002 00:56:11 GMT</pubDate>
    <dc:creator>Scott Van Kalken</dc:creator>
    <dc:date>2002-01-14T00:56:11Z</dc:date>
    <item>
      <title>pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643925#M44404</link>
      <description>Hi,&lt;BR /&gt;I am having problems mounting my Oracle cdrom via pfs_mount, have executed pfs mountd and pfsd commands then pfs_mount but still gets 'nfs server not responding' any ideas what's wrong? or what i need to do further?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 14 Jan 2002 00:42:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643925#M44404</guid>
      <dc:creator>Dave Bunting</dc:creator>
      <dc:date>2002-01-14T00:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643926#M44405</link>
      <description>what options are you using with pfs mount?</description>
      <pubDate>Mon, 14 Jan 2002 00:56:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643926#M44405</guid>
      <dc:creator>Scott Van Kalken</dc:creator>
      <dc:date>2002-01-14T00:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643927#M44406</link>
      <description>Hi Scott,&lt;BR /&gt;# nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;# nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;#pfs_mount -o xlat=unix /dev/rdsk/c0t2d0 /CDROM&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks...&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jan 2002 00:58:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643927#M44406</guid>
      <dc:creator>Dave Bunting</dc:creator>
      <dc:date>2002-01-14T00:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643928#M44407</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;Have a look at the attached link. It give the procedure that I am sure that you want.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x53e7d211e18ad5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x53e7d211e18ad5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;-Michael</description>
      <pubDate>Mon, 14 Jan 2002 01:02:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643928#M44407</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-01-14T01:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643929#M44408</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;I guess this was because the pfsd and pfs_mountd were already running. When we run pfsd and pfs_mountd without nohup option and mount the CDROMs and when we exit out of the shell, the mounts will hang and produce NFS Server not responding results. Someone might have done it before on your system. Make sure everything is clean on your system. Do a bdf and see if it is not hanging. &lt;BR /&gt;&lt;BR /&gt;Kill all the pfs*, take out the CD and mount it again. Try with the usual nohup process.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 14 Jan 2002 01:08:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643929#M44408</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-01-14T01:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643930#M44409</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;You should be using the block device and not the raw device. If your CDROM drive is c0t2d0 then you should be using /dev/dsk/c0t2d0 in the pfs_mount command. Also make sure the directory /CDROM exist.&lt;BR /&gt;&lt;BR /&gt;pfs_mount -o xlat=unix /dev/dsk/c0t2d0 /CDROM&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jan 2002 01:15:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643930#M44409</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-01-14T01:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643931#M44410</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First kill pfs process and Try first nohup for pfsd and pfs_mountd &lt;BR /&gt;Followed by this command&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/pfs_mount -t rrip -x unix /dev/dsk/&lt;DEVICE name=""&gt; /cdrom &amp;lt;-- to be mounted &lt;BR /&gt;&lt;BR /&gt;for other CD format &lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -r -o cdcase /dev/dsk&lt;DEVICE&gt; /cdrom &lt;BR /&gt;&lt;BR /&gt;Hope this helps &lt;BR /&gt;&lt;BR /&gt;Goodluck &lt;BR /&gt;&lt;BR /&gt;-USA..&lt;/DEVICE&gt;&lt;/DEVICE&gt;</description>
      <pubDate>Mon, 14 Jan 2002 01:41:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643931#M44410</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-01-14T01:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643932#M44411</link>
      <description>Hi Dave&lt;BR /&gt;&lt;BR /&gt;On HP-UX:&lt;BR /&gt;1. #vi /etc/rc.config.d/netconf&lt;BR /&gt;   ...&lt;BR /&gt;   NFS_CLIENT=1&lt;BR /&gt;   NFS_SERVER=1&lt;BR /&gt;   NUM_NFSD=4&lt;BR /&gt;   START_MOUNTD=1&lt;BR /&gt;   ...&lt;BR /&gt;2. #/sbin/init.d/nfs.server start&lt;BR /&gt;   #/sbin/init.d/nfs.client start&lt;BR /&gt;&lt;BR /&gt;3. #vi /etc/pfs_fstab&lt;BR /&gt;   /dev/dsk/cXtXdX /cdrom pfs-rrip xlat=unix 0 0&lt;BR /&gt;&lt;BR /&gt;4. #nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;   #nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;   #/usr/sbin/pfs_mount /cdrom&lt;BR /&gt;&lt;BR /&gt;OK!</description>
      <pubDate>Mon, 14 Jan 2002 03:14:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643932#M44411</guid>
      <dc:creator>Wang Liang</dc:creator>
      <dc:date>2002-01-14T03:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643933#M44412</link>
      <description>whew! suggestions keep on pouring in....&lt;BR /&gt;tried some of them, &lt;BR /&gt;i tried killing pfs processes [in sequence] but i found one pfs_mountd.rpc process which was owned by init. and I cant kill it, how do i resolve this?&lt;BR /&gt;Thanks for all the help!</description>
      <pubDate>Mon, 14 Jan 2002 04:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643933#M44412</guid>
      <dc:creator>Dave Bunting</dc:creator>
      <dc:date>2002-01-14T04:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643934#M44413</link>
      <description>Hi dave,&lt;BR /&gt;&lt;BR /&gt;You should have been able to kill the pfs_mountd.rpc, but it should be done before you kill pfs_mountd. If you are still able to kill the process, there in no other choice, you have to reboot the system to clear the process.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jan 2002 04:53:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643934#M44413</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-01-14T04:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643935#M44414</link>
      <description>server rebooting....&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jan 2002 04:57:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643935#M44414</guid>
      <dc:creator>Dave Bunting</dc:creator>
      <dc:date>2002-01-14T04:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643936#M44415</link>
      <description>server rebooted, no existing pfs process, but still nfs not responding....&lt;BR /&gt;no 'NFS_whatsoever=1' on netconf file&lt;BR /&gt;what is /etc/pfs_mtab for?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;help...</description>
      <pubDate>Mon, 14 Jan 2002 05:58:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643936#M44415</guid>
      <dc:creator>Dave Bunting</dc:creator>
      <dc:date>2002-01-14T05:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643937#M44416</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;There is a typo with the file that should &lt;BR /&gt;be edited. The file should be /etc/rc.config.d/nfsconf not /etc/rc.config.d/netconf&lt;BR /&gt;'netconf' is for networking, 'nfsconf' for NFS.&lt;BR /&gt;&lt;BR /&gt;Remove the changes in netconf and place them&lt;BR /&gt;into nfsconf. The /etc/pfs_fstab file is similar to /etc/fstab file except is used for 'pfs' type mounting and and not ordinary mounting. &lt;BR /&gt;&lt;BR /&gt;'pfs' mounting is commonly called 'RockRidge Format'.&lt;BR /&gt;&lt;BR /&gt;-Michael</description>
      <pubDate>Mon, 14 Jan 2002 06:07:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643937#M44416</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-01-14T06:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643938#M44417</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;Try this link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=06a1fe7213bb9b6730/screen=ckiDisplayDocument?docId=200000055877498" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=06a1fe7213bb9b6730/screen=ckiDisplayDocument?docId=200000055877498&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Jan 2002 06:20:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643938#M44417</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-01-14T06:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643939#M44418</link>
      <description>restarted server;&lt;BR /&gt;executed 'nohup' commands&lt;BR /&gt;executed pfs_mount etc...&lt;BR /&gt;[get error message:]&lt;BR /&gt;pfs_mountd at hpn: /dev/dsk/c#t#d# not responding&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;what's /etc/pfs_mtab got to do with port#?&lt;BR /&gt;entry:&lt;BR /&gt;/dev/dsk/c#t#d# /&lt;MTPT&gt; pfs-rrip xlat=unix port=932&lt;BR /&gt;&lt;BR /&gt;where can i get this port=932?&lt;BR /&gt;&lt;BR /&gt;Help... thanks everyone...&lt;/MTPT&gt;</description>
      <pubDate>Mon, 14 Jan 2002 07:20:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643939#M44418</guid>
      <dc:creator>Dave Bunting</dc:creator>
      <dc:date>2002-01-14T07:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643940#M44419</link>
      <description>ooops... that /etc/pfs_mtab entry is in the working server, not in the problematic one...&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 14 Jan 2002 07:24:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643940#M44419</guid>
      <dc:creator>Dave Bunting</dc:creator>
      <dc:date>2002-01-14T07:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643941#M44420</link>
      <description>Hi everybody&lt;BR /&gt;&lt;BR /&gt;I'm new in this forum&lt;BR /&gt;&lt;BR /&gt;Sanjay, who do you suggest to use the block device?&lt;BR /&gt;&lt;BR /&gt;In the man page pfs_mount(1M) I find:&lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;  PFS expects a character device to be used for mounts, not a block&lt;BR /&gt;      device.  Use of a block device with PFS is not supported.&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Some time ago, I tried to use block device, but if I want to mount the cd-rom in one system and remotly mount that cd-rom from another one, with the block device it doesn't work.&lt;BR /&gt;Thank you for your attention.&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 16 Jan 2002 11:17:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643941#M44420</guid>
      <dc:creator>Andrea Guarnerio</dc:creator>
      <dc:date>2002-01-16T11:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643942#M44421</link>
      <description>Hi Andrea,&lt;BR /&gt;&lt;BR /&gt;Thanks for pointing out. I was mistaken. you use the block device when adding an entry in the /etc/pfs_fstab file. the entry should be &lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c5t2d0 /SD_CDROM pfs-rrip xlat=unix 1 0&lt;BR /&gt;&lt;BR /&gt;the do a nuhup for the two pfs processes,&lt;BR /&gt;&lt;BR /&gt;# nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;# nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;&lt;BR /&gt;Then mount the pfs CD,&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/pfs_mount /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;If you mention the device file name in the command line to mount the CD, you have to use a character device file in /dev/rdsk.&lt;BR /&gt;&lt;BR /&gt;Sorry about the earlier post.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;Sanjay&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2002 13:53:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643942#M44421</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-01-16T13:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643943#M44422</link>
      <description>Hi Sanjay&lt;BR /&gt;&lt;BR /&gt;I'm confused.&lt;BR /&gt;&lt;BR /&gt;I read the man page of both pfs_mount and pfs_fstab and I think it's not documented very well.&lt;BR /&gt;I put the extract for pfs_mount(1M) page:&lt;BR /&gt;...&lt;BR /&gt;      PFS expects a character device to be used for mounts, not a block&lt;BR /&gt;      device.  Use of a block device with PFS is not supported.&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;And the pfs_fstab(5):&lt;BR /&gt;...&lt;BR /&gt; filesystem&lt;BR /&gt;                     is the pathname of a raw or block-special device, the&lt;BR /&gt;                     name of a remote file system in host:pathname form, or&lt;BR /&gt;                     the name of a file created with MakeDisc.&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;I think you can use both type of device file, but I had some problem with the block one in remote mounting.&lt;BR /&gt;Man pages are not clear.&lt;BR /&gt;&lt;BR /&gt;Anyway I think there is correspondence:&lt;BR /&gt;mount &amp;lt;--&amp;gt; pfs_mount&lt;BR /&gt;fstab &amp;lt;--&amp;gt; pfs_fstab&lt;BR /&gt;I mean you have to put the same object in command line (pfs_mount) or in then file (pfs_fstab). &lt;BR /&gt;&lt;BR /&gt;Tell me your opinion, please.&lt;BR /&gt;&lt;BR /&gt;Bye&lt;BR /&gt;&lt;BR /&gt;Andrea&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jan 2002 19:30:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643943#M44422</guid>
      <dc:creator>Andrea Guarnerio</dc:creator>
      <dc:date>2002-01-22T19:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643944#M44423</link>
      <description>Hi Dave (and everyone else),&lt;BR /&gt;&lt;BR /&gt;PFS is actually a product developed by a company called Young Minds. The man pages for the product are very poorly written and are hard to understand. I have had to work with this issue on all sorts of third party cds.&lt;BR /&gt;&lt;BR /&gt;Here is what is needed to get PFS to work as well as it can.&lt;BR /&gt;&lt;BR /&gt;First run this:&lt;BR /&gt;&lt;BR /&gt;# swlist -l product | grep -i pfs&lt;BR /&gt;  PHCO_16438            1.0            PFS cumulative patch&lt;BR /&gt;&lt;BR /&gt;If you don't have this patch you will need to get it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Next vi /etc/rc.config.d/nsfconf&lt;BR /&gt;&lt;BR /&gt;Change the following entries to the following:&lt;BR /&gt;&lt;BR /&gt;NFS_CLIENT=1(optional, sometimes this can cause problems if it is not set to 1)&lt;BR /&gt;NFS_SERVER=1(manitory, pfs needs this to run correctly)&lt;BR /&gt;&lt;BR /&gt;REBOOT the server :) or just run a ps -ef | grep -i nfs. If you get nfsd back you are okay.&lt;BR /&gt;&lt;BR /&gt;The reason that NFS needs to be running is that PFS use the NFS subsystems to basically do a local NFS mount with the pfs_mount command. If you don't have it running it gets confused.&lt;BR /&gt;&lt;BR /&gt;Now run the nohups stated earlier&lt;BR /&gt;&lt;BR /&gt;nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;&lt;BR /&gt;now you can run the mount command, be sure to use the raw device. Sometimes the kernal can have problem translating if you only use the normal device file i.e.&lt;BR /&gt;&lt;BR /&gt;pfs_mount -o xlat=unix /dev/rdsk/c0t2d0 /CDROM &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now to answer your question about the /etc/pfs_mtab file. This is the /etc/mnttab file for normal filesystems. It gets update as the pfs_mount and pfs_umount commands get run.&lt;BR /&gt;&lt;BR /&gt;I hope this helps and explains some of the questions you might have. &lt;BR /&gt;&lt;BR /&gt;Good luck and keep the questions coming.&lt;BR /&gt;&lt;BR /&gt;Layne</description>
      <pubDate>Wed, 23 Jan 2002 02:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2643944#M44423</guid>
      <dc:creator>Layne C. Berg II</dc:creator>
      <dc:date>2002-01-23T02:35:08Z</dc:date>
    </item>
  </channel>
</rss>

