<?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: extend /usr filesystem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/extend-usr-filesystem/m-p/3693237#M21043</link>
    <description>Hi Jorge,&lt;BR /&gt;&lt;BR /&gt;Look at Logical Volume Manager (LVM) - &lt;A href="http://aplawrence.com/Linux/lvm.html" target="_blank"&gt;http://aplawrence.com/Linux/lvm.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Andrey</description>
    <pubDate>Fri, 16 Dec 2005 15:58:41 GMT</pubDate>
    <dc:creator>Andrey Deryugin</dc:creator>
    <dc:date>2005-12-16T15:58:41Z</dc:date>
    <item>
      <title>extend /usr filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extend-usr-filesystem/m-p/3693235#M21041</link>
      <description>Hi,&lt;BR /&gt;I need to extend the /usr filesystem:&lt;BR /&gt;- S.O: &lt;BR /&gt;Red Hat Enterprise Linux AS release 3 (Taroon Update 3)&lt;BR /&gt;&lt;BR /&gt;- #df -k /usr&lt;BR /&gt;S.ficheros 1K-blocks Used    Available Use% Montado en&lt;BR /&gt;/dev/sda6  3023760   2663736  206424  93% /usr&lt;BR /&gt;&lt;BR /&gt;- # grep /usr /etc/fstab&lt;BR /&gt;LABEL=/usr   /usr  ext3    defaults        1 2&lt;BR /&gt;&lt;BR /&gt;- fdisk /dev/sda &lt;BR /&gt;.&lt;BR /&gt;.Orden (m para obtener ayuda): p&lt;BR /&gt;&lt;BR /&gt;Disco /dev/sda: 36.4 GB, 36420075520 bytes&lt;BR /&gt;255 cabezas, 63 sectores/pista, 4427 cilindros&lt;BR /&gt;Unidades = cilindros de 16065 * 512 = 8225280 bytes&lt;BR /&gt;&lt;BR /&gt;Disposit. Inicio  Principio   Fin    Bloques  Id  Sistema&lt;BR /&gt;/dev/sda1  1      4428  35566479+  ee  EFI GPT&lt;BR /&gt;&lt;BR /&gt;It is posible?&lt;BR /&gt;&lt;BR /&gt;Thank in advance&lt;BR /&gt;&lt;BR /&gt;Jorge Prado T.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Dec 2005 15:08:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extend-usr-filesystem/m-p/3693235#M21041</guid>
      <dc:creator>Jorge Prado T</dc:creator>
      <dc:date>2005-12-16T15:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: extend /usr filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extend-usr-filesystem/m-p/3693236#M21042</link>
      <description>There is a problem:&lt;BR /&gt;&lt;BR /&gt;First, you did not showed the real partition table, fdisk does not supports GPT partitions, use parted instead to display the partition table.&lt;BR /&gt;&lt;BR /&gt;Second, to resize the /usr partition, as you don't use LVM, you must backup, destroy the partition, and re-create. That can be problem if:&lt;BR /&gt;&lt;BR /&gt;- You don't have free space on your disk.&lt;BR /&gt;&lt;BR /&gt;- You have more partitions after the /usr partition.&lt;BR /&gt;&lt;BR /&gt;Saludos y que tengas buen dia.</description>
      <pubDate>Fri, 16 Dec 2005 15:55:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extend-usr-filesystem/m-p/3693236#M21042</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-12-16T15:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: extend /usr filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extend-usr-filesystem/m-p/3693237#M21043</link>
      <description>Hi Jorge,&lt;BR /&gt;&lt;BR /&gt;Look at Logical Volume Manager (LVM) - &lt;A href="http://aplawrence.com/Linux/lvm.html" target="_blank"&gt;http://aplawrence.com/Linux/lvm.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Andrey</description>
      <pubDate>Fri, 16 Dec 2005 15:58:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extend-usr-filesystem/m-p/3693237#M21043</guid>
      <dc:creator>Andrey Deryugin</dc:creator>
      <dc:date>2005-12-16T15:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: extend /usr filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extend-usr-filesystem/m-p/3693238#M21044</link>
      <description>If you are using LVM and free disk space then you can extend the filesystem.&lt;BR /&gt;&lt;BR /&gt;Else, do a complete backup, remove the filesystem, recreate it with the new specs to include more room, restore the data.</description>
      <pubDate>Fri, 16 Dec 2005 16:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extend-usr-filesystem/m-p/3693238#M21044</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-12-16T16:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: extend /usr filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/extend-usr-filesystem/m-p/3693239#M21045</link>
      <description>Hi Jorge ,&lt;BR /&gt;&lt;BR /&gt;Here is the steps: &lt;BR /&gt;&lt;BR /&gt;unmount &lt;BR /&gt;e2fsadm&lt;BR /&gt;mount it.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Dec 2005 17:31:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/extend-usr-filesystem/m-p/3693239#M21045</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-12-16T17:31:30Z</dc:date>
    </item>
  </channel>
</rss>

