<?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/2744529#M68620</link>
    <description>Hi Maria,&lt;BR /&gt;&lt;BR /&gt; Depending on the CD type you might try:&lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -o cdcase /dev/dsk/cxtydz /cdrom&lt;BR /&gt;&lt;BR /&gt;If that doesn't do it then I suspect you need mount options i.e. when you use pfs_mount. You may want to look at using the /etc/pfs_fstab file to take the place of having to use mount options on the pfs_mount command line,&lt;BR /&gt;do a man pfs_fstab&lt;BR /&gt;Syntax would look something like &lt;BR /&gt;&lt;BR /&gt;/dev/dsk/cxtydz /cdrom pfs-iso9660 ro,suid 0 0&lt;BR /&gt;&lt;BR /&gt;Using the tab file will allow you to just issue the pfs_mount command w/o even specifying the mount point.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
    <pubDate>Thu, 13 Jun 2002 23:53:46 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2002-06-13T23:53:46Z</dc:date>
    <item>
      <title>pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2744527#M68618</link>
      <description>HI Again.... &lt;BR /&gt;op sys: 11.0&lt;BR /&gt;machine:D220&lt;BR /&gt;&lt;BR /&gt;Trying to pfs_mount the /cdrom.  I have issued:&lt;BR /&gt;pfs_mountd &amp;amp;&lt;BR /&gt;pfsd &amp;amp;&lt;BR /&gt;pfs_mount /cdrom&lt;BR /&gt;&lt;BR /&gt;Result =  pfs_mount: giving up on /cdrom&lt;BR /&gt;&lt;BR /&gt;bdf shows nothing mounted for /cdrom.  What have I done wrong (this time)?  please !! thankyou.  (i just want the /cdrom to load up on the system.  When I issued the normal mount command and checked the contents, it appeared as follows:   .PRODUCT;1   &lt;BR /&gt;uppercase, semicolon, and an extent no.)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks for helping out.&lt;BR /&gt;Maria.</description>
      <pubDate>Thu, 13 Jun 2002 23:35:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2744527#M68618</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2002-06-13T23:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2744528#M68619</link>
      <description>Hi Maria,&lt;BR /&gt;&lt;BR /&gt;You need to make sure that the background processes are in fact running for pfs mount options, often called 'Rock Ridge' format.&lt;BR /&gt;example below:&lt;BR /&gt;&lt;BR /&gt;If you want to mount a disk so it shows just lowercase, do this:&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;# mount -F cdfs -o cdcase /dev/dsk/c0t6d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;Here is the procedure for mounting a &lt;BR /&gt;Rockridge CD &lt;BR /&gt;&lt;BR /&gt;Add this entry to /etc/pfs_fstab &lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c5t2d0 /SD_CDROM pfs-rrip xlat=unix 10 &lt;BR /&gt;&lt;BR /&gt;Mount the cd in the drive &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;# /usr/sbin/pfs_mount /SD_CDROM &lt;BR /&gt;&lt;BR /&gt;Make sure the directory is created and you &lt;BR /&gt;have not got your shell in that directory at &lt;BR /&gt;the time of mounting. &lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;~Michael~&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jun 2002 23:51:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2744528#M68619</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-06-13T23:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2744529#M68620</link>
      <description>Hi Maria,&lt;BR /&gt;&lt;BR /&gt; Depending on the CD type you might try:&lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -o cdcase /dev/dsk/cxtydz /cdrom&lt;BR /&gt;&lt;BR /&gt;If that doesn't do it then I suspect you need mount options i.e. when you use pfs_mount. You may want to look at using the /etc/pfs_fstab file to take the place of having to use mount options on the pfs_mount command line,&lt;BR /&gt;do a man pfs_fstab&lt;BR /&gt;Syntax would look something like &lt;BR /&gt;&lt;BR /&gt;/dev/dsk/cxtydz /cdrom pfs-iso9660 ro,suid 0 0&lt;BR /&gt;&lt;BR /&gt;Using the tab file will allow you to just issue the pfs_mount command w/o even specifying the mount point.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 13 Jun 2002 23:53:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2744529#M68620</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-06-13T23:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2744530#M68621</link>
      <description>Sorry..if you don't specify the mount point in the pfs_mount command, then it has to be &lt;BR /&gt;&lt;BR /&gt;pfs_mount -a&lt;BR /&gt;&lt;BR /&gt;to mount *all* entries in pfs_fstab&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 14 Jun 2002 00:10:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2744530#M68621</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-06-14T00:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2744531#M68622</link>
      <description>Thankyou... the simplest of all worked!  As it does.  mount cmd with the lowercase option.  Once again, thanks.  This forum has been such a great source of info and everyone seems so 'Happily Helpful'!  See ya&lt;BR /&gt;Maria.</description>
      <pubDate>Fri, 14 Jun 2002 00:17:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2744531#M68622</guid>
      <dc:creator>Peter Gillis</dc:creator>
      <dc:date>2002-06-14T00:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2744532#M68623</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;My pfsmcd script, many years back. pfsmcd starts the pfs daemons if they have not been started, detects if a CD is already mounted and pfs-mounts the CD (Oracle CD) if it has not been mounted or pfs-unmounts the CD if it has already been mounted. &lt;BR /&gt;&lt;BR /&gt;In addition to root.sh, I had this script added to restricted sam so that the DBA won't come and bother me to mount and unmount Oracle CDs everytime. &lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards. &lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong &lt;BR /&gt;&lt;BR /&gt;pfsmcd script:&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/ksh &lt;BR /&gt;&lt;BR /&gt;if ps -ae|grep -v grep|grep pfs_mountd &amp;gt; /dev/null 2&amp;gt;/dev/null &lt;BR /&gt;then &lt;BR /&gt;echo pfs_mountd already started &lt;BR /&gt;else &lt;BR /&gt;echo Starting pfs_mountd &lt;BR /&gt;nohup /usr/sbin/pfs_mountd &amp;amp; &lt;BR /&gt;sleep 5 &lt;BR /&gt;fi &lt;BR /&gt;if ps -ae|grep -v grep|grep pfsd &amp;gt; /dev/null 2&amp;gt;/dev/null &lt;BR /&gt;then &lt;BR /&gt;echo pfsd already started &lt;BR /&gt;else &lt;BR /&gt;echo Starting pfsd &lt;BR /&gt;nohup /usr/sbin/pfsd &amp;amp; &lt;BR /&gt;sleep 5 &lt;BR /&gt;fi &lt;BR /&gt;if /sbin/mount|grep /cdrom &amp;gt; /dev/null 2&amp;gt;/dev/null &lt;BR /&gt;then &lt;BR /&gt;echo Unmounting /cdrom &lt;BR /&gt;pfs_umount /cdrom &amp;gt; /dev/null 2&amp;gt;/dev/null &lt;BR /&gt;else &lt;BR /&gt;echo Mounting /cdrom &lt;BR /&gt;pfs_mount /cdrom &amp;gt; /dev/null 2&amp;gt;/dev/null &lt;BR /&gt;fi</description>
      <pubDate>Fri, 14 Jun 2002 00:21:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2744532#M68623</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-06-14T00:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2744533#M68624</link>
      <description>Hi Steevn,&lt;BR /&gt;&lt;BR /&gt; How you doing?&lt;BR /&gt;Heard you were under the weather.&lt;BR /&gt;Feeling better?&lt;BR /&gt;Care to chat..I'm there now.&lt;BR /&gt;&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 14 Jun 2002 00:46:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2744533#M68624</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-06-14T00:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: pfs_mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2744534#M68625</link>
      <description>Maria, your worries might be over!&lt;BR /&gt;&lt;BR /&gt;forget all about PFS and install PHKL_26448, PHCO_26449, and PHKL_26450 to have HP-UX recognize those file systems automatically on mount!&lt;BR /&gt;&lt;BR /&gt;The new search engine will get you to these patches in no time :) just enter 26448 or 26449 or 26450</description>
      <pubDate>Fri, 14 Jun 2002 08:06:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pfs-mount/m-p/2744534#M68625</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-06-14T08:06:54Z</dc:date>
    </item>
  </channel>
</rss>

