canonical/multipass

Support mounting VHD drives

開放

#1,923 建立於 2021年1月17日

 (2 則留言) (0 個反應) (0 位負責人)C++ (634 個分叉)batch import
help wanted

倉庫指標

星標
 (6,956 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南