canonical/multipass

Support mounting VHD drives

Open

#1,923 opened on 2021年1月17日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)C++ (634 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (6,956 stars)
PR merge metrics
 (平均マージ 16d 2h) (30d で 50 merged PRs)

説明

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.

コントリビューターガイド