<?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: Increase / filesystem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/increase-filesystem/m-p/3922154#M26549</link>
    <description>Hello!&lt;BR /&gt;&lt;BR /&gt;/ (root) is impossible to increase without an externale tool.&lt;BR /&gt;&lt;BR /&gt;Follow the previus advice.&lt;BR /&gt;GParted is a great tool for do this. Is like Partition Magic, but is free and linux-based.&lt;BR /&gt;Remember to backup all first!&lt;BR /&gt;&lt;BR /&gt;Regards</description>
    <pubDate>Mon, 08 Jan 2007 06:17:20 GMT</pubDate>
    <dc:creator>Alpha977</dc:creator>
    <dc:date>2007-01-08T06:17:20Z</dc:date>
    <item>
      <title>Increase / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/increase-filesystem/m-p/3922152#M26547</link>
      <description>here is my current df -k&lt;BR /&gt;&lt;BR /&gt;Filesystem           1K-blocks      Used Available Use% Mounted on&lt;BR /&gt;/dev/sda3              6143268    281572   5549636   5% /&lt;BR /&gt;/dev/sda1               256667     35089    208326  15% /boot&lt;BR /&gt;/dev/sda7              2063504     34068   1924616   2% /home&lt;BR /&gt;/dev/sdb1             24240952    294232  22715340   2% /opt&lt;BR /&gt;/dev/sda8              1154276    223444    872200  21% /opt/monitor&lt;BR /&gt;none                   2045776         0   2045776   0% /dev/shm&lt;BR /&gt;/dev/sda6              3051792   1290904   1605864  45% /tmp&lt;BR /&gt;/dev/sda2              8254272   2659060   5175916  34% /usr&lt;BR /&gt;/dev/sda5              4127076    170788   3746644   5% /var&lt;BR /&gt;&lt;BR /&gt;the root has 6gb but we need to increase this to 8GB. Please let me know how i can do this?&lt;BR /&gt;&lt;BR /&gt;here is my fdisk -l&lt;BR /&gt;&lt;BR /&gt; /sbin/fdisk -l&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sda: 146.8 GB, 146814976000 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 17849 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/sda1   *         1        33    265041   83  Linux&lt;BR /&gt;/dev/sda2            34      1077   8385930   83  Linux&lt;BR /&gt;/dev/sda3          1078      1854   6241252+  83  Linux&lt;BR /&gt;/dev/sda4          1855     17849 128479837+   f  Win95 Ext'd (LBA)&lt;BR /&gt;/dev/sda5          1855      2376   4192933+  83  Linux&lt;BR /&gt;/dev/sda6          2377      2762   3100513+  83  Linux&lt;BR /&gt;/dev/sda7          2763      3023   2096451   83  Linux&lt;BR /&gt;/dev/sda8          3024      3169   1172713+  83  Linux&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdb: 146.8 GB, 146814976000 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 17849 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/sdb1   *         1      3066  24627613+  83  Linux&lt;BR /&gt;/dev/sdb2          3067      3320   2040255   82  Linux swap&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Sun, 07 Jan 2007 21:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/increase-filesystem/m-p/3922152#M26547</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2007-01-07T21:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Increase / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/increase-filesystem/m-p/3922153#M26548</link>
      <description>Well, first things first.. Back evernything up!&lt;BR /&gt;&lt;BR /&gt;Pretty much all of the available choices are quite dangerous, and should be performed with the server in single-user mode.&lt;BR /&gt;&lt;BR /&gt;To start with, use a tool like 'gparted' from a LiveCD (&lt;A href="http://gparted.sourceforge.net/" target="_blank"&gt;http://gparted.sourceforge.net/&lt;/A&gt; or &lt;A href="http://www.sysresccd.org/Main_Page)." target="_blank"&gt;http://www.sysresccd.org/Main_Page).&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This makes everything so much easier.&lt;BR /&gt;&lt;BR /&gt;'gparted' is a GUI interface to the 'gpart' tool, which allows you to resize most filesystem types, including ext2/ext3.&lt;BR /&gt;&lt;BR /&gt;As it is, you need to shuffle the filesystems around to amek enough space for 'sda3' to have an extra few GB of size.&lt;BR /&gt;&lt;BR /&gt;If you don't want to use a tool like that, then you'll have to do it all manually with 'parted', and 'ext2resize' or 'resize2fs'.  This can be quite complicated, and messy.</description>
      <pubDate>Sun, 07 Jan 2007 21:59:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/increase-filesystem/m-p/3922153#M26548</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-01-07T21:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Increase / filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/increase-filesystem/m-p/3922154#M26549</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;/ (root) is impossible to increase without an externale tool.&lt;BR /&gt;&lt;BR /&gt;Follow the previus advice.&lt;BR /&gt;GParted is a great tool for do this. Is like Partition Magic, but is free and linux-based.&lt;BR /&gt;Remember to backup all first!&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 08 Jan 2007 06:17:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/increase-filesystem/m-p/3922154#M26549</guid>
      <dc:creator>Alpha977</dc:creator>
      <dc:date>2007-01-08T06:17:20Z</dc:date>
    </item>
  </channel>
</rss>

