docs: update gofurther/virtiofs

This commit is contained in:
lukas 2023-05-29 09:19:35 +00:00
parent b76c391825
commit 5d9edc220c

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-05-29T09:17:27.685Z date: 2023-05-29T09:19:33.982Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2022-08-13T00:16:17.437Z 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 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`: * and then mounting all share available in `fstab`: