--- title: Share a host directory with a guest using virtiofs description: published: true date: 2022-08-13T00:16:17.437Z tags: editor: markdown dateCreated: 2022-08-13T00:16:17.437Z --- # virtio-fs *to-be done* * Memory backing needs to be added: ``` [...] [...] ``` * Then a a directory can be shared using the following definition: ``` [...] [...] # Host directory to be shared with the guest # Directory on the guest [...] [...] ```