@@ -8,7 +8,7 @@ The default mount type is shown in the following table:
88| ---------------- | ----------------------------------- |
99| < 0.10 | reverse-sshfs + Builtin SFTP server |
1010| >= 0.10 | reverse-sshfs + OpenSSH SFTP server |
11- | >= 1.0 (Planned) | 9p |
11+ | >= 1.0 (Planned) | 9p for QEMU, virtiofs for VZ |
1212
1313## Mount types
1414
@@ -49,6 +49,9 @@ Lima prior to v0.10 had used "builtin" as the SFTP driver.
4949- A compromised `sshfs` process in the guest may have an access to unexposed host directories.
5050
5151# ## 9p
52+ > **Warning**
53+ > "9p" mode is experimental
54+
5255The "9p" mount type is implemented by using QEMU's virtio-9p-pci devices.
5356virtio-9p-pci is also known as "virtfs", but note that this is unrelated to [virtio-fs](https://virtio-fs.gitlab.io/).
5457
@@ -81,6 +84,12 @@ The "9p" mount type requires Lima v0.10.0 or later.
8184- The "9p" mount type is known to be incompatible with CentOS, Rocky Linux, and AlmaLinux as their kernel do not support `CONFIG_NET_9P_VIRTIO`.
8285
8386# ## virtiofs
87+ > **Warning**
88+ > "virtiofs" mode is experimental
89+
90+ | :zap : Requirement | Lima >= 0.14, macOS >= 13.0 |
91+ |-------------------|-----------------------------|
92+
8493The "virtiofs" mount type is implemented by using apple Virtualization.Framework shared directory (uses virtio-fs) device.
8594Linux guest kernel must enable the CONFIG_VIRTIO_FS support for this support.
8695
@@ -92,7 +101,5 @@ mounts:
92101- location: "~"
93102` ` `
94103
95- The "vz" mount type requires Lima v0.14.0 or later.
96-
97104# ### Caveats
98- - The "virtiofs" mount type is supported only on macOS 13 or above with `vmType : vz` config.
105+ - The "virtiofs" mount type is supported only on macOS 13 or above with `vmType : vz` config. See also [`vmtype.md`](./vmtype.md).
0 commit comments