Sample fdisk -l fdisk /dev/sdb root@Mega:~# fdisk /dev/sdb Command (m for help): n Command action e extended p primary partition (1-4) p Partition number (1-4): 1 First cylinder (1-2610, default 1): "enter" Using default value 1 Last cylinder, +cylinders or +size{K,M,G} (1-2610, default 2610): "enter" Using default value 2610 Command (m for help): t Selected partition 1 Hex code (type L to list codes): 8e Changed system type of partition 1 to 8e (Linux LVM) Command (m for help): w The partition table has been altered! Calling ioctl() to re-read partition table. Syncing disks. root@Mega:~# pvcreate /dev/sdb1 Physical volume "/dev/sdb1" successfully created root@Mega:~# vgdisplay --- Volume group --- VG Name Mega VG Size 19.76 GiB root@Mega:~# vgextend Mega /dev/sdb1 Volume group "Mega" successfully extended root@Mega:~# pvscan PV /dev/sda5 VG Mega lvm2 [19.76 GiB / 0 free] PV /dev/sd...