Created
April 26, 2023 16:08
-
-
Save 0xdeadbeer/3bd425aa763a9c932738980966a21ea7 to your computer and use it in GitHub Desktop.
Mount VirtioFS on Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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