手工挂载数据空间:
sudo mount -t vboxsf VBoxShare /home/jacktu/share/
让Ubuntu虚拟机自动挂载VirtualBox的数据空间:
在/etc/fstab文件中加入如下一行:
VBoxShare /home/jacktu/share vboxsf rw 0 0
其中第一列为数据空间的名字,第二列为要mount的路径,后面为mount的参数。
注意,要mount的目录应事先建立好。
手工挂载数据空间:
sudo mount -t vboxsf VBoxShare /home/jacktu/share/
让Ubuntu虚拟机自动挂载VirtualBox的数据空间:
在/etc/fstab文件中加入如下一行:
VBoxShare /home/jacktu/share vboxsf rw 0 0
其中第一列为数据空间的名字,第二列为要mount的路径,后面为mount的参数。
注意,要mount的目录应事先建立好。