Skip to content

Instantly share code, notes, and snippets.

@0xdeadbeer
Created April 26, 2023 16:08
Show Gist options
  • Save 0xdeadbeer/3bd425aa763a9c932738980966a21ea7 to your computer and use it in GitHub Desktop.
Save 0xdeadbeer/3bd425aa763a9c932738980966a21ea7 to your computer and use it in GitHub Desktop.
Mount VirtioFS on Linux
#!/bin/sh
# scripted by: @0xdeadbeer
# parameters: ./vfs-mount.sh [mount_tag] [mount_path]
mount -t virtiofs $1 $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment