We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-2563.
This message was autogenerated
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: