<?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: How to know whether my filesystem is largefiles or not? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-whether-my-filesystem-is-largefiles-or-not/m-p/3210169#M168377</link>
    <description>The command&lt;BR /&gt;   fsadm -F vxfs &lt;MOUNTPOINT&gt;&lt;BR /&gt;will respond with options set, such largefiles or nolargefiles.&lt;BR /&gt;&lt;BR /&gt;George&lt;/MOUNTPOINT&gt;</description>
    <pubDate>Sat, 06 Mar 2004 03:35:46 GMT</pubDate>
    <dc:creator>George Neill</dc:creator>
    <dc:date>2004-03-06T03:35:46Z</dc:date>
    <item>
      <title>How to know whether my filesystem is largefiles or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-whether-my-filesystem-is-largefiles-or-not/m-p/3210164#M168372</link>
      <description>How to know whether my filesystem is largefiles or not? I don't know if it can support the files large than 2GB.</description>
      <pubDate>Thu, 04 Mar 2004 22:33:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-whether-my-filesystem-is-largefiles-or-not/m-p/3210164#M168372</guid>
      <dc:creator>Kevin.Wang</dc:creator>
      <dc:date>2004-03-04T22:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to know whether my filesystem is largefiles or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-whether-my-filesystem-is-largefiles-or-not/m-p/3210165#M168373</link>
      <description>Try:&lt;BR /&gt;&lt;BR /&gt;# fstyp -v /dev/myvg/mylvol&lt;BR /&gt;&lt;BR /&gt;If field 'f_flag' reports to be 16 then it is largefiles option. If not then it is not.&lt;BR /&gt;You can change it on the fly with 'fsadm' if you have an online JFS license, if not the filesystem needsto be unmounted.</description>
      <pubDate>Thu, 04 Mar 2004 22:42:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-whether-my-filesystem-is-largefiles-or-not/m-p/3210165#M168373</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-03-04T22:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to know whether my filesystem is largefiles or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-whether-my-filesystem-is-largefiles-or-not/m-p/3210166#M168374</link>
      <description>---------------------------------------------------------------&lt;BR /&gt;HP-UX      JFS           Disk Layout    File        Filesystem&lt;BR /&gt;Release    Version       Version        Size        Size&lt;BR /&gt;---------------------------------------------------------------&lt;BR /&gt;11i       Version 3.3   Version 4**      2 TB        2 TB&lt;BR /&gt;---------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;command :&lt;BR /&gt;fstyp -v /dev/vg00/lvol3&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB</description>
      <pubDate>Thu, 04 Mar 2004 22:48:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-whether-my-filesystem-is-largefiles-or-not/m-p/3210166#M168374</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2004-03-04T22:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to know whether my filesystem is largefiles or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-whether-my-filesystem-is-largefiles-or-not/m-p/3210167#M168375</link>
      <description>Kevin,&lt;BR /&gt;&lt;BR /&gt;Have a look at the entries in your fstab file:&lt;BR /&gt;&lt;BR /&gt;# more /etc/fstab&lt;BR /&gt;/dev/vg00/lvol3 / vxfs delaylog 0 1&lt;BR /&gt;/dev/vg00/lvol1 /stand hfs defaults 0 1&lt;BR /&gt;/dev/vg00/lvol4 /home vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol5 /opt vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol6 /tmp vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol7 /usr vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol8 /var vxfs delaylog 0 2&lt;BR /&gt;/dev/vg10/lvol1 /u01 vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vg00/lvol9 /u02 vxfs rw,suid,largefiles,delaylog,datainlog 0 2&lt;BR /&gt;/dev/vg00/lvol10 ... swap pri=0 0 0&lt;BR /&gt;&lt;BR /&gt;If the LVOL contains 'largefiles', files larger than 2GB are supported.&lt;BR /&gt;&lt;BR /&gt;best regards,&lt;BR /&gt;Kurt</description>
      <pubDate>Fri, 05 Mar 2004 01:42:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-whether-my-filesystem-is-largefiles-or-not/m-p/3210167#M168375</guid>
      <dc:creator>Kurt Beyers.</dc:creator>
      <dc:date>2004-03-05T01:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to know whether my filesystem is largefiles or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-whether-my-filesystem-is-largefiles-or-not/m-p/3210168#M168376</link>
      <description>You can confirm using SAM as well:&lt;BR /&gt;&lt;BR /&gt;SAM --&amp;gt; Disk &amp;amp; File Systems --&amp;gt; File Systems.&lt;BR /&gt;&lt;BR /&gt;Change the View --&amp;gt; Columns --&amp;gt; Select options.&lt;BR /&gt;&lt;BR /&gt;This will show files system that have largefiles in the column "Options".&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Fri, 05 Mar 2004 02:16:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-whether-my-filesystem-is-largefiles-or-not/m-p/3210168#M168376</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-03-05T02:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to know whether my filesystem is largefiles or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-whether-my-filesystem-is-largefiles-or-not/m-p/3210169#M168377</link>
      <description>The command&lt;BR /&gt;   fsadm -F vxfs &lt;MOUNTPOINT&gt;&lt;BR /&gt;will respond with options set, such largefiles or nolargefiles.&lt;BR /&gt;&lt;BR /&gt;George&lt;/MOUNTPOINT&gt;</description>
      <pubDate>Sat, 06 Mar 2004 03:35:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-whether-my-filesystem-is-largefiles-or-not/m-p/3210169#M168377</guid>
      <dc:creator>George Neill</dc:creator>
      <dc:date>2004-03-06T03:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to know whether my filesystem is largefiles or not?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-whether-my-filesystem-is-largefiles-or-not/m-p/3210170#M168378</link>
      <description>Try this:&lt;BR /&gt;fsadm -F hfs  /dev/vg00/rlvol?&lt;BR /&gt;or&lt;BR /&gt;fsadm -F vxfs /dev/vg00/rlvol?&lt;BR /&gt;&lt;BR /&gt;? = lvol number (or name)</description>
      <pubDate>Sun, 07 Mar 2004 00:38:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-know-whether-my-filesystem-is-largefiles-or-not/m-p/3210170#M168378</guid>
      <dc:creator>Doug Burton</dc:creator>
      <dc:date>2004-03-07T00:38:11Z</dc:date>
    </item>
  </channel>
</rss>

