Difference between revisions of "Resize a logical volume"

From MyWiki
Jump to: navigation, search
(Created page with "Example 1: add 10GB to "/" (root) partition<br> Add 10GB to "root" volume: <br> lvresize -L +10G /dev/VolGroup00/root<br> Resize the filesystem that resides on that volume:<br...")
 
(No difference)

Latest revision as of 14:38, 14 September 2015

Example 1: add 10GB to "/" (root) partition
Add 10GB to "root" volume:
lvresize -L +10G /dev/VolGroup00/root
Resize the filesystem that resides on that volume:
resize2fs /dev/VolGroup00/root