Skip to content

Instantly share code, notes, and snippets.

@piraveen
Created October 27, 2021 11:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piraveen/6e742dbd207616886973597a914acc2e to your computer and use it in GitHub Desktop.
Save piraveen/6e742dbd207616886973597a914acc2e to your computer and use it in GitHub Desktop.

Tested only for Debian/Ubuntu

Prerequisites

  • Requires "sudo" or "root" privileges
  • UNRAID_MOUNT_TAG_NAME => defined on the UNRAID VM settings
  • /PATH/TO/MOUNT/FOLDER => should be created on the VM if it doesn't exist

Steps

  1. Add the mount path to the "/etc/fstab"
UNRAID_MOUNT_TAG_NAME	/PATH/TO/MOUNT/FOLDER	9p	trans=virtio,_netdev,rw		0	0
  1. Run sudo mount -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment