lvm-story
once upon a time we randomly needed to add two new separate lvm logical volumes to a server
verify which devices we will work with
We need to create physical volumes on both of these buggers:
- /dev/sdb
- /dev/sdc
create a physical volume on the 20G and 400G LUNs
create a volume group on the 20G and 400G physical volumes
create a logical volume on the new volume groups
format each logical volume with ext4 filesystem
create mount points
configure mount points in /etc/fstab
verify fstab
verify new filesystems
Remarkbox
Comments