<?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 Problem creating partitions &amp;gt; 1TB in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problem-creating-partitions-gt-1tb/m-p/4310706#M34495</link>
    <description>I am trying to create 2 partitions approximately 3TB in size. I have a Linux-machine with a 2.6 kernel and x86_64 architecture. The filesystem type is ext3. According to the information I have found I should be able to create partitions at least 32 TB in size, yet I keep ending up with 1 TB partitions.&lt;BR /&gt;&lt;BR /&gt;According to fdisk there are a certain number of cylinders available. When I create a partition, the default (and max) number of cylinders I can chose for the upper range is much lower than the total listed however. And no matter if I divide the default in 2 and create 2 same-size partitions, or if I create 1 partitions of all the cylinders, the resulting disk(s) are 1 TB.&lt;BR /&gt;&lt;BR /&gt;What can cause this?</description>
    <pubDate>Fri, 21 Nov 2008 09:42:23 GMT</pubDate>
    <dc:creator>Fialia</dc:creator>
    <dc:date>2008-11-21T09:42:23Z</dc:date>
    <item>
      <title>Problem creating partitions &gt; 1TB</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-creating-partitions-gt-1tb/m-p/4310706#M34495</link>
      <description>I am trying to create 2 partitions approximately 3TB in size. I have a Linux-machine with a 2.6 kernel and x86_64 architecture. The filesystem type is ext3. According to the information I have found I should be able to create partitions at least 32 TB in size, yet I keep ending up with 1 TB partitions.&lt;BR /&gt;&lt;BR /&gt;According to fdisk there are a certain number of cylinders available. When I create a partition, the default (and max) number of cylinders I can chose for the upper range is much lower than the total listed however. And no matter if I divide the default in 2 and create 2 same-size partitions, or if I create 1 partitions of all the cylinders, the resulting disk(s) are 1 TB.&lt;BR /&gt;&lt;BR /&gt;What can cause this?</description>
      <pubDate>Fri, 21 Nov 2008 09:42:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-creating-partitions-gt-1tb/m-p/4310706#M34495</guid>
      <dc:creator>Fialia</dc:creator>
      <dc:date>2008-11-21T09:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating partitions &gt; 1TB</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problem-creating-partitions-gt-1tb/m-p/4310707#M34496</link>
      <description>The traditional PC partition table (designed along with the IBM PC/AT in the 1980s) cannot handle disks that big. I seem to recall that the limit is somewhere at or above 1 TB size, so that's what you're hitting.&lt;BR /&gt;&lt;BR /&gt;If you want to create something resembling traditional partitions, you must use GPT-style partitioning (what is called a "Dynamic Disk" in newer Microsoft Windows products). The "fdisk" tool cannot do this; you must use "parted" or some other tool.&lt;BR /&gt;&lt;BR /&gt;You could also skip the traditional partitioning entirely and use Linux LVM.&lt;BR /&gt;&lt;BR /&gt;For example, if your large disk is /dev/sdd, begin with:&lt;BR /&gt;pvcreate /dev/sdd&lt;BR /&gt;vgcreate &lt;VGNAME&gt; /dev/sdd&lt;BR /&gt;vgdisplay &lt;VGNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Pick a name for your volume group and use it in place of &lt;VGNAME&gt;.&lt;BR /&gt;&lt;BR /&gt;To create a logical volume (the equivalent of a partition) of 3 TB size, you can run:&lt;BR /&gt;lvcreate -L 3T &lt;VGNAME&gt;&lt;BR /&gt;&lt;BR /&gt;If you don't use the options of lvcreate to specify a different name, your first logical volume will be named /dev/&lt;VGNAME&gt;/lvol0, the next /dev/&lt;VGNAME&gt;/lvol1, and so on.&lt;BR /&gt;&lt;BR /&gt;LVM is more flexible than partitioning: if you need more disk space in your logical volume, you can extend the LV beyond the limits of a single disk. If you use a filesystem that allows on-line expansion (like ext3), you don't even need to unmount the filesystem to expand it.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/VGNAME&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;</description>
      <pubDate>Fri, 21 Nov 2008 13:57:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problem-creating-partitions-gt-1tb/m-p/4310707#M34496</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-11-21T13:57:53Z</dc:date>
    </item>
  </channel>
</rss>

