Attaching Your Block Volume

Now that you've connected to your instance, we need to get your Block Volume attached via PowerShell, so we can actually access that additional disk space.

sudo mkdir /mnt/minecraft

sudo mount -a

Last updated