1 在 VirtualBox 的主机(即 Linux 系统中)执行下列命令:
VBoxManage sharedfolder add "VM name" -name "sharename" -hostpath "test"
2 安装虚拟电脑辅助工具包
a. win下不用多话,双击即可
b. linux下,
mount /mnt/cdrom 挂载VBoxLinuxAddition
cd !$ 进入目录
./VBoxLinuxAdditions.run 安装
3 重启!(我尝试了很多次,发现重启一下就好使了)。
在虚拟机里mount -t vboxsf “真机共享文件夹名” “虚拟机挂载点”。
OK!!!!!!