Guest User

Untitled

a guest
May 24th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. # Install VirtualBox Guest Additions
  2. sudo apt-get install virtualbox-guest-dkms
  3.  
  4. # Check Shared Folders
  5. sudo VBoxControl sharedfolder list
  6.  
  7.  
  8. # Assuming apps is your share and work is the folder you want it to mount to
  9. mkdir ~/work
  10. sudo mount -t vboxsf apps ~/work
Add Comment
Please, Sign In to add comment