docs: update gofurther/virtiofs

This commit is contained in:
lukas 2023-05-29 09:20:07 +00:00
parent 5d9edc220c
commit 1b3b3aa8e6

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:19:33.982Z date: 2023-05-29T09:20:05.658Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2022-08-13T00:16:17.437Z dateCreated: 2022-08-13T00:16:17.437Z
@ -82,7 +82,7 @@ share /mnt/ virtiofs rw,noatime,_netdev 0 2
* and then mounting all share available in `fstab`: * and then mounting all share available in `fstab`:
``` ```
# mount all # mount -all
``` ```
## Resources ## Resources