Setting up share in virtualbox guest


/ Published in: Bash
Save to your folder(s)

How to setup a share in a virtualbox guest - ubuntu server.


Copy this code and paste it in your HTML
  1. sudo apt-get install dkms virtualbox-guest-dkms
  2.  
  3. mkdir ~/host
  4.  
  5. sudo nano /etc/rc.local
  6.  
  7. ### Add the following line before exit.
  8. ######################################
  9. #
  10. # sudo mount -t vboxsf <vbox_share> /path/to/host/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.