This video is part of a course titled Linux LVM Fundamentals using Ubuntu 18.04. Here is a link to the course: https://dev9.us/course/linux-lvm-fund...
Video objectives:
List the storage devices on your server
Clear existing partition tables from storage devices if necessary
Create a Volume Group (VG)
Display the details of a VG
Display the details of Physical Volumes (PV)
Commands used:
vgcreate mydata-vg /dev/sdb
fdisk /dev/sdc
vgs
vgdisplay -v
pvs
pvdisplay
lsblk