<?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 extend partition in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/extend-partition/m-p/4783433#M44299</link>
    <description>greetings folks,&lt;BR /&gt;&lt;BR /&gt;Now i need to extend a partition on a VM running RHEL 5.5. Not sure on the approach of unmounting and using resize2fs. Following is what i need to grow.&lt;BR /&gt;/dev/sdb1               1       33418   268430053+  83  Linux&lt;BR /&gt;Dmidecode output&lt;BR /&gt;===============&lt;BR /&gt;dmidecode | grep -i manu&lt;BR /&gt;        Manufacturer: VMware, Inc.&lt;BR /&gt;Any thoughts ideas are really appreciated.&lt;BR /&gt;&lt;BR /&gt;TIA &lt;BR /&gt;</description>
    <pubDate>Tue, 03 May 2011 00:22:45 GMT</pubDate>
    <dc:creator>ossupport55</dc:creator>
    <dc:date>2011-05-03T00:22:45Z</dc:date>
    <item>
      <title>extend partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extend-partition/m-p/4783433#M44299</link>
      <description>greetings folks,&lt;BR /&gt;&lt;BR /&gt;Now i need to extend a partition on a VM running RHEL 5.5. Not sure on the approach of unmounting and using resize2fs. Following is what i need to grow.&lt;BR /&gt;/dev/sdb1               1       33418   268430053+  83  Linux&lt;BR /&gt;Dmidecode output&lt;BR /&gt;===============&lt;BR /&gt;dmidecode | grep -i manu&lt;BR /&gt;        Manufacturer: VMware, Inc.&lt;BR /&gt;Any thoughts ideas are really appreciated.&lt;BR /&gt;&lt;BR /&gt;TIA &lt;BR /&gt;</description>
      <pubDate>Tue, 03 May 2011 00:22:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extend-partition/m-p/4783433#M44299</guid>
      <dc:creator>ossupport55</dc:creator>
      <dc:date>2011-05-03T00:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: extend partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extend-partition/m-p/4783434#M44300</link>
      <description>Before you can extend the filesystem, you must extend the partition it's in. Is /dev/sdb1 the only partition on this (virtual) disk, or does /dev/sdb[2-9] exist? &lt;BR /&gt;&lt;BR /&gt;What is the output of these commands?&lt;BR /&gt;cat /proc/partitions |grep sdb&lt;BR /&gt;fdisk -l /dev/sdb&lt;BR /&gt;&lt;BR /&gt;If you've already extended the /dev/sdb virtual device at the VMware host level, the system might already indicate the new size for /dev/sdb, while /dev/sdb1 still has its old size. If it doesn't, run "partprobe" and check again.&lt;BR /&gt;&lt;BR /&gt;Since it doesn't seem like you're using LVM, if /dev/sdb has other partitions, you must move them so that /dev/sdb1 has free space immediately after it. This can be done with the "move" command of "parted", but requires that the partition being moved must be unmounted.&lt;BR /&gt;&lt;BR /&gt;If /dev/sdb1 is the only partition on this (virtual) disk, you can extend it relatively easily. On RHEL 5, it should be possible to do this while the partition is still mounted. You can use the "resize" command of "parted", or even "fdisk" if you're very careful. After resizing the partition, you may have to run "partprobe" again to make the system detect the new size. &lt;BR /&gt;&lt;BR /&gt;Once /proc/partitions indicates the new size for /dev/sdb1, you can use "resize2fs /dev/sdb1" to make the new space usable to the filesystem. You don't even have to unmount the filesystem for this: in RHEL 5, resizefs will simply say "filesystem is mounted, on-line resizing required" and do the right thing.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 03 May 2011 04:56:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extend-partition/m-p/4783434#M44300</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-05-03T04:56:34Z</dc:date>
    </item>
  </channel>
</rss>

