Computing Bee
Quick Tips, Tricks, & Guides
Pages
(Move to ...)
Home
▼
Wednesday, July 4, 2012
Resize Linux File System using (LVM)
To resize a linux partition on LVM volume that has a file system on it, run these commands.
#lvm
lvm> lvextend -L +40G /dev/mapper/system-var
lvm> quit
#resize2fs /dev/mapper/system-var
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment