<?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: Files over 2Gb on Red Hat 7.3 ext3? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/files-over-2gb-on-red-hat-7-3-ext3/m-p/2913841#M3791</link>
    <description>Thanks all for your responses - the dd created the file fine. The problem occurs when we are trying to create an Oracle dump, I will have to look elsewhere.</description>
    <pubDate>Thu, 27 Feb 2003 08:45:37 GMT</pubDate>
    <dc:creator>Nick Brennan_1</dc:creator>
    <dc:date>2003-02-27T08:45:37Z</dc:date>
    <item>
      <title>Files over 2Gb on Red Hat 7.3 ext3?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/files-over-2gb-on-red-hat-7-3-ext3/m-p/2913837#M3787</link>
      <description>Does anyone know if it's possible to configure an RH 7.3 ext3 filesystem to be able to handle files over 2Gb in size?</description>
      <pubDate>Wed, 26 Feb 2003 15:10:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/files-over-2gb-on-red-hat-7-3-ext3/m-p/2913837#M3787</guid>
      <dc:creator>Nick Brennan_1</dc:creator>
      <dc:date>2003-02-26T15:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Files over 2Gb on Red Hat 7.3 ext3?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/files-over-2gb-on-red-hat-7-3-ext3/m-p/2913838#M3788</link>
      <description>it works by default, isn't it?</description>
      <pubDate>Wed, 26 Feb 2003 15:35:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/files-over-2gb-on-red-hat-7-3-ext3/m-p/2913838#M3788</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2003-02-26T15:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Files over 2Gb on Red Hat 7.3 ext3?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/files-over-2gb-on-red-hat-7-3-ext3/m-p/2913839#M3789</link>
      <description>If the filesystem is bigger than 2G its autmatically enabled.&lt;BR /&gt;&lt;BR /&gt;I checked my admin bible and there is no mention of special configuration required.  &lt;BR /&gt;&lt;BR /&gt;Best practice is ftp a file bigger than 2G to an fs that has the freespace.  If there is an issue, the ftp transfer will hang or fail.&lt;BR /&gt;&lt;BR /&gt;I've got a 16G fs on my Linux servers at my web hosting business and have moved big(&amp;gt; 2G) files on and off without changing the configuration.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 26 Feb 2003 19:37:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/files-over-2gb-on-red-hat-7-3-ext3/m-p/2913839#M3789</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-02-26T19:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Files over 2Gb on Red Hat 7.3 ext3?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/files-over-2gb-on-red-hat-7-3-ext3/m-p/2913840#M3790</link>
      <description>I think a quicker (and easier) test is to just use 'dd' to create a local file:&lt;BR /&gt;&lt;BR /&gt;dd bs=1M count=3000 if=/dev/zero of=some.file&lt;BR /&gt;&lt;BR /&gt;create 'some.file' in the current directory of roughly 3gb in size.&lt;BR /&gt;&lt;BR /&gt;It'll either work ('echo $?' = 0), or it'll spit an error ('echo $?' &amp;gt; 0).</description>
      <pubDate>Wed, 26 Feb 2003 22:40:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/files-over-2gb-on-red-hat-7-3-ext3/m-p/2913840#M3790</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-02-26T22:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Files over 2Gb on Red Hat 7.3 ext3?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/files-over-2gb-on-red-hat-7-3-ext3/m-p/2913841#M3791</link>
      <description>Thanks all for your responses - the dd created the file fine. The problem occurs when we are trying to create an Oracle dump, I will have to look elsewhere.</description>
      <pubDate>Thu, 27 Feb 2003 08:45:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/files-over-2gb-on-red-hat-7-3-ext3/m-p/2913841#M3791</guid>
      <dc:creator>Nick Brennan_1</dc:creator>
      <dc:date>2003-02-27T08:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Files over 2Gb on Red Hat 7.3 ext3?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/files-over-2gb-on-red-hat-7-3-ext3/m-p/2913842#M3792</link>
      <description>You should either use the filesize parameter to exp for oracle &amp;gt;= 8.1 or use mknod &lt;BR /&gt;&lt;BR /&gt;From oracle's support site&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Export to several files&lt;BR /&gt;&lt;BR /&gt;~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;&lt;BR /&gt;(Note: Not all platforms support the split "-b" option used here)&lt;BR /&gt;&lt;BR /&gt;% mknod /tmp/exp_pipe p # Make the pipe&lt;BR /&gt;&lt;BR /&gt;% cd /fs_with_25gig_freespace # Make sure disk has space&lt;BR /&gt;&lt;BR /&gt;% split -b2047m &amp;lt; /tmp/exp_pipe &amp;amp; # Split input to 2Gb chunks&lt;BR /&gt;&lt;BR /&gt;% exp user/passwd file=/tmp/exp_pipe full=y # Export to the pipe&lt;BR /&gt;&lt;BR /&gt;This will split the export into several files called 'xaa', 'xab', 'xac'&lt;BR /&gt;&lt;BR /&gt;all of size 2047Mb. These can be fed back into import thus:&lt;BR /&gt;&lt;BR /&gt;% mknod /tmp/imp_pipe p # Make the pipe&lt;BR /&gt;&lt;BR /&gt;% cd /fs_with_25gig_freespace&lt;BR /&gt;&lt;BR /&gt;% cat xaa xab xac &amp;gt; /tmp/imp_pipe &amp;amp; # Put files into the pipe&lt;BR /&gt;&lt;BR /&gt;% imp user/passwd file=/tmp/imp_pipe # And import&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Feb 2003 16:06:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/files-over-2gb-on-red-hat-7-3-ext3/m-p/2913842#M3792</guid>
      <dc:creator>Michael Hancock</dc:creator>
      <dc:date>2003-02-27T16:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Files over 2Gb on Red Hat 7.3 ext3?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/files-over-2gb-on-red-hat-7-3-ext3/m-p/2913843#M3793</link>
      <description>Thanks Michael, will give that a shot.</description>
      <pubDate>Fri, 28 Feb 2003 11:58:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/files-over-2gb-on-red-hat-7-3-ext3/m-p/2913843#M3793</guid>
      <dc:creator>Nick Brennan_1</dc:creator>
      <dc:date>2003-02-28T11:58:30Z</dc:date>
    </item>
  </channel>
</rss>

