Skip to content

Instantly share code, notes, and snippets.

@mainnika
Created May 17, 2022 20:15
Show Gist options
  • Save mainnika/7698fb89b7d1e94e448fd8bdcd9f54fa to your computer and use it in GitHub Desktop.
Save mainnika/7698fb89b7d1e94e448fd8bdcd9f54fa to your computer and use it in GitHub Desktop.
virtfs systemd mounts
[Unit]
Description=Users Volume
[Mount]
What=Users
Where=/home
Type=9p
Options=trans=virtio
[Install]
WantedBy=multi-user.target
[Unit]
Description=Develop Volume
[Mount]
What=Develop
Where=/mnt/Develop
Type=9p
Options=trans=virtio
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment