<?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: Unable to mount a filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-a-filesystem/m-p/4973317#M783012</link>
    <description>It might very well be a largefiles issue but w/o posting the output of either...&lt;BR /&gt;&lt;BR /&gt;# mkfs -F vxfs -m /dev/vgXX/lvolX&lt;BR /&gt;OR&lt;BR /&gt;# fstyp -v /dev/vgXX/lvolX&lt;BR /&gt;&lt;BR /&gt;...it's hard to tell, so post the output of one of the above.&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
    <pubDate>Thu, 13 Apr 2006 04:03:13 GMT</pubDate>
    <dc:creator>Sandman!</dc:creator>
    <dc:date>2006-04-13T04:03:13Z</dc:date>
    <item>
      <title>Unable to mount a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-a-filesystem/m-p/4973311#M783006</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;When trying to mount a filesystem i get the following error:&lt;BR /&gt;&lt;BR /&gt;vxfs mount: mount option(s) incompatible with file system /dev/vg01/lvol1&lt;BR /&gt;&lt;BR /&gt;What is a solution to this?&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Wed, 12 Apr 2006 06:45:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-a-filesystem/m-p/4973311#M783006</guid>
      <dc:creator>Habib_4</dc:creator>
      <dc:date>2006-04-12T06:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to mount a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-a-filesystem/m-p/4973312#M783007</link>
      <description>Ummmm . . . . . specify compatible options???&lt;BR /&gt;&lt;BR /&gt;What have you got in your mount command?  Post the output of "fstyp -v /dev/vg01/lvol1".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 12 Apr 2006 06:48:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-a-filesystem/m-p/4973312#M783007</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-04-12T06:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to mount a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-a-filesystem/m-p/4973313#M783008</link>
      <description>the mount options that you specified for this mount are not same what you have on lvol. Post mkfs -m /dev/vg01/rlvol1&lt;BR /&gt;&lt;BR /&gt;What options you see?&lt;BR /&gt;&lt;BR /&gt;mount with those options. Or do a plain mount without any options.&lt;BR /&gt;mount /dev/vg01/lvol1 /mount_point</description>
      <pubDate>Wed, 12 Apr 2006 06:51:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-a-filesystem/m-p/4973313#M783008</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-04-12T06:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to mount a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-a-filesystem/m-p/4973314#M783009</link>
      <description>Try this,&lt;BR /&gt;&lt;BR /&gt;#mount /dev/vgXX/lvolX /&lt;MOUNT point=""&gt;&lt;BR /&gt;#mount /dev/vg01/lvol1 /abc&lt;BR /&gt;&lt;/MOUNT&gt;</description>
      <pubDate>Wed, 12 Apr 2006 08:11:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-a-filesystem/m-p/4973314#M783009</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2006-04-12T08:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to mount a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-a-filesystem/m-p/4973315#M783010</link>
      <description>I usually got this message when the option for largefiles is not set correctly.&lt;BR /&gt;&lt;BR /&gt;-check /etc/fstab and fsadm output on /dev/vg01/lvol1 to see their setting.&lt;BR /&gt;&lt;BR /&gt;E.g&lt;BR /&gt;# more /etc/fstab&lt;BR /&gt;/dev/vg01/lvol1 /misc vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs /dev/vg01/rlvol1&lt;BR /&gt;nolargefiles&lt;BR /&gt;&lt;BR /&gt;-My example showing fstab for bootup setting has largefiles and fsadm showing no largefiles; this is causing the error. Or if the setting is the other way, you will get the same error too.&lt;BR /&gt;-For this case, i will use fsadm command to set the largefiles so that will be same with /etc/fstab setting.&lt;BR /&gt;&lt;BR /&gt;# fsadm -o largefiles /dev/vg01/rlvol1</description>
      <pubDate>Wed, 12 Apr 2006 20:20:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-a-filesystem/m-p/4973315#M783010</guid>
      <dc:creator>tsf_1</dc:creator>
      <dc:date>2006-04-12T20:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to mount a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-a-filesystem/m-p/4973316#M783011</link>
      <description>1.) Edit the fstab file in /etc.&lt;BR /&gt;     vi /etc/fstab&lt;BR /&gt;&lt;BR /&gt;2.) Check for an entry in the line for that file system that says:&lt;BR /&gt;     largefiles&lt;BR /&gt;&lt;BR /&gt;3.) Remove this entry from the line and that will fix the issue.&lt;BR /&gt;&lt;BR /&gt;EXPLANATION:  When the largefiles option is set in the fstab file the error message vxfs mount: mount option(s) incompatible with file system will appear.  The reason is because the file system is not setup for largefiles. To setup the file system for largefiles run one of the following commands.&lt;BR /&gt;&lt;BR /&gt;umount the file system umount /mountpoint and run the command:&lt;BR /&gt;#fsadm -F vxfs -o largefiles /dev/vgXX/rlvolX&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;With Online JFS or Advanced JFS just run the command:&lt;BR /&gt;&lt;BR /&gt;#fsadm -F vxfs -o largefiles /mountpoint&lt;BR /&gt;&lt;BR /&gt;Now the fstab entry for largefiles can be put back in, however the entry is not&lt;BR /&gt;needed for largefiles to be activated.  Once the file system is setup for&lt;BR /&gt;largefiles, it will now be enabled for largefiles anytime it is mounted.&lt;BR /&gt;&lt;BR /&gt;This same error could occur if nolargefiles is an option in /etc/fstab, and the&lt;BR /&gt;file system has large files enabled.&lt;BR /&gt;&lt;BR /&gt;NOTE: To see if a file system is set to largefiles or nolargefiles do one of&lt;BR /&gt;the following:&lt;BR /&gt;&lt;BR /&gt;1.) fsadm -F vxfs /mountpoint (vxfs only)&lt;BR /&gt;2.) mkfs -F vxfs -m /dev/vgXX/lvolX (vxfs only)&lt;BR /&gt;3.) fstyp -v /dev/vgXX/lvolX | grep f_flag&lt;BR /&gt;(f_flag: 0-&amp;gt;nolargefiles, f_flag: 16-&amp;gt;largefiles)&lt;BR /&gt;4.) fsadm -F hfs /dev/vgXX/rlvolX (hfs only)&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Apr 2006 03:56:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-a-filesystem/m-p/4973316#M783011</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2006-04-13T03:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to mount a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-a-filesystem/m-p/4973317#M783012</link>
      <description>It might very well be a largefiles issue but w/o posting the output of either...&lt;BR /&gt;&lt;BR /&gt;# mkfs -F vxfs -m /dev/vgXX/lvolX&lt;BR /&gt;OR&lt;BR /&gt;# fstyp -v /dev/vgXX/lvolX&lt;BR /&gt;&lt;BR /&gt;...it's hard to tell, so post the output of one of the above.&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
      <pubDate>Thu, 13 Apr 2006 04:03:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-a-filesystem/m-p/4973317#M783012</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2006-04-13T04:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to mount a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-a-filesystem/m-p/4973318#M783013</link>
      <description>Thanks for the advice.</description>
      <pubDate>Thu, 13 Apr 2006 04:39:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-mount-a-filesystem/m-p/4973318#M783013</guid>
      <dc:creator>Habib_4</dc:creator>
      <dc:date>2006-04-13T04:39:01Z</dc:date>
    </item>
  </channel>
</rss>

