Virtualbox Ubuntu Guest共享数据空间

Published at 6 months ago

sudo mkdir /media/windows-share sudo mount -t vboxsf folder-name /media/windows-share You could use the /etc/init.d/rc.local script to execute these commands on startup to have the shared folders automatically mounted every time you start your Ubuntu VirtualBox.

#Ubuntu, #Virtualbox

@http://zfben.com/blog/Virtualbox Ubuntu Guest共享数据空间