5

I've just been trying out Multipass and can see great value in using it for training and testing. Unfortunately with the small SSD I use as the root volume in my server it quickly ran out of space.

I can't seem to locate the path where the disks are stored and it doesn't appear to be configurable. Is there a nice way to use a custom path for VM storage and image storage?

1 Answers1

4

It's currently supported through the MULTIPASS_STORAGE environment variable. How to set it up for various systems is documented here.

You will need to start from scratch, or migrate the data on your own. An alternative approach using symbolic links is described here.

musicformellons
  • 127
  • 1
  • 8
Saviq
  • 91