<?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: Error mounting HFS disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-mounting-hfs-disk/m-p/2938431#M113175</link>
    <description>Bob&lt;BR /&gt;&lt;BR /&gt;You got the correct answers - please assign points to these people who gave up their own time to assist you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;;^)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
    <pubDate>Sat, 29 Mar 2003 12:28:04 GMT</pubDate>
    <dc:creator>Paula J Frazer-Campbell</dc:creator>
    <dc:date>2003-03-29T12:28:04Z</dc:date>
    <item>
      <title>Error mounting HFS disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-mounting-hfs-disk/m-p/2938426#M113170</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've got an HFS disk that was mounted on a 10.20 system that I am trying to mount on a 11.i system. When I try to mount it using "sam" I get the  following two errors:&lt;BR /&gt;&lt;BR /&gt;mount: illegal file system specific option delaylog&lt;BR /&gt;mount: illegal file system specific option detainlog&lt;BR /&gt;&lt;BR /&gt;I can mount the drive manually using "mount". So I can live with that but my problem is that I now want to mount the drive on boot up. What are the lines I need to put in my "fstab" file (not sure this the the correct one) to be able to have the file mount on bootup?&lt;BR /&gt;&lt;BR /&gt;-- Bob</description>
      <pubDate>Fri, 28 Mar 2003 20:44:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-mounting-hfs-disk/m-p/2938426#M113170</guid>
      <dc:creator>Bob Hoyle</dc:creator>
      <dc:date>2003-03-28T20:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error mounting HFS disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-mounting-hfs-disk/m-p/2938427#M113171</link>
      <description>delaylog,nodatainlog are vxfs mount options. You need to specify -F hfs when you do the mount. You should be able to mimic the /stand /etc/fstab entry - likely the only other hfs entry on your box. Of course, you will need to use the appropriate device and mountpoint. I would also change the final '1' to '2' for this new entry.&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2003 20:51:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-mounting-hfs-disk/m-p/2938427#M113171</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-03-28T20:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error mounting HFS disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-mounting-hfs-disk/m-p/2938428#M113172</link>
      <description>Are you sure the fs isn't a vxfs fs?&lt;BR /&gt;&lt;BR /&gt;If you built it with commands and not sam, you'll need a proper entry in the /etc/fstab file if you wanted moutned every time you start the box.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2003 21:58:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-mounting-hfs-disk/m-p/2938428#M113172</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-28T21:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error mounting HFS disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-mounting-hfs-disk/m-p/2938429#M113173</link>
      <description>Hi Bob,&lt;BR /&gt;&lt;BR /&gt;As explained by Clay, those two options are for Vxfs filesystems. &lt;BR /&gt;&lt;BR /&gt;If you want to verify if your fstab works during the boot, do the following.&lt;BR /&gt;&lt;BR /&gt;Add the entry &lt;BR /&gt;&lt;BR /&gt;/dev/vgxx/lvolx /mount_point hfs defaults 0 2&lt;BR /&gt;&lt;BR /&gt;#umount /mount_point (if you already mounted it)&lt;BR /&gt;#mount -a&lt;BR /&gt;#bdf /mount_point&lt;BR /&gt;&lt;BR /&gt;If /mount_point is a mounted filesystem now, then it will get mounted without any issues during the boot.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 28 Mar 2003 22:05:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-mounting-hfs-disk/m-p/2938429#M113173</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-03-28T22:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error mounting HFS disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-mounting-hfs-disk/m-p/2938430#M113174</link>
      <description>Hi Bob:&lt;BR /&gt;&lt;BR /&gt;In addition to the fact that 'delaylog' and 'detainlog' are options specific to VxFS filesystems, you need an OnlineJFS license to utilize 'delaylog'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 28 Mar 2003 22:07:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-mounting-hfs-disk/m-p/2938430#M113174</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-03-28T22:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error mounting HFS disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-mounting-hfs-disk/m-p/2938431#M113175</link>
      <description>Bob&lt;BR /&gt;&lt;BR /&gt;You got the correct answers - please assign points to these people who gave up their own time to assist you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;;^)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Sat, 29 Mar 2003 12:28:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-mounting-hfs-disk/m-p/2938431#M113175</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2003-03-29T12:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error mounting HFS disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-mounting-hfs-disk/m-p/2938432#M113176</link>
      <description>One way to do it is to do the manual mount that works for you, then issue the mount command, grepping for the file system, and appeand it to hte fstab file, e.g.:&lt;BR /&gt;&lt;BR /&gt;mount -p |grep myfilesys &amp;gt;&amp;gt; /etc/fstab&lt;BR /&gt;</description>
      <pubDate>Sun, 30 Mar 2003 07:10:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-mounting-hfs-disk/m-p/2938432#M113176</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2003-03-30T07:10:39Z</dc:date>
    </item>
  </channel>
</rss>

