<?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: /root resizing in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/root-resizing/m-p/4046912#M29563</link>
    <description>Another option would be to boot from the Gparted LiveCD[1] and resize the partitions from there.&lt;BR /&gt;&lt;BR /&gt;Lars&lt;BR /&gt;[1]&lt;A href="http://gparted.sf.net/livecd.php" target="_blank"&gt;http://gparted.sf.net/livecd.php&lt;/A&gt;</description>
    <pubDate>Tue, 31 Jul 2007 06:41:36 GMT</pubDate>
    <dc:creator>larstr</dc:creator>
    <dc:date>2007-07-31T06:41:36Z</dc:date>
    <item>
      <title>/root resizing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-resizing/m-p/4046910#M29561</link>
      <description>Hello all,&lt;BR /&gt;on RH AS Rel4 Update 4, is there any way to resize the /root and other partions?&lt;BR /&gt;I checked for the rescue CD (with LVM integraton in order to perform the resize)but i cannot find it.&lt;BR /&gt;&lt;BR /&gt;thanks in advance&lt;BR /&gt;RV</description>
      <pubDate>Tue, 31 Jul 2007 06:08:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-resizing/m-p/4046910#M29561</guid>
      <dc:creator>Roberto Volsa</dc:creator>
      <dc:date>2007-07-31T06:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: /root resizing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-resizing/m-p/4046911#M29562</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Since /root is found on the / file system i.e. root file system, you should resize the root file system itself...&lt;BR /&gt;&lt;BR /&gt;but you can also bypass this by creating a new file system and mount it as /root thereby transfering all the files from old "/root" to the new "/root"&lt;BR /&gt;&lt;BR /&gt;this would be much easier and would least affect your system.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Tue, 31 Jul 2007 06:37:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-resizing/m-p/4046911#M29562</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-07-31T06:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: /root resizing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-resizing/m-p/4046912#M29563</link>
      <description>Another option would be to boot from the Gparted LiveCD[1] and resize the partitions from there.&lt;BR /&gt;&lt;BR /&gt;Lars&lt;BR /&gt;[1]&lt;A href="http://gparted.sf.net/livecd.php" target="_blank"&gt;http://gparted.sf.net/livecd.php&lt;/A&gt;</description>
      <pubDate>Tue, 31 Jul 2007 06:41:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-resizing/m-p/4046912#M29563</guid>
      <dc:creator>larstr</dc:creator>
      <dc:date>2007-07-31T06:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: /root resizing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-resizing/m-p/4046913#M29564</link>
      <description>Umm, is the system actually using LVM?&lt;BR /&gt;&lt;BR /&gt;If it is, then using 'lvextend' followed by a 'resize2fs'.&lt;BR /&gt;&lt;BR /&gt;If you aren't currently using LVM, then as the previous person stated, you need resize the partition first. Using a tool like 'gparted' (their live cd, or a sys-rescue live cd) is a nice easy way to do it.</description>
      <pubDate>Tue, 31 Jul 2007 08:06:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-resizing/m-p/4046913#M29564</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-07-31T08:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: /root resizing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/root-resizing/m-p/4046914#M29565</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; I checked for the rescue CD (with LVM integraton &lt;BR /&gt;&amp;gt;&amp;gt; in order to perform the resize)but i cannot find it&lt;BR /&gt;&lt;BR /&gt;If you are using LVM, this could be done via Linux Rescue Mode.&lt;BR /&gt;&lt;BR /&gt;You need be familar with following LVM Commands, refer to Man Page:&lt;BR /&gt;# man lvextend&lt;BR /&gt;# man resize2fs&lt;BR /&gt;# man pvcreate&lt;BR /&gt;# man vgextend&lt;BR /&gt;&lt;BR /&gt;Scenarios 1: There are existing Disk Spaces in Current Volume Group&lt;BR /&gt;--&amp;gt; Use lvextend, resize2fs&lt;BR /&gt;&lt;BR /&gt;Scenarios 2: There are No More Disk Spaces in Current Volume Group&lt;BR /&gt;--&amp;gt; Create a New LVM Partition via fdisk&lt;BR /&gt;--&amp;gt; Use pvcreate, vgextend, lvextend, resize2fs&lt;BR /&gt;&lt;BR /&gt;Try above in a Development Box first :)&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Aug 2007 02:48:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/root-resizing/m-p/4046914#M29565</guid>
      <dc:creator>TY 007</dc:creator>
      <dc:date>2007-08-09T02:48:05Z</dc:date>
    </item>
  </channel>
</rss>

