Skip to content

Instantly share code, notes, and snippets.

@frankmanzhu
Created March 17, 2017 06:45
Show Gist options
  • Save frankmanzhu/7dbeef76ea8f49dce2107f2995a8da99 to your computer and use it in GitHub Desktop.
Save frankmanzhu/7dbeef76ea8f49dce2107f2995a8da99 to your computer and use it in GitHub Desktop.
Share Dir VBox
Share it first as auto mount
sudo usermod -G vboxsf -a frank
restart
sudo mount -t vboxsf -o uid=$UID,gid=$(id -g) AlertPublishedFolder /t3Data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment