virtual box 与windows共享文件夹

挂载共享文件夹
sudo mkdir /mnt/sharefile
sudo mount -t vboxsf share /mnt/sharefile
其中"share"是之前创建的共享文件夹的名字。访问的话直接打开我的电脑中/mnt/路径即可。
当然这些得基于你已经成功的安装增强工具包

你可能感兴趣的:(virtual box 与windows共享文件夹)