VirtualBox 共享文件夹设置
在ubuntu中执行
mkdir share_dir
新建文件夹,然后挂载
sudo mount -t vboxsf share share_dir
就可以把windows中的E:\share文件夹挂在为ubuntu中的share_dir文件夹,两个文件夹可以互通文件了。
在ubuntu中执行
mkdir share_dir
新建文件夹,然后挂载
sudo mount -t vboxsf share share_dir
就可以把windows中的E:\share文件夹挂在为ubuntu中的share_dir文件夹,两个文件夹可以互通文件了。