开发配置:
- Ubuntu 16.04
- VirtualBox 5.1.30
1.问题
按照网上步骤,首先设置VirtualBox的共享文件夹,然后输入
sudo mount -t vboxsf gongxiang /mnt/shared/
然后报错:
mount: wrong fs type, bad option, bad superblock on share,
missing codepage or helper program, or other e
In some cases useful info is found in syslog - try
dmesg | tail or so.
原因:未安装virtualbox-guest-utils
安装后就挂载成功了!
apt-get install virtualbox-guest-utils
本文介绍了如何解决在Ubuntu16.04中使用VirtualBox5.1.30版本时遇到的共享文件夹挂载失败的问题。通过安装virtualbox-guest-utils包实现了成功挂载。
2180

被折叠的 条评论
为什么被折叠?



