Results 1 to 5 of 5
Hi!
I do this command:
sudo /usr/sbin/lvextend -L +2G /dev/VolGroup00/LogVol00
and my Logical volume (LogVol00) are successfully resized but i would like to make a rollback because i don't like ...
- 09-21-2009 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 48
rollback to command "lvextend"
Hi!
I do this command:
sudo /usr/sbin/lvextend -L +2G /dev/VolGroup00/LogVol00
and my Logical volume (LogVol00) are successfully resized but i would like to make a rollback because i don't like to extendend this Volum Group. Is it possible??
(i don't make this command: sudo resize2fs /dev/VolGroup00/LogVol00)
- 09-21-2009 #2
Check out lvreduce.
info lvreduce
or
info lvresize
- 09-21-2009 #3Just Joined!
- Join Date
- Oct 2008
- Posts
- 48
this is the correct command for my rollback:
sudo /usr/sbin/lvreduce -L -2G /dev/VolGroup00/LogVol00
???
- 09-22-2009 #4
Looks right but honestly I don't know I got the commands by looking up the lvextend info and checking the reference to other related function at the bottom of the file. I myself have never actually done it.
- 09-22-2009 #5Just Joined!
- Join Date
- Oct 2008
- Posts
- 48
ok thank you!


Reply With Quote