<?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: Largest Patrition in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/largest-patrition/m-p/2564234#M80582</link>
    <description>Hello Sachin,&lt;BR /&gt;&lt;BR /&gt;With Linux 2.4, the largest filesystem size is currently 2 TB. Read the article at the following URL :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linux.cu/pipermail/linux-l/2001-May/009227.html" target="_blank"&gt;http://www.linux.cu/pipermail/linux-l/2001-May/009227.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;According to the partition size limit, 2 TB seems to be the limitation, but I have no precise reference on it.&lt;BR /&gt;&lt;BR /&gt;According to LVM, it would probably be difficult (but possible, I did so) to install it on RedHat 6.2.&lt;BR /&gt;&lt;BR /&gt;If you need LVM, I would suggest SuSE (starting at 6.3). The were the most active sponsor (and participant) in LVM development.&lt;BR /&gt;&lt;BR /&gt;To summarize the steps to LVM :&lt;BR /&gt;&lt;BR /&gt;   -&amp;gt; Make sure that your kernel supports LVM. I would suggest at least 2.4.1 (the first official kernel with LVM built-in). A pre-2.4.1 kernel would cause lots of problems applying the patches (very bad packaging).&lt;BR /&gt;&lt;BR /&gt;   -&amp;gt; Make sure you install LVM utilities (version 0.9.x with kernel &amp;gt;= 2.4.1, or 0.8.x with kernel &amp;lt; 2.4).&lt;BR /&gt;&lt;BR /&gt;   -&amp;gt; Avoid booting with root filesystem on LVM, unless you have a SuSE which makes all necessary things using "initrd" in order to make LVM available at the first bootup process steps.&lt;BR /&gt;&lt;BR /&gt;   -&amp;gt; After having a running LVM-kernel and the appropriate version of LVM utilities, create the LVM structure as follows :&lt;BR /&gt;&lt;BR /&gt;   * Create your partitions (let's say : /dev/sda5 to /dev/sda8).&lt;BR /&gt;   * Create the physical volumes :&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/sda5&lt;BR /&gt;pvcreate /dev/sda6&lt;BR /&gt;pvcreate /dev/sda7&lt;BR /&gt;pvcreate /dev/sda8&lt;BR /&gt;&lt;BR /&gt;   * Create and extend the volume groups :&lt;BR /&gt;&lt;BR /&gt;vgcreate vgdata1 /dev/sda5&lt;BR /&gt;vgextend vgdata1 /dev/sda6&lt;BR /&gt;vgextend vgdata1 /dev/sda7&lt;BR /&gt;vgextend vgdata1 /dev/sda8&lt;BR /&gt;&lt;BR /&gt;   * Create logical volumes and format filesystems inside them :&lt;BR /&gt;&lt;BR /&gt;lvcreate -L 2047 -n lvappli vgdata1&lt;BR /&gt;mke2fs -m 0 /dev/vgdata1/lvappli&lt;BR /&gt;&lt;BR /&gt;   -&amp;gt; Unless you use SuSE, do not forget to activate the volume groups in startup scripts. For my part, I edited /etc/rc.d/rc.sysinit and added the following two commands :&lt;BR /&gt;&lt;BR /&gt;   * vgscan&lt;BR /&gt;   * vgchange -a y&lt;BR /&gt;&lt;BR /&gt;If you need a good introduction to LVM :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.suse.de/en/support/oracle/docs/lvm_whitepaper.pdf" target="_blank"&gt;http://www.suse.de/en/support/oracle/docs/lvm_whitepaper.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 20 Aug 2001 18:57:18 GMT</pubDate>
    <dc:creator>Kodjo Agbenu</dc:creator>
    <dc:date>2001-08-20T18:57:18Z</dc:date>
    <item>
      <title>Largest Patrition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/largest-patrition/m-p/2564228#M80576</link>
      <description>Hi All,&lt;BR /&gt;What is the limitation of Linux for partition?&lt;BR /&gt;Can I have 1.8 TB partition?&lt;BR /&gt;Linux 6.2. Kernal 2.2.19&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Fri, 10 Aug 2001 13:52:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/largest-patrition/m-p/2564228#M80576</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-08-10T13:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Largest Patrition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/largest-patrition/m-p/2564229#M80577</link>
      <description>Hi there.&lt;BR /&gt;Depends on your Linux ( SuSe, Debian, Mandrake..).&lt;BR /&gt;With that kernel it should be possible.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Fri, 10 Aug 2001 14:00:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/largest-patrition/m-p/2564229#M80577</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2001-08-10T14:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Largest Patrition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/largest-patrition/m-p/2564230#M80578</link>
      <description>Hi there.&lt;BR /&gt;You should it with the LVM.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Fri, 10 Aug 2001 14:05:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/largest-patrition/m-p/2564230#M80578</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2001-08-10T14:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Largest Patrition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/largest-patrition/m-p/2564231#M80579</link>
      <description>Hi Alexander,&lt;BR /&gt;We have Red Hat 6.2. What do I need in order to use LVM? Is is possible without LVM? We are currntly not using LVM. &lt;BR /&gt;We creates the LUN using Santricity (SM7client). Then uses fdisk or cfdisk to partition and mke2fs to build large file system.&lt;BR /&gt;Yesteday I have created large LUN 1.8Tb then try to run fdsik,cfdisk but it error outs.&lt;BR /&gt;&lt;BR /&gt;Sachin&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Aug 2001 17:04:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/largest-patrition/m-p/2564231#M80579</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-08-10T17:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Largest Patrition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/largest-patrition/m-p/2564232#M80580</link>
      <description>I don't remember where I saw this, but largest partition on Linux won't exceed 300GB.&lt;BR /&gt;You must use LVM.&lt;BR /&gt;I aggregated 2 377 GB RAIDSETs on Compaq's EMA12K FC under 2.4.3-pre4+LVM patches as of that time, and it worked flawlessly.&lt;BR /&gt;Don't forget to use an adequate file-system (my choice : ReiserFS), or you will face enormous downtime due to fsck...)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jerome</description>
      <pubDate>Fri, 10 Aug 2001 19:32:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/largest-patrition/m-p/2564232#M80580</guid>
      <dc:creator>Jerome Fenal_1</dc:creator>
      <dc:date>2001-08-10T19:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Largest Patrition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/largest-patrition/m-p/2564233#M80581</link>
      <description>Hi &lt;BR /&gt;We have already 624.24gb partition. So 300GB is not real number.&lt;BR /&gt;&lt;BR /&gt;Sachin</description>
      <pubDate>Fri, 10 Aug 2001 20:51:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/largest-patrition/m-p/2564233#M80581</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2001-08-10T20:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Largest Patrition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/largest-patrition/m-p/2564234#M80582</link>
      <description>Hello Sachin,&lt;BR /&gt;&lt;BR /&gt;With Linux 2.4, the largest filesystem size is currently 2 TB. Read the article at the following URL :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linux.cu/pipermail/linux-l/2001-May/009227.html" target="_blank"&gt;http://www.linux.cu/pipermail/linux-l/2001-May/009227.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;According to the partition size limit, 2 TB seems to be the limitation, but I have no precise reference on it.&lt;BR /&gt;&lt;BR /&gt;According to LVM, it would probably be difficult (but possible, I did so) to install it on RedHat 6.2.&lt;BR /&gt;&lt;BR /&gt;If you need LVM, I would suggest SuSE (starting at 6.3). The were the most active sponsor (and participant) in LVM development.&lt;BR /&gt;&lt;BR /&gt;To summarize the steps to LVM :&lt;BR /&gt;&lt;BR /&gt;   -&amp;gt; Make sure that your kernel supports LVM. I would suggest at least 2.4.1 (the first official kernel with LVM built-in). A pre-2.4.1 kernel would cause lots of problems applying the patches (very bad packaging).&lt;BR /&gt;&lt;BR /&gt;   -&amp;gt; Make sure you install LVM utilities (version 0.9.x with kernel &amp;gt;= 2.4.1, or 0.8.x with kernel &amp;lt; 2.4).&lt;BR /&gt;&lt;BR /&gt;   -&amp;gt; Avoid booting with root filesystem on LVM, unless you have a SuSE which makes all necessary things using "initrd" in order to make LVM available at the first bootup process steps.&lt;BR /&gt;&lt;BR /&gt;   -&amp;gt; After having a running LVM-kernel and the appropriate version of LVM utilities, create the LVM structure as follows :&lt;BR /&gt;&lt;BR /&gt;   * Create your partitions (let's say : /dev/sda5 to /dev/sda8).&lt;BR /&gt;   * Create the physical volumes :&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/sda5&lt;BR /&gt;pvcreate /dev/sda6&lt;BR /&gt;pvcreate /dev/sda7&lt;BR /&gt;pvcreate /dev/sda8&lt;BR /&gt;&lt;BR /&gt;   * Create and extend the volume groups :&lt;BR /&gt;&lt;BR /&gt;vgcreate vgdata1 /dev/sda5&lt;BR /&gt;vgextend vgdata1 /dev/sda6&lt;BR /&gt;vgextend vgdata1 /dev/sda7&lt;BR /&gt;vgextend vgdata1 /dev/sda8&lt;BR /&gt;&lt;BR /&gt;   * Create logical volumes and format filesystems inside them :&lt;BR /&gt;&lt;BR /&gt;lvcreate -L 2047 -n lvappli vgdata1&lt;BR /&gt;mke2fs -m 0 /dev/vgdata1/lvappli&lt;BR /&gt;&lt;BR /&gt;   -&amp;gt; Unless you use SuSE, do not forget to activate the volume groups in startup scripts. For my part, I edited /etc/rc.d/rc.sysinit and added the following two commands :&lt;BR /&gt;&lt;BR /&gt;   * vgscan&lt;BR /&gt;   * vgchange -a y&lt;BR /&gt;&lt;BR /&gt;If you need a good introduction to LVM :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.suse.de/en/support/oracle/docs/lvm_whitepaper.pdf" target="_blank"&gt;http://www.suse.de/en/support/oracle/docs/lvm_whitepaper.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Aug 2001 18:57:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/largest-patrition/m-p/2564234#M80582</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2001-08-20T18:57:18Z</dc:date>
    </item>
  </channel>
</rss>

