The pvresize command can be used to grow an existing physical volume so long as you grow the parition on the underlying device.
- Use
fdisk -l /dev/sdc1
to find the start sector of the partition. - Delete existing partition and create a new partition with the same start sector.
- Use …