Advertisement
sytchenko

VirtualBox shared folder mount

Feb 16th, 2025
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Problem
  2. Mounted shared folder available only for root inside guest OS (Linux)
  3.  
  4. How to solve
  5. 1. Add user to vboxsf group:
  6. sudo usermod -aG vboxsf your_user_name
  7. 2. Reboot guest OS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement