VirtualBox set up Ubuntu shared folders

1, the installation enhancements

2, set up a shared Windows folder

3, add the current user to vboxsf Group: sudo adduser username (needed to mount the username) vboxsf
4, create a mount folder (directory at random): sudo mkdir / mnt / Home / report this content share
5, mount: sudo mount -t vboxsf sheard / mnt / home / share (sheard is shared under windows file name)

Guess you like

Origin www.cnblogs.com/wangleicode/p/12037407.html