Skip to content
Discussion options

You must be logged in to vote

There are layers. You always need to work from the lowest layer upwards...
If you have increased the size of the device presented to the VM, it should show up in your VM at the device level. Try the command sudo blockdev --getsize64 /dev/sda to see the raw byte count. If it hasn't increased yet, try rescanning the SCSI bus using the command echo 1 | sudo tee /sys/class/block/sda/device/rescan.
If the new space is not yet used in a partition as shown in sudo parted /dev/sda print, increase the size of the last partition (in your case partition 3) with the command sudo growpart /dev/sda 3.
If sudo pvs still shows PV /dev/sda3 as your old size, you need to increase it with sudo pvresize /dev…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@loganterfehr
Comment options

@cm-ops
Comment options

@loganterfehr
Comment options

@petiepooo
Comment options

Answer selected by loganterfehr
@loganterfehr
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants