Changes

Jump to navigation Jump to search
no edit summary
Line 26: Line 26:  
  /dev/pilaf/pilaf_raw          /Pilaf              ext4        rw,noatime    0 0
 
  /dev/pilaf/pilaf_raw          /Pilaf              ext4        rw,noatime    0 0
 
  /dev/pilaf/pilaf_converter    /PilafConverter      ext4        rw,noatime    0 0
 
  /dev/pilaf/pilaf_converter    /PilafConverter      ext4        rw,noatime    0 0
 +
 +
= Resize LVM Logical Volumes & Filesystems =
 +
* Unmount the Logical Volume
 +
/umount /PilafConverter
 +
* Extend the Logical Volume
 +
lvextend -L 4.5T /dev/pilaf/pilaf_converter
 +
* Extend the filesystem
 +
e2fsck -f /dev/pilaf/pilaf_converter
 +
resize2fs /dev/pilaf/pilaf_converter
 +
* Mount again
 +
mount /dev/pilaf/pilaf_converter /PilafConverter

Navigation menu