Open lengau opened 8 months ago
Multipass offers native mounts on the hyperv, qemu and lxd drivers. These are the default drivers on all supported platforms.
If Multipass uses one of these drivers (multipass get local.driver), mounting should set --type native.
multipass get local.driver
--type native
The default (classic mounting) uses sshfs, which can be slow. Native mounts use 9p or cifs, which are significantly faster.
classic
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-2563.
This message was autogenerated
What needs to get done
Multipass offers native mounts on the hyperv, qemu and lxd drivers. These are the default drivers on all supported platforms.
If Multipass uses one of these drivers (
multipass get local.driver
), mounting should set--type native
.Why it needs to get done
The default (
classic
mounting) uses sshfs, which can be slow. Native mounts use 9p or cifs, which are significantly faster.