<?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: linux partition extend in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-partition-extend/m-p/4719904#M42892</link>
    <description>Even if the space is noncontiguous you should be able to extend with gparted. But in those cases you need to move the data to the "left" or "right" this is a bit more risky and can take a lot of time. So make a good backup, and get a decent size change window.</description>
    <pubDate>Wed, 01 Dec 2010 20:58:49 GMT</pubDate>
    <dc:creator>wobbe</dc:creator>
    <dc:date>2010-12-01T20:58:49Z</dc:date>
    <item>
      <title>linux partition extend</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-partition-extend/m-p/4719900#M42888</link>
      <description>I have RHEL 4, which having two hdd sda and sdb.&lt;BR /&gt;in sda there are three partition 1) /root 2) /boot 3) /data&lt;BR /&gt;&lt;BR /&gt;its not in vg/lvm&lt;BR /&gt;&lt;BR /&gt;found that /data partition lacking of space and need to extend.&lt;BR /&gt;&lt;BR /&gt;in same hdd (sda) there is around 20gb free unaloccated space, can someone suggest me how to extend /data parition. its not in logical volume.</description>
      <pubDate>Wed, 01 Dec 2010 01:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-partition-extend/m-p/4719900#M42888</guid>
      <dc:creator>pratapvfr</dc:creator>
      <dc:date>2010-12-01T01:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: linux partition extend</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-partition-extend/m-p/4719901#M42889</link>
      <description>Hello.&lt;BR /&gt;&lt;BR /&gt;Tools like parted/gparted can do that for you - there's even a live CD with gparted on their site.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Goran</description>
      <pubDate>Wed, 01 Dec 2010 06:07:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-partition-extend/m-p/4719901#M42889</guid>
      <dc:creator>Goran Koruga</dc:creator>
      <dc:date>2010-12-01T06:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: linux partition extend</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-partition-extend/m-p/4719902#M42890</link>
      <description>yes i have parted tool, just want to confirmed can we extend partition or not? since its not in LVM?</description>
      <pubDate>Wed, 01 Dec 2010 06:34:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-partition-extend/m-p/4719902#M42890</guid>
      <dc:creator>pratapvfr</dc:creator>
      <dc:date>2010-12-01T06:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: linux partition extend</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-partition-extend/m-p/4719903#M42891</link>
      <description>Yes you can... but when you use parted or a similar tool, you must unmount the filesystem first. &lt;BR /&gt;&lt;BR /&gt;Filesystem extension is not at all tied to LVM: if you can first extend the underlying storage unit (be it a partition, a LV or a LUN in a SAN with no partitioning at all), then you can use the filesystem resizing tools to extend it.&lt;BR /&gt;&lt;BR /&gt;A traditional partition can be extended only if the partition and free disk space are contiguous on disk; this makes it much less flexible than LVM. But it sounds like this might not be a problem in your case. (Seeing the output of "fdisk -l /dev/sda" would help in verifying this.)&lt;BR /&gt;&lt;BR /&gt;Extending a traditional partition will often require unmounting it, because partition table changes can take effect only when the partitions are unmounted. On a system disk, you may have to reboot to make the partition changes effective. &lt;BR /&gt;&lt;BR /&gt;On RHEL 5, the "partprobe" command can make (some?) partition table changes effective while a disk still has some partitions mounted; I'm not sure about RHEL 4.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 01 Dec 2010 10:38:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-partition-extend/m-p/4719903#M42891</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-12-01T10:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: linux partition extend</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-partition-extend/m-p/4719904#M42892</link>
      <description>Even if the space is noncontiguous you should be able to extend with gparted. But in those cases you need to move the data to the "left" or "right" this is a bit more risky and can take a lot of time. So make a good backup, and get a decent size change window.</description>
      <pubDate>Wed, 01 Dec 2010 20:58:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-partition-extend/m-p/4719904#M42892</guid>
      <dc:creator>wobbe</dc:creator>
      <dc:date>2010-12-01T20:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: linux partition extend</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-partition-extend/m-p/4719905#M42893</link>
      <description>Hello.&lt;BR /&gt;&lt;BR /&gt;Sure you can - in fact, even if you have LVM, it only does part of the job.&lt;BR /&gt;&lt;BR /&gt;The other part is handled by filesystem specific tools/libraries, i.e. resize2fs and the likes.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Goran</description>
      <pubDate>Thu, 02 Dec 2010 06:02:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-partition-extend/m-p/4719905#M42893</guid>
      <dc:creator>Goran Koruga</dc:creator>
      <dc:date>2010-12-02T06:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: linux partition extend</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-partition-extend/m-p/4719906#M42894</link>
      <description>u can use the grow command to increase the size of your space</description>
      <pubDate>Thu, 02 Dec 2010 07:08:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-partition-extend/m-p/4719906#M42894</guid>
      <dc:creator>venugopalanramraj</dc:creator>
      <dc:date>2010-12-02T07:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: linux partition extend</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-partition-extend/m-p/4719907#M42895</link>
      <description>gparted livecd is my choice on how to do this kind of thing....</description>
      <pubDate>Thu, 02 Dec 2010 15:43:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-partition-extend/m-p/4719907#M42895</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2010-12-02T15:43:53Z</dc:date>
    </item>
  </channel>
</rss>

