<?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: Could not create file more than 2 GB in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/could-not-create-file-more-than-2-gb/m-p/2423559#M467</link>
    <description>Be sure to read the large files white paper in /usr/share/doc/lg_files.txt and note that unless a program has been converted to 64-bit file handling (lseek64, etc) then the program cannot create a file larger than 2Gb. The classic Unix backup utils (tar, cpio,dump, pax, etc) cannot backup these large files as they are not compatible with Unix standards.</description>
    <pubDate>Sat, 08 Jul 2000 23:44:56 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2000-07-08T23:44:56Z</dc:date>
    <item>
      <title>Could not create file more than 2 GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/could-not-create-file-more-than-2-gb/m-p/2423554#M462</link>
      <description>Hello all&lt;BR /&gt;&lt;BR /&gt;We are not able create file size more than&lt;BR /&gt;2 GB in HFS file system on HPUX 10.20. Any patch is there to resolve this problem ?&lt;BR /&gt;&lt;BR /&gt;P.Parthiban&lt;BR /&gt;India&lt;BR /&gt;Email Id: pparthi@hclinsys.com</description>
      <pubDate>Sat, 20 May 2000 03:56:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/could-not-create-file-more-than-2-gb/m-p/2423554#M462</guid>
      <dc:creator>P.PARTHIBAN</dc:creator>
      <dc:date>2000-05-20T03:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Could not create file more than 2 GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/could-not-create-file-more-than-2-gb/m-p/2423555#M463</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;You can convert your filesystem for supporting &amp;gt;2GB filesystems using the following command.&lt;BR /&gt;&lt;BR /&gt;#/usr/sbin/fsadm -F hfs -o largefiles /dev/vg02/rlvol1&lt;BR /&gt;&lt;BR /&gt;however you should be careful while taking the backup of these filesystems.  AS tar,cpio may not support more than 2GB files.  You canuse fbackup or dd for safe backup of these filesystems. ( HP does not recomend to use tar/cpio for these filesystems).&lt;BR /&gt;&lt;BR /&gt;check the following for full details:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/content/lgfiles4.pdf" target="_blank"&gt;http://www.docs.hp.com/hpux/content/lgfiles4.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Shyam</description>
      <pubDate>Sat, 20 May 2000 07:18:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/could-not-create-file-more-than-2-gb/m-p/2423555#M463</guid>
      <dc:creator>Shyam Kishore</dc:creator>
      <dc:date>2000-05-20T07:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Could not create file more than 2 GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/could-not-create-file-more-than-2-gb/m-p/2423556#M464</link>
      <description>You cannot create a file of &amp;gt; 2GB size in HFS filesystem and this is a known limitation. The reply submitted by Shyam Kishore applies to VXFS filesystem and with the OnlineJFS product installed. The 2 Gb filesize limit also applies to NFS fielsystem.</description>
      <pubDate>Tue, 23 May 2000 00:09:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/could-not-create-file-more-than-2-gb/m-p/2423556#M464</guid>
      <dc:creator>Simon Chong</dc:creator>
      <dc:date>2000-05-23T00:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Could not create file more than 2 GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/could-not-create-file-more-than-2-gb/m-p/2423557#M465</link>
      <description>I think Fsadm command is used to increase fie system size witout unmounting file system in JFS and not in HFS?&lt;BR /&gt;&lt;BR /&gt;pls clarify?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Nikhil</description>
      <pubDate>Tue, 23 May 2000 06:03:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/could-not-create-file-more-than-2-gb/m-p/2423557#M465</guid>
      <dc:creator>Nikhil Chaudhari</dc:creator>
      <dc:date>2000-05-23T06:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Could not create file more than 2 GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/could-not-create-file-more-than-2-gb/m-p/2423558#M466</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As Bill Hassell said, your program sould be able to handle the 64bit file handler.( That does not mean that you should have a 64bit OS/system.) you can check the /usr/share/docs/lg_files.txt for more details.&lt;BR /&gt;&lt;BR /&gt;From 10.20 onwards large file support is included in to hfs and jfs.  This will be done by implementing the special calls to the system.&lt;BR /&gt;&lt;BR /&gt;Mr. Nikhel, I am not sure about increasing the filessystem sizes using fsadm command.  but it is mainly used to administer the filesystem. you can convert for nolargfiles support to largefile support etc.&lt;BR /&gt;&lt;BR /&gt;-Shyam</description>
      <pubDate>Tue, 23 May 2000 07:56:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/could-not-create-file-more-than-2-gb/m-p/2423558#M466</guid>
      <dc:creator>Shyam Kishore</dc:creator>
      <dc:date>2000-05-23T07:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Could not create file more than 2 GB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/could-not-create-file-more-than-2-gb/m-p/2423559#M467</link>
      <description>Be sure to read the large files white paper in /usr/share/doc/lg_files.txt and note that unless a program has been converted to 64-bit file handling (lseek64, etc) then the program cannot create a file larger than 2Gb. The classic Unix backup utils (tar, cpio,dump, pax, etc) cannot backup these large files as they are not compatible with Unix standards.</description>
      <pubDate>Sat, 08 Jul 2000 23:44:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/could-not-create-file-more-than-2-gb/m-p/2423559#M467</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2000-07-08T23:44:56Z</dc:date>
    </item>
  </channel>
</rss>

