docs: update gofurther/virtiofs

This commit is contained in:
lukas 2023-01-24 16:49:39 +00:00
parent 78aa670ac2
commit e64e177922

View File

@ -2,7 +2,7 @@
title: Share a host directory with a guest using virtiofs title: Share a host directory with a guest using virtiofs
description: description:
published: true published: true
date: 2023-01-24T16:27:16.582Z date: 2023-01-24T16:49:37.566Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2022-08-13T00:16:17.437Z dateCreated: 2022-08-13T00:16:17.437Z
@ -13,10 +13,12 @@ dateCreated: 2022-08-13T00:16:17.437Z
> *As of January 2023, virtio-fs is only available for virtual machines managed by the system libvirt instance (`qemu:///system`)* > *As of January 2023, virtio-fs is only available for virtual machines managed by the system libvirt instance (`qemu:///system`)*
{.is-info} {.is-info}
> *As of January 2023, virtio-fs does not feature a read-only mode. Do not share a host directory with a untrusted guest*. > *As of January 2023, virtio-fs does not feature a read-only mode. Do not share a host directory with an untrusted guest*.
{.is-warning} {.is-warning}
[Virtio-fs](https://virtio-fs.gitlab.io/), shorts for virtio shared filesystem, allows you to share a directory located on the host with a guest. It is designed to be fast and optimized for local usage, when the host and the guest are located on the same physical machine. [Virtio-fs](https://virtio-fs.gitlab.io/), shorts for virtio shared filesystem, allows you to share a directory located on the host with a guest.
It is designed to be fast and optimized for local usage, when the host and the guest are located on the same physical machine.
## The guest ## The guest
@ -63,4 +65,5 @@ dateCreated: 2022-08-13T00:16:17.437Z
* Official website: https://virtio-fs.gitlab.io/index.html#status * Official website: https://virtio-fs.gitlab.io/index.html#status
* In the context of a Windows guest: https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/VirtIO-FS:-Shared-file-system * In the context of a Windows guest: https://github.com/virtio-win/kvm-guest-drivers-windows/wiki/VirtIO-FS:-Shared-file-system
* https://wiki.archlinux.org/title/Libvirt#Sharing_data_between_host_and_guest