21 February 2017

Virtual Box | Windows Host & Ubuntu Guest | Shared Folder

Follows this steps to create a shared folder between windows host and ubuntu guest

  • Create shared folder at Vbox -> settings -> Shared Folders -> plus button -> specify path 
  • Go to your ubuntu guest create new folder somewhere: sudo mkdir newFolder
  • Mount your shared folder to the new folder you just created sudo mount -t vboxsf sharedFolder newFolder change shared folder with the folder you specified in Virtual box settings

No comments:

Post a Comment