VirtualBox设置共享文件夹
Posted lmg6406
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了VirtualBox设置共享文件夹相关的知识,希望对你有一定的参考价值。
前提是已经正确安装增强工具,在安装增强工具时,没有faile的,全部done
1.添加共享文件夹(已经在lmg下创建过目录 /mnt/bdshare )
sudo mount -t vboxsf BaiduShare /home/lmg/mnt/bdshare
2.卸载
sudo umount -f /home/lmg/mnt/bdshare [没用过]
3.设置自动挂载
在文件 /etc/rc.local 中(用root用户)追加如下命令
mount -t vboxsf BaiduShare /home/lmg/mnt/bdshare
以上是关于VirtualBox设置共享文件夹的主要内容,如果未能解决你的问题,请参考以下文章
VirtualBox中linux虚拟机和主机间的共享文件设置