Following the example here:
config.vm.disk :disk, size: "100GB", primary: true
When I ssh into my box and lsblk -l
my boot partition on sda1
is 10GB and the drive sda
is 100GB - what do I need to do to make vagrant expose the whole disk for sda1?