<?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: Difficulty with fdisk and cciss Raid 5 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/difficulty-with-fdisk-and-cciss-raid-5/m-p/4500363#M38325</link>
    <description>Maybe is a problem because of the size of the partitions and fdisk cannot handle it correctly.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://anothersysadmin.wordpress.com/2008/09/30/fdisk-and-the-15tb-partition-size-limit/" target="_blank"&gt;http://anothersysadmin.wordpress.com/2008/09/30/fdisk-and-the-15tb-partition-size-limit/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cyberciti.biz/tips/fdisk-unable-to-create-partition-greater-2tb.html" target="_blank"&gt;http://www.cyberciti.biz/tips/fdisk-unable-to-create-partition-greater-2tb.html&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 18 Sep 2009 20:22:32 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2009-09-18T20:22:32Z</dc:date>
    <item>
      <title>Difficulty with fdisk and cciss Raid 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difficulty-with-fdisk-and-cciss-raid-5/m-p/4500362#M38324</link>
      <description>I have an HP Proliant DL180G5 with SuSE Linux 10 SP2 installed.&lt;BR /&gt;&lt;BR /&gt;I have a 5TB Raid array composed of disks that are internal to the machine.&lt;BR /&gt;&lt;BR /&gt;lorapp01:~ # cat /proc/driver/cciss/cciss0&lt;BR /&gt;cciss0: HP Smart Array P400 Controller&lt;BR /&gt;Board ID: 0x3234103c&lt;BR /&gt;Firmware Version: 5.22&lt;BR /&gt;IRQ: 98&lt;BR /&gt;Logical drives: 1&lt;BR /&gt;Sector size: 2048&lt;BR /&gt;Current Q depth: 0&lt;BR /&gt;Current # commands on controller: 0&lt;BR /&gt;Max Q depth since init: 5&lt;BR /&gt;Max # commands on controller since init: 161&lt;BR /&gt;Max SG entries since init: 31&lt;BR /&gt;Sequential access devices: 0&lt;BR /&gt;&lt;BR /&gt;cciss/c0d0:     5000.85GB       RAID 5&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here is the partition listing so far from fdisk:&lt;BR /&gt;&lt;BR /&gt;lorapp01:~ # fdisk /dev/cciss/c0d0&lt;BR /&gt;&lt;BR /&gt;The number of cylinders for this disk is set to 607986.&lt;BR /&gt;There is nothing wrong with that, but this is larger than 1024,&lt;BR /&gt;and could in certain setups cause problems with:&lt;BR /&gt;1) software that runs at boot time (e.g., old versions of LILO)&lt;BR /&gt;2) booting and partitioning software from other OSs&lt;BR /&gt;   (e.g., DOS FDISK, OS/2 FDISK)&lt;BR /&gt;&lt;BR /&gt;Command (m for help): p&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d0: 5000.8 GB, 5000855773184 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 607986 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;           Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/cciss/c0d0p1   *           1       39163   314576766   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p2           39164       52218   104864287+  82  Linux swap / Solaris&lt;BR /&gt;/dev/cciss/c0d0p3           52219      319567  2147480842+  8e  Linux LVM&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I want to add a fourth partition with 1.9 TB but when I try to add it then fdisk wants to use the same starting cylinder 52219 as the previous third partition:&lt;BR /&gt;&lt;BR /&gt;Command (m for help): n&lt;BR /&gt;Command action&lt;BR /&gt;   e   extended&lt;BR /&gt;   p   primary partition (1-4)&lt;BR /&gt;p&lt;BR /&gt;Selected partition 4&lt;BR /&gt;First cylinder (52219-607986, default 52219):&lt;BR /&gt;&lt;BR /&gt;I choose 319568 but after adding the 4th partition and printing the partition table it shows the starting cylinder 52218, which is 1 cylinder less than the previous partition.&lt;BR /&gt;&lt;BR /&gt;First cylinder (52219-607986, default 52219): 319568&lt;BR /&gt;Last cylinder or +size or +sizeM or +sizeK (319568-607986, default 607986):&lt;BR /&gt;Using default value 607986&lt;BR /&gt;&lt;BR /&gt;Command (m for help): p&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d0: 5000.8 GB, 5000855773184 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 607986 cylinders&lt;BR /&gt;Units = cylinders of 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;           Device Boot      Start         End      Blocks   Id  System&lt;BR /&gt;/dev/cciss/c0d0p1   *           1       39163   314576766   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p2           39164       52218   104864287+  82  Linux swap / Solaris&lt;BR /&gt;/dev/cciss/c0d0p3           52219      319567  2147480842+  8e  Linux LVM&lt;BR /&gt;/dev/cciss/c0d0p4           52218       73288   169241969+  83  Linux&lt;BR /&gt;&lt;BR /&gt;Partition table entries are not in disk order&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me what I'm doing wrong?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ed&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2009 15:30:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difficulty-with-fdisk-and-cciss-raid-5/m-p/4500362#M38324</guid>
      <dc:creator>ED SHERMAN</dc:creator>
      <dc:date>2009-09-18T15:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty with fdisk and cciss Raid 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difficulty-with-fdisk-and-cciss-raid-5/m-p/4500363#M38325</link>
      <description>Maybe is a problem because of the size of the partitions and fdisk cannot handle it correctly.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://anothersysadmin.wordpress.com/2008/09/30/fdisk-and-the-15tb-partition-size-limit/" target="_blank"&gt;http://anothersysadmin.wordpress.com/2008/09/30/fdisk-and-the-15tb-partition-size-limit/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cyberciti.biz/tips/fdisk-unable-to-create-partition-greater-2tb.html" target="_blank"&gt;http://www.cyberciti.biz/tips/fdisk-unable-to-create-partition-greater-2tb.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Sep 2009 20:22:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difficulty-with-fdisk-and-cciss-raid-5/m-p/4500363#M38325</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-09-18T20:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty with fdisk and cciss Raid 5</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difficulty-with-fdisk-and-cciss-raid-5/m-p/4500364#M38326</link>
      <description>Thank you for the speedy response.</description>
      <pubDate>Mon, 21 Sep 2009 13:15:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difficulty-with-fdisk-and-cciss-raid-5/m-p/4500364#M38326</guid>
      <dc:creator>ED SHERMAN</dc:creator>
      <dc:date>2009-09-21T13:15:31Z</dc:date>
    </item>
  </channel>
</rss>

