Skip to content

Instantly share code, notes, and snippets.

@cyklee
Created March 30, 2017 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cyklee/8d7a13f9eb8f84dae40bc0108cce9a65 to your computer and use it in GitHub Desktop.
Save cyklee/8d7a13f9eb8f84dae40bc0108cce9a65 to your computer and use it in GitHub Desktop.
Enable shared folders in /media in Manjaro Linux
su
systemctl enable vboxservice
systemctl start vboxservice
groupadd vboxsf
gpasswd -a $USER vboxsf
exit
sudo usermod -aG vboxsf $(whoami)
# Log off & log back in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment