docs/explanation/driver.md
(explanation-driver)=
See also: How to set up the driver,
local.driver, Instance, Platform
A driver is the technology through which Multipass emulates a running machine. It corresponds to a hypervisor or intermediary technology to run virtual machines. The driver is sometimes also referred to as "backend".
Multipass relies on a driver to operate. It supports multiple drivers, but it runs with a single driver at a time. There is a Multipass setting to select the driver: local.driver.
On some platforms, it is possible to select a driver during installation. Until it is manually set, a platform-appropriate default driver is used.
Different sets of drivers are available on different platforms:
When Multipass is installed, the following drivers are selected by default:
In general, Multipass instances are tied to a single driver, with the {ref}explanation-driver-exceptions listed below. The set of instances that were launched with one driver are available only while that driver is in use.
When a new driver is selected, Multipass switches to a separate instance scope. There, the set of existing instances is empty to begin with. Users can launch instances with the same name in different drivers and changes to instances with one driver have no effect on the instances of another.
Nonetheless, instances are preserved across drivers. After switching back to a previously-used driver, Multipass restores the corresponding instance scope. It attempts to restore the state instances were in just before the switch and users can interact with them just as before.
(explanation-driver-exceptions)=
There are two exceptions to the above:
(driver-feature-disparities)=
While we strive to offer a uniform interface across the board, not all features are available on all backends and there are some behaviour differences:
| Feature | Only supported on... | Notes |
|---|---|---|
| Native mounts | <ul><li>Hyper-V</li><li>QEMU</li></ul> | This affects the --type option in the mount command). |
There are also feature disparities depending on the host platform. See [Platform](/explanation/platform) for more details.