<?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 largefiles in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/4260600#M588595</link>
    <description>whats the syntax for adding largefiles to /etc/default/fs&lt;BR /&gt;&lt;BR /&gt;thanks</description>
    <pubDate>Fri, 29 Aug 2008 23:06:25 GMT</pubDate>
    <dc:creator>Steven Boyer</dc:creator>
    <dc:date>2008-08-29T23:06:25Z</dc:date>
    <item>
      <title>largefiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/4260600#M588595</link>
      <description>whats the syntax for adding largefiles to /etc/default/fs&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Fri, 29 Aug 2008 23:06:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/4260600#M588595</guid>
      <dc:creator>Steven Boyer</dc:creator>
      <dc:date>2008-08-29T23:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: largefiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/4260601#M588596</link>
      <description>Hi Steven:&lt;BR /&gt;&lt;BR /&gt;/dev/vg02/lvol1 /patches vxfs rw,suid,largefiles,delaylog,nodatainlog 0 2&lt;BR /&gt;&lt;BR /&gt;That is, 'largefiles' or 'nolargefiles'.&lt;BR /&gt;&lt;BR /&gt;This being said, it is the underlying filesystem that sllows or disallows 'largefiles'.  While you can make the declaration in '/etc/fstab' this declaration must match the actual filesystem setting or the mount will fail.&lt;BR /&gt;&lt;BR /&gt;To enable 'largefiles' for a filesystem, do:&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs -o largefiles /dev/vg02/rlvol1&lt;BR /&gt;&lt;BR /&gt;To see the 'largefiles' setting, do:&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs /dev/vg02/rlvol1&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF... &lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 29 Aug 2008 23:38:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/4260601#M588596</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-08-29T23:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: largefiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/4260602#M588597</link>
      <description>see:&lt;BR /&gt;&lt;BR /&gt;cat /etc/default/fs&lt;BR /&gt;LOCAL=vxfs&lt;BR /&gt;&lt;BR /&gt;it does not contain any such info but /etc/fstab does as james said.&lt;BR /&gt;&lt;BR /&gt;largefiles option is enabled when you create a file system or convert a file system&lt;BR /&gt;&lt;BR /&gt;e.g&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfx -o largefiles /dev/vg02/lvol1&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;fsadm -F hfs -o largefiles /dev/vg02/lvol1</description>
      <pubDate>Sat, 30 Aug 2008 00:26:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/4260602#M588597</guid>
      <dc:creator>Deepak Kr</dc:creator>
      <dc:date>2008-08-30T00:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: largefiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/4260603#M588598</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;No need to make the entry in /etc/default/fs for large files.only make the entry given below&lt;BR /&gt;1)cd /etc/default&lt;BR /&gt;2)vi fs&lt;BR /&gt;3)enter the below given line&lt;BR /&gt;Local=vxfs&lt;BR /&gt;===================================&lt;BR /&gt;when we are going to create the FS using newfs that time we use -o largefiles.If the file size is greater 2GB then we are are using -o largefiles&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Prashant&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Aug 2008 02:37:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/4260603#M588598</guid>
      <dc:creator>Prashanth Waugh</dc:creator>
      <dc:date>2008-08-30T02:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: largefiles</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/4260604#M588599</link>
      <description>Do&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfx -o largefiles /dev/vg02/lvol1&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Mon, 01 Sep 2008 14:57:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/largefiles/m-p/4260604#M588599</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-09-01T14:57:33Z</dc:date>
    </item>
  </channel>
</rss>

