From cda8ec089790d2ccaab7051bd07659d377df9a2e Mon Sep 17 00:00:00 2001 From: lukas Date: Mon, 29 May 2023 09:14:53 +0000 Subject: [PATCH] docs: update gofurther/virtiofs --- gofurther/virtiofs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gofurther/virtiofs.md b/gofurther/virtiofs.md index c200a26..d3aa897 100644 --- a/gofurther/virtiofs.md +++ b/gofurther/virtiofs.md @@ -2,7 +2,7 @@ title: Share a host directory with a guest using virtiofs description: published: true -date: 2023-05-29T09:14:33.306Z +date: 2023-05-29T09:14:51.426Z tags: editor: markdown dateCreated: 2022-08-13T00:16:17.437Z @@ -10,7 +10,7 @@ dateCreated: 2022-08-13T00:16:17.437Z # Sharing a directory between the host and the guest -## Virtio-fs in a nutschell +## Virtio-fs in a nutshell [Virtio-fs](https://virtio-fs.gitlab.io/), shorts for *Virtio shared FileSystem*, allows for a directory located on the host to be shared with a guest.