<?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: Extending Linux Partition using HP ACU in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/extending-linux-partition-using-hp-acu/m-p/4166301#M32009</link>
    <description>The issue is this. I slowly replaced the 73gb disk in the raid0+1 array allowing the disk to replicate each time.&lt;BR /&gt;&lt;BR /&gt;As you can see fdisk sees the new size but will not allow me to create a new partition c0d0p11&lt;BR /&gt;&lt;BR /&gt;see below&lt;BR /&gt;&lt;BR /&gt;fdisk /dev/cciss/c0d0&lt;BR /&gt;&lt;BR /&gt;The number of cylinders for this disk is set to 17844.&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): n&lt;BR /&gt;No free sectors available&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 24 Mar 2008 14:05:17 GMT</pubDate>
    <dc:creator>Smucker</dc:creator>
    <dc:date>2008-03-24T14:05:17Z</dc:date>
    <item>
      <title>Extending Linux Partition using HP ACU</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extending-linux-partition-using-hp-acu/m-p/4166298#M32006</link>
      <description>I have a HP DL380 G5 that I have replaced the 3-73gb (raid1+0) array with 146gb disks. I then used ACU to extend the partition.&lt;BR /&gt;&lt;BR /&gt;After the reboot fdisk see the increased disk but will not allow me to create a new partition to use the added disk.&lt;BR /&gt;&lt;BR /&gt;Disk /dev/cciss/c0d0: 146.7 GB, 146778685440 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 17844 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          13      104391   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p2              14         535     4192965   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p3             536        1057     4192965   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p4            1058        8920    63159547+   5  Extended&lt;BR /&gt;/dev/cciss/c0d0p5            1058        1579     4192933+  82  Linux swap&lt;BR /&gt;/dev/cciss/c0d0p6            1580        1840     2096451   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p7            1841        2101     2096451   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p8            2102        2362     2096451   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p9            2363        2493     1052226   83  Linux&lt;BR /&gt;/dev/cciss/c0d0p10           2494        8920    51624846   8e  Linux LVM&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Mar 2008 03:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extending-linux-partition-using-hp-acu/m-p/4166298#M32006</guid>
      <dc:creator>Smucker</dc:creator>
      <dc:date>2008-03-24T03:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Linux Partition using HP ACU</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extending-linux-partition-using-hp-acu/m-p/4166299#M32007</link>
      <description>Sorry Should have told you the OS is RedHat Linux 4.0as</description>
      <pubDate>Mon, 24 Mar 2008 03:34:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extending-linux-partition-using-hp-acu/m-p/4166299#M32007</guid>
      <dc:creator>Smucker</dc:creator>
      <dc:date>2008-03-24T03:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Linux Partition using HP ACU</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extending-linux-partition-using-hp-acu/m-p/4166300#M32008</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;So you used hardware raid to replicate the data that was on 73 GB disks to 146 GB disks.&lt;BR /&gt;&lt;BR /&gt;fdisk -l would normally show another extended partion /dev/cciss/c0d0p11&lt;BR /&gt;&lt;BR /&gt;It does not.&lt;BR /&gt;&lt;BR /&gt;The LVM partition on the end of that disk probably has not magically increased in size either.&lt;BR /&gt;&lt;BR /&gt;I would suggest carefully using utilities to identify the disk device. Then perhaps do the following:&lt;BR /&gt;pvcreate the new disk&lt;BR /&gt;vgextend your LVM group to include the new disk.&lt;BR /&gt;lvtextend the logical volumes you wish larger&lt;BR /&gt;ext2online to increase filesystem size without a reboot.&lt;BR /&gt;&lt;BR /&gt;IF you wish to extend one of your 83 Linux partitions, you will have to first create partition space, use dd to replicate the data from the smaller partition to the larger partition and then umount mount the new filesystem.&lt;BR /&gt;&lt;BR /&gt;There is a fun/experimentation factor here so make sure you have a good backup.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 24 Mar 2008 11:53:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extending-linux-partition-using-hp-acu/m-p/4166300#M32008</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-03-24T11:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Linux Partition using HP ACU</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extending-linux-partition-using-hp-acu/m-p/4166301#M32009</link>
      <description>The issue is this. I slowly replaced the 73gb disk in the raid0+1 array allowing the disk to replicate each time.&lt;BR /&gt;&lt;BR /&gt;As you can see fdisk sees the new size but will not allow me to create a new partition c0d0p11&lt;BR /&gt;&lt;BR /&gt;see below&lt;BR /&gt;&lt;BR /&gt;fdisk /dev/cciss/c0d0&lt;BR /&gt;&lt;BR /&gt;The number of cylinders for this disk is set to 17844.&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): n&lt;BR /&gt;No free sectors available&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Mar 2008 14:05:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extending-linux-partition-using-hp-acu/m-p/4166301#M32009</guid>
      <dc:creator>Smucker</dc:creator>
      <dc:date>2008-03-24T14:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Linux Partition using HP ACU</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extending-linux-partition-using-hp-acu/m-p/4166302#M32010</link>
      <description>You're hitting a limitation of the DOS-style MBR partition table that Linux uses. You can only have 4 primary partitions, exactly one of which can be an "extended" partition that contains other partitions. You already have that so you can't add another primary partition.&lt;BR /&gt;&lt;BR /&gt;You need to make your extended partition bigger if you want to use the space, but since it's a container for those other 6 partitions that's a little bit risky. You wouldn't want to do it with fdisk because you'd have to delete and recreate the extended partition, but some other tool (parted, maybe?) might let you just resize it out to the new disk size.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Mar 2008 14:41:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extending-linux-partition-using-hp-acu/m-p/4166302#M32010</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2008-03-25T14:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Extending Linux Partition using HP ACU</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extending-linux-partition-using-hp-acu/m-p/4166303#M32011</link>
      <description>Does anyone have the commands that would be needed to manipulate the extended partition and make it larger?</description>
      <pubDate>Tue, 25 Mar 2008 15:32:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extending-linux-partition-using-hp-acu/m-p/4166303#M32011</guid>
      <dc:creator>Smucker</dc:creator>
      <dc:date>2008-03-25T15:32:06Z</dc:date>
    </item>
  </channel>
</rss>

