<?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: Enlarge extended partition in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242768#M62390</link>
    <description>&lt;!--!*#--&gt;&lt;BR /&gt;I should add, you probably should also fsck your disk partition before and after you finish to confirm everything is ok:&lt;BR /&gt;&lt;BR /&gt;[root@localhost ~]# umount /l1&lt;BR /&gt;[root@localhost ~]# fsck /dev/sdb5&lt;BR /&gt;fsck 1.39 (29-May-2006)&lt;BR /&gt;e2fsck 1.39 (29-May-2006)&lt;BR /&gt;/dev/sdb5: clean, 32/251392 files, 12404/502023 blocks&lt;BR /&gt;&lt;BR /&gt;[root@localhost ~]# mount /dev/sdb5 /l1&lt;BR /&gt;[root@localhost ~]# df -H&lt;BR /&gt;Filesystem             Size   Used  Avail Use% Mounted on&lt;BR /&gt;/dev/md1               4.2G   1.8G   2.3G  44% /&lt;BR /&gt;/dev/md0               104M    12M    87M  12% /boot&lt;BR /&gt;tmpfs                  131M      0   131M   0% /dev/shm&lt;BR /&gt;/dev/sdb1              1.1G    19M   943M   2% /p1&lt;BR /&gt;/dev/sdb2              1.1G    19M   943M   2% /p2&lt;BR /&gt;/dev/sdb5              2.1G    19M   2.0G   1% /l1&lt;BR /&gt;[root@localhost ~]# cat /l1/testdata&lt;BR /&gt;This is a test&lt;BR /&gt;&lt;BR /&gt;Let me know how you get on.&lt;BR /&gt;&lt;BR /&gt;Paul</description>
    <pubDate>Thu, 31 Jul 2008 10:41:51 GMT</pubDate>
    <dc:creator>Paul McCleary</dc:creator>
    <dc:date>2008-07-31T10:41:51Z</dc:date>
    <item>
      <title>Enlarge extended partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242762#M62384</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;I need to enlarge my extended partition on my server, because the logical partition on it is almost full. I found nice guide how to enlarge a primary partition using fdisk, but I don't know, that can I apply it on extended partition. Theroetically in fdisk I need to delete the logical and extended partition, then create new extended and logical partition with the same start as the deleted partitions but with bigger size and then write the new partition table on disk. But I don't know if it will work. Have someone experience with this?&lt;BR /&gt;&lt;BR /&gt;The guide: &lt;A href="http://howtoforge.com/linux_resizing_ext3_partitions_p2" target="_blank"&gt;http://howtoforge.com/linux_resizing_ext3_partitions_p2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And I am using Ret Hat Enterprise Linux 4.&lt;BR /&gt;&lt;BR /&gt;Thank you for answers.</description>
      <pubDate>Wed, 30 Jul 2008 09:22:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242762#M62384</guid>
      <dc:creator>fawrell</dc:creator>
      <dc:date>2008-07-30T09:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Enlarge extended partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242763#M62385</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;if you are using LVM its easy, lvextend online2fs.&lt;BR /&gt;&lt;BR /&gt;If not, the procedure is not supported by Red Hat.&lt;BR /&gt;&lt;BR /&gt;You can try it if you want.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 30 Jul 2008 09:51:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242763#M62385</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-07-30T09:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Enlarge extended partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242764#M62386</link>
      <description>if LVM configured. if online extend is not possible then dismount the file system first.&lt;BR /&gt;&lt;BR /&gt;# e2fsadm -L +1G /dev/vg01/lvol22&lt;BR /&gt;e2fsck 1.32 (09-Nov-2002)&lt;BR /&gt;Pass 1: Checking inodes, blocks, and sizes&lt;BR /&gt;Pass 2: Checking directory structure&lt;BR /&gt;Pass 3: Checking directory connectivity&lt;BR /&gt;Pass 4: Checking reference counts&lt;BR /&gt;Pass 5: Checking group summary information&lt;BR /&gt;/dev/vg01/lvol22: 329/131072 files (14.0% non-contiguous), 242667/524288 blocks&lt;BR /&gt;lvextend -- extending logical volume "/dev/vg01/lvol22" to 1.50 GB&lt;BR /&gt;lvextend -- doing automatic backup of volume group "vg01"&lt;BR /&gt;lvextend -- logical volume "/dev/vg01/lvol22" successfully extended&lt;BR /&gt;&lt;BR /&gt;resize2fs 1.32 (09-Nov-2002)&lt;BR /&gt;Begin pass 1 (max = 128)&lt;BR /&gt;Extending the inode table     XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&lt;BR /&gt;Begin pass 2 (max = 32)&lt;BR /&gt;Relocating blocks             XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&lt;BR /&gt;Begin pass 3 (max = 64)&lt;BR /&gt;Scanning inode table          XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&lt;BR /&gt;Begin pass 5 (max = 9)&lt;BR /&gt;Moving inode table            XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&lt;BR /&gt;The filesystem on /dev/vg01/lvol22 is now 1572864 blocks long.&lt;BR /&gt;&lt;BR /&gt;e2fsadm -- ext2fs in logical volume /dev/vg01/lvol22 successfully extended to 1.50 GB</description>
      <pubDate>Wed, 30 Jul 2008 16:32:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242764#M62386</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-07-30T16:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Enlarge extended partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242765#M62387</link>
      <description>Thanks for reply. &lt;BR /&gt;&lt;BR /&gt;Unfortunately I do not use LVM. So I try to find other possibilities how to do this. Do you have any idea how to do this?</description>
      <pubDate>Thu, 31 Jul 2008 06:20:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242765#M62387</guid>
      <dc:creator>fawrell</dc:creator>
      <dc:date>2008-07-31T06:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Enlarge extended partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242766#M62388</link>
      <description>if you meant to extend the FS w/o LVM then go ahead a nd get a new disk with targeted capacity(keep additional cap keeping your future req) and create new file system , copy the data. Finally dismount the old disk and mount the new disk on the same mount point. AFAIK, there is no other way and this is what we do. if it is database mount point like oradata1, oradata2 then you can create another oradatax w/o going through the data copy process.</description>
      <pubDate>Thu, 31 Jul 2008 10:18:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242766#M62388</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-07-31T10:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Enlarge extended partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242767#M62389</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Firstly take a backup of everything and make sure you are confident you can restore it, just in case everything goes pear shaped!!&lt;BR /&gt;&lt;BR /&gt;I don't think you will have a problem doing what you want to do, I've done this before and it worked fine.&lt;BR /&gt;&lt;BR /&gt;You don't show your partition table or the devices you have, so not sure on your exact situation.&lt;BR /&gt;&lt;BR /&gt;I'll try to give an example:&lt;BR /&gt;&lt;BR /&gt;- I have a disk that is 4GB, it has 3x1GB partitions, first two are primary and the last is an extended one with one logical volume that fills it (not best use of logical volumes, but it seems similar to what you have).  So I have 1GB of free space immediately after my extended partition - this is key, if you have not got the sequential space then you can't do this.&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdb: 4294 MB, 4294967296 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 522 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         125     1004031   83  Linux&lt;BR /&gt;/dev/sdb2             126         250     1004062+  83  Linux&lt;BR /&gt;/dev/sdb3             251         375     1004062+   5  Extended&lt;BR /&gt;/dev/sdb5             251         375     1004031   83  Linux&lt;BR /&gt;&lt;BR /&gt;These all have ext3 filesystems and are mounted as below; /l1 is the logical volume in the extended partition that we want to increase (/p1 and /p2 are the two other primary partitions that will remain untouched):&lt;BR /&gt;&lt;BR /&gt;Filesystem             Size   Used  Avail Use% Mounted on&lt;BR /&gt;/dev/md1               4.2G   1.8G   2.3G  44% /&lt;BR /&gt;/dev/md0               104M    12M    87M  12% /boot&lt;BR /&gt;tmpfs                  131M      0   131M   0% /dev/shm&lt;BR /&gt;/dev/sdb1              1.1G    19M   943M   2% /p1&lt;BR /&gt;/dev/sdb2              1.1G    19M   943M   2% /p2&lt;BR /&gt;/dev/sdb5              1.1G    19M   943M   2% /l1&lt;BR /&gt;&lt;BR /&gt;There are data in these filesystems:&lt;BR /&gt;&lt;BR /&gt;[root@localhost ~]# ll /l1&lt;BR /&gt;total 72&lt;BR /&gt;drwxr-xr-x 3 root root  4096 Jul 11 21:34 hal&lt;BR /&gt;-rw-r--r-- 1 root root    17 Jul 23  2000 host.conf&lt;BR /&gt;-rw-r--r-- 1 root root   187 Jul 11 21:12 hosts&lt;BR /&gt;-rw-r--r-- 1 root root   161 Jan 12  2000 hosts.allow&lt;BR /&gt;-rw-r--r-- 1 root root   347 Jan 12  2000 hosts.deny&lt;BR /&gt;drwxr-xr-x 4 root root  4096 Jul 11 21:27 httpd&lt;BR /&gt;drwx------ 2 root root 16384 Jul 31 11:43 lost+found&lt;BR /&gt;-rw-r--r-- 1 root root    15 Jul 31 11:45 testdata&lt;BR /&gt;&lt;BR /&gt;Lets umount it and use fdisk:&lt;BR /&gt;&lt;BR /&gt;[root@localhost ~]# umount /l1&lt;BR /&gt;[root@localhost ~]# fdisk /dev/sdb&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Command (m for help): p&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdb: 4294 MB, 4294967296 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 522 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         125     1004031   83  Linux&lt;BR /&gt;/dev/sdb2             126         250     1004062+  83  Linux&lt;BR /&gt;/dev/sdb3             251         375     1004062+   5  Extended&lt;BR /&gt;/dev/sdb5             251         375     1004031   83  Linux&lt;BR /&gt;&lt;BR /&gt;Note down the start and end cylinder positions (251 and 375).  We now need to delete the extended partition that you wish to increase in size (the scary bit!!); first delete the logical volume and then the extended partition:&lt;BR /&gt;&lt;BR /&gt;Command (m for help): d&lt;BR /&gt;Partition number (1-5): 5&lt;BR /&gt;&lt;BR /&gt;Command (m for help): p&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdb: 4294 MB, 4294967296 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 522 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         125     1004031   83  Linux&lt;BR /&gt;/dev/sdb2             126         250     1004062+  83  Linux&lt;BR /&gt;/dev/sdb3             251         375     1004062+   5  Extended&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdb: 4294 MB, 4294967296 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 522 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         125     1004031   83  Linux&lt;BR /&gt;/dev/sdb2             126         250     1004062+  83  Linux&lt;BR /&gt;/dev/sdb3             251         375     1004062+   5  Extended&lt;BR /&gt;&lt;BR /&gt;Command (m for help): d&lt;BR /&gt;Partition number (1-5): 3&lt;BR /&gt;&lt;BR /&gt;Command (m for help): p&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdb: 4294 MB, 4294967296 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 522 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         125     1004031   83  Linux&lt;BR /&gt;/dev/sdb2             126         250     1004062+  83  Linux&lt;BR /&gt;&lt;BR /&gt;Now we need to create our new larger extended partition and logical volume (start at same cylinder position, 251, and set a size of 2GB):&lt;BR /&gt;&lt;BR /&gt;Command (m for help): n&lt;BR /&gt;Command action&lt;BR /&gt;   e   extended&lt;BR /&gt;   p   primary partition (1-4)&lt;BR /&gt;e&lt;BR /&gt;Partition number (1-4): 3&lt;BR /&gt;First cylinder (251-522, default 251):&lt;BR /&gt;Using default value 251&lt;BR /&gt;Last cylinder or +size or +sizeM or +sizeK (251-522, default 522): +2048M&lt;BR /&gt;&lt;BR /&gt;New Partition is created using 251 to 500 cylinders.&lt;BR /&gt;&lt;BR /&gt;Command (m for help): p&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdb: 4294 MB, 4294967296 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 522 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         125     1004031   83  Linux&lt;BR /&gt;/dev/sdb2             126         250     1004062+  83  Linux&lt;BR /&gt;/dev/sdb3             251         500     2008125    5  Extended&lt;BR /&gt;&lt;BR /&gt;Create the new logical volume in the extended partition and use all available cylinders (251-500):&lt;BR /&gt;&lt;BR /&gt;Command (m for help): n&lt;BR /&gt;Command action&lt;BR /&gt;   l   logical (5 or over)&lt;BR /&gt;   p   primary partition (1-4)&lt;BR /&gt;l&lt;BR /&gt;First cylinder (251-500, default 251):&lt;BR /&gt;Using default value 251&lt;BR /&gt;Last cylinder or +size or +sizeM or +sizeK (251-500, default 500):&lt;BR /&gt;Using default value 500&lt;BR /&gt;&lt;BR /&gt;Command (m for help): p&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdb: 4294 MB, 4294967296 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 522 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         125     1004031   83  Linux&lt;BR /&gt;/dev/sdb2             126         250     1004062+  83  Linux&lt;BR /&gt;/dev/sdb3             251         500     2008125    5  Extended&lt;BR /&gt;/dev/sdb5             251         500     2008093+  83  Linux&lt;BR /&gt;&lt;BR /&gt;As you can see I have now created it as 2GB instead of 1GB.  Save this and check the new size:&lt;BR /&gt;&lt;BR /&gt;Command (m for help): w&lt;BR /&gt;The partition table has been altered!&lt;BR /&gt;&lt;BR /&gt;Calling ioctl() to re-read partition table.&lt;BR /&gt;&lt;BR /&gt;WARNING: Re-reading the partition table failed with error 16: Device or resource busy.&lt;BR /&gt;The kernel still uses the old table.&lt;BR /&gt;The new table will be used at the next reboot.&lt;BR /&gt;Syncing disks.&lt;BR /&gt;&lt;BR /&gt;Disk /dev/sdb: 4294 MB, 4294967296 bytes&lt;BR /&gt;255 heads, 63 sectors/track, 522 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         125     1004031   83  Linux&lt;BR /&gt;/dev/sdb2             126         250     1004062+  83  Linux&lt;BR /&gt;/dev/sdb3             251         500     2008125    5  Extended&lt;BR /&gt;/dev/sdb5             251         500     2008093+  83  Linux&lt;BR /&gt;&lt;BR /&gt;I still had /p1 and /p2 mounted from that disk which is why I get the warning.  Quick reboot of the system to be safe.&lt;BR /&gt;&lt;BR /&gt;[root@localhost ~]# mount /dev/sdb5 /l1&lt;BR /&gt;[root@localhost ~]# df -H&lt;BR /&gt;Filesystem             Size   Used  Avail Use% Mounted on&lt;BR /&gt;/dev/md1               4.2G   1.8G   2.3G  44% /&lt;BR /&gt;/dev/md0               104M    12M    87M  12% /boot&lt;BR /&gt;tmpfs                  131M      0   131M   0% /dev/shm&lt;BR /&gt;/dev/sdb1              1.1G    19M   943M   2% /p1&lt;BR /&gt;/dev/sdb2              1.1G    19M   943M   2% /p2&lt;BR /&gt;/dev/sdb5              1.1G    19M   943M   2% /l1&lt;BR /&gt;[root@localhost ~]# ll /l1&lt;BR /&gt;total 72&lt;BR /&gt;drwxr-xr-x 3 root root  4096 Jul 11 21:34 hal&lt;BR /&gt;-rw-r--r-- 1 root root    17 Jul 23  2000 host.conf&lt;BR /&gt;-rw-r--r-- 1 root root   187 Jul 11 21:12 hosts&lt;BR /&gt;-rw-r--r-- 1 root root   161 Jan 12  2000 hosts.allow&lt;BR /&gt;-rw-r--r-- 1 root root   347 Jan 12  2000 hosts.deny&lt;BR /&gt;drwxr-xr-x 4 root root  4096 Jul 11 21:27 httpd&lt;BR /&gt;drwx------ 2 root root 16384 Jul 31 11:43 lost+found&lt;BR /&gt;-rw-r--r-- 1 root root    15 Jul 31 11:45 testdata&lt;BR /&gt;[root@localhost ~]# cat /l1/testdata&lt;BR /&gt;This is a test&lt;BR /&gt;&lt;BR /&gt;The size is still the same and the data is still there.  So now increase the filesystem size to size of our new partition:&lt;BR /&gt;&lt;BR /&gt;[root@localhost ~]# resize2fs /dev/sdb5&lt;BR /&gt;resize2fs 1.39 (29-May-2006)&lt;BR /&gt;Filesystem at /dev/sdb5 is mounted on /l1; on-line resizing required&lt;BR /&gt;Performing an on-line resize of /dev/sdb5 to 502023 (4k) blocks.&lt;BR /&gt;The filesystem on /dev/sdb5 is now 502023 blocks long.&lt;BR /&gt;&lt;BR /&gt;[root@localhost ~]# df -H&lt;BR /&gt;Filesystem             Size   Used  Avail Use% Mounted on&lt;BR /&gt;/dev/md1               4.2G   1.8G   2.3G  44% /&lt;BR /&gt;/dev/md0               104M    12M    87M  12% /boot&lt;BR /&gt;tmpfs                  131M      0   131M   0% /dev/shm&lt;BR /&gt;/dev/sdb1              1.1G    19M   943M   2% /p1&lt;BR /&gt;/dev/sdb2              1.1G    19M   943M   2% /p2&lt;BR /&gt;/dev/sdb5              2.1G    19M   2.0G   1% /l1&lt;BR /&gt;&lt;BR /&gt;Everything looks good and we now have a 2GB filesystem with the data we had in at the start when it was only 1GB.&lt;BR /&gt;&lt;BR /&gt;Hope this is helpful,&lt;BR /&gt;&lt;BR /&gt;Paul&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jul 2008 10:39:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242767#M62389</guid>
      <dc:creator>Paul McCleary</dc:creator>
      <dc:date>2008-07-31T10:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Enlarge extended partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242768#M62390</link>
      <description>&lt;!--!*#--&gt;&lt;BR /&gt;I should add, you probably should also fsck your disk partition before and after you finish to confirm everything is ok:&lt;BR /&gt;&lt;BR /&gt;[root@localhost ~]# umount /l1&lt;BR /&gt;[root@localhost ~]# fsck /dev/sdb5&lt;BR /&gt;fsck 1.39 (29-May-2006)&lt;BR /&gt;e2fsck 1.39 (29-May-2006)&lt;BR /&gt;/dev/sdb5: clean, 32/251392 files, 12404/502023 blocks&lt;BR /&gt;&lt;BR /&gt;[root@localhost ~]# mount /dev/sdb5 /l1&lt;BR /&gt;[root@localhost ~]# df -H&lt;BR /&gt;Filesystem             Size   Used  Avail Use% Mounted on&lt;BR /&gt;/dev/md1               4.2G   1.8G   2.3G  44% /&lt;BR /&gt;/dev/md0               104M    12M    87M  12% /boot&lt;BR /&gt;tmpfs                  131M      0   131M   0% /dev/shm&lt;BR /&gt;/dev/sdb1              1.1G    19M   943M   2% /p1&lt;BR /&gt;/dev/sdb2              1.1G    19M   943M   2% /p2&lt;BR /&gt;/dev/sdb5              2.1G    19M   2.0G   1% /l1&lt;BR /&gt;[root@localhost ~]# cat /l1/testdata&lt;BR /&gt;This is a test&lt;BR /&gt;&lt;BR /&gt;Let me know how you get on.&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Thu, 31 Jul 2008 10:41:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242768#M62390</guid>
      <dc:creator>Paul McCleary</dc:creator>
      <dc:date>2008-07-31T10:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Enlarge extended partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242769#M62391</link>
      <description>Thank you Paul!&lt;BR /&gt;&lt;BR /&gt;This is exact what I wanted to see! Only one more question. Did you remove journal from /dev/sdb5 with:&lt;BR /&gt;&lt;BR /&gt;tune2fs -O ^has_journal /dev/sda5&lt;BR /&gt;(it makes ext2 from ext3)&lt;BR /&gt;&lt;BR /&gt;before resizing, or resize2fs can resize ext3 too?</description>
      <pubDate>Thu, 31 Jul 2008 11:49:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242769#M62391</guid>
      <dc:creator>fawrell</dc:creator>
      <dc:date>2008-07-31T11:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Enlarge extended partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242770#M62392</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Glad its been useful.&lt;BR /&gt;&lt;BR /&gt;I did not try and remove the journal - though it shouldn't hurt, it probably makes sense as then your journal will be re-sized for your new size filesystem (when you set it back on).&lt;BR /&gt;&lt;BR /&gt;resize2fs works fine with ext2 or ext3.&lt;BR /&gt;&lt;BR /&gt;I've had no problems with this approach and fsck didn't throw any errors.  So you should be fine, but there's no guarantees in life, hence ensuring you have a good backup as a plan B :-)&lt;BR /&gt;&lt;BR /&gt;Let me know how you get on,&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Thu, 31 Jul 2008 12:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242770#M62392</guid>
      <dc:creator>Paul McCleary</dc:creator>
      <dc:date>2008-07-31T12:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Enlarge extended partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242771#M62393</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How did you get on with performing this?&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Tue, 05 Aug 2008 10:12:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242771#M62393</guid>
      <dc:creator>Paul McCleary</dc:creator>
      <dc:date>2008-08-05T10:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Enlarge extended partition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242772#M62394</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;We will do this probably this or next week. I promise, I will let you know how we get on. &lt;BR /&gt;&lt;BR /&gt;Have a nice day and thank you again.</description>
      <pubDate>Wed, 06 Aug 2008 07:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/enlarge-extended-partition/m-p/4242772#M62394</guid>
      <dc:creator>fawrell</dc:creator>
      <dc:date>2008-08-06T07:03:03Z</dc:date>
    </item>
  </channel>
</rss>

