From 5d9edc220c023d3437d0be8d9897ef474102164a Mon Sep 17 00:00:00 2001 From: lukas Date: Mon, 29 May 2023 09:19:35 +0000 Subject: [PATCH] docs: update gofurther/virtiofs --- gofurther/virtiofs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gofurther/virtiofs.md b/gofurther/virtiofs.md index a853fcf..e41813f 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:17:27.685Z +date: 2023-05-29T09:19:33.982Z tags: editor: markdown dateCreated: 2022-08-13T00:16:17.437Z @@ -73,10 +73,10 @@ Just as with other `virtio` devices, `virtio-fs` requires specialized drivers to share /mnt/ virtiofs rw,noatime,_netdev 0 2 ``` -* Make sure it works before rebooting the guest virtual machine, by un-mounting the share +* Make sure it works before rebooting the guest virtual machine, by unmounting the share and reloading the `systemd` daemon` ``` -# umount /mnt/ +# umount /mnt/ && systemctl daemon-reload ``` * and then mounting all share available in `fstab`: