add a new disk to LVM | Unixmen
www.unixmen.com › add-a-new-disk-to-lvmAdd new physical disk. Boot. # pvscan This will show you the current physical volumes. # fdisk /dev/sdb Add the disk to your machine as a primary partition. Partition type: “ 8e (LVM)”. # pvcreate /dev/sdb1 This creates a new physical LVM volume on our new disk. # vgextend VolGroup00 /dev/sdb1 Add ...