![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SuSE SUSE Linux is a major operating system. The developer rights are owned by Novell, Inc. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| lvextend in solaris 10 | SmartAntz | SUN Solaris | 1 | 07-16-2009 05:13 AM |
| Help with resizing partitions | forte712 | Filesystems, Disks and Memory | 2 | 04-27-2009 08:53 PM |
| Resizing file | TRUEST | UNIX for Dummies Questions & Answers | 4 | 01-21-2004 05:24 AM |
| resizing slices | dangral | UNIX for Dummies Questions & Answers | 5 | 12-18-2002 03:14 PM |
| filesystems resizing | sshokunbi | UNIX for Advanced & Expert Users | 10 | 02-08-2002 02:21 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
lvextend on ext3 resizing
Hi all
IM very curious about one thing Im currently playing with a test server SLES x64 SP2, and I got to a serious issue which is really sorry for the word pissing me off. ![]() I created an pv, then vg and finaly some lv's which is fine. I mounted then and everything worked fine till.... my vg have some free unallocated space so I wanted to try out the offline resizing for ext3 lv. kernel 2.6.10 e2fsprogs 1.38 used 1. umount /tmp 2. lvexted -L50G /dev/vg00/lvol01 3. e2fsck -f /dev/vg00/lvol01 4. resize2fs /dev/vg00/lvol01 5. mount /dev/vg00/lvol01 /tmp The actuall problem is that by using df -h /tmp the size of the lv has increased, still the free space wasnt showed correctly as an example Before Size Used Aval. 5 GB 4.5 GB 0.5 GB After resize 55GB 54.5 GB 0.5 GB TO fix this issue I had simply to reboot the server which isnt very handy Just for an example I tried the same on my Workstation with Fedora12 BETA!!! just wow online resizing lvextend, resize2fs and thats all I read some articles that from e2fsprogs version 1.39 you are able to resize ext3 online still It cannot be true that I need to reboot the whole linux enteprise class server so the changes can take place. I also tried the tip with removing the Journaling option still the issue remains the same tune2fs -O ^has_journal and tune2fs -O has_journal I would be very thankfull for any tips or recommendation Have a nice day |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|