canonical/multipass

Support mounting VHD drives

Aperta

#1923 aperta il 17 gen 2021

 (2 commenti) (0 reazioni) (0 assegnatari)C++ (634 fork)batch import
help wanted

Metriche repository

Star
 (6956 stelle)
Metriche merge PR
 (Merge medio 16g 2h) (50 PR mergiate in 30 g)

Descrizione

What are you trying to do? Most of the hypervisors we support (hyperkit, VirtualBox etc.) support mounting VHD drives(I am not talking about directories, I am talking about virtual hard disk files).

It would be great if we had a command like multipass mountdisk.

What's your proposed solution? If on hyperkit, add the volume to mount when executing the hyperkit command.

If on Virtualbox, add the volume using VboxManage

Additional context

Challenges

  • The instance needs to be restarted
  • Some hypervisors may not support mounting VHD files, I am not sure about them.

Guida contributor