共享文件夹路径:为windows的共享文件夹路径;
共享文件夹名称:为共享文件夹的名称;
挂载点:Ubuntu虚拟机共享文件夹路径;
挂在共享文件夹命令:
mount -t 【windows共享文件夹名 】【虚拟机共享文件夹名】
mount -t vboxsf tempfolder /mnt/Share
挂在共享文件夹时出现 /sbin/mount.vboxsf:mounting failed with the error:No such device,这时候需要安装VirtualBox Guest Additions以支持该功能.
解决方案:
cd /opt/VBoxGuestAdditions-*/init
sudo ./vboxadd setup