Jump to content

VirtioFS: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 October 2025

  • curprev 15:2515:25, 4 October 2025 Bachp talk contribs 696 bytes +144 No edit summary Tag: Visual edit
  • curprev 15:2315:23, 4 October 2025 Bachp talk contribs 552 bytes +552 Created page with "[https://virtio-fs.gitlab.io/ VirtioFS] is a filesystem that allows mounting host path inside a VM with minimal performance overhead. == Mounting == VirtioFS directories can be mounted directly in NixOS viar the standard fileSystems option. Assuming you setup a VirtioFS called VMShare in your VM manager, like libvirt, you can mount it by adding the following inside your VM. fileSystems."/mnt/VMShare" = { device = "VMShare"; fsType = "virtiofs";..." Tag: Visual edit: Switched