我尝试在虚拟机内的lubuntu13.10中挂载时提示如下信息:
代码: 全选
mount: wrong fs type, bad option, bad superblock on vboxShare,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so
代码: 全选
[ 136.399061] sf_read_super_aux err=-22
尝试添重新添加共享目录
提示:BrokenSharedFolder错误
搜索BrokenSharedFolder之后就说新版本不通过mount读写共享文件夹了.(http://blog.csdn.net/jinzhuojun/article/details/6683082)
网上搜索有说/usr/sbin/mount.vboxsf 可以正常工作,但我并没有找到这个文件.(https://forums.virtualbox.org/viewtopic.php?t=8639)
搜索 sf_read_super_aux err 22有说这是BUG(英文不是很好,貌似是这个意思),更换客户机附件版本就能解决.(https://www.virtualbox.org/ticket/9307)
网上搜索发现也有人说"apt-get install nfs-common"能够解决问题,但我尝试之后没有效果(http://blog.163.com/zhaogan1986@126/blo ... 716510222/)
那我该如何手工挂载共享文件夹?难道只能重启客户机来自动挂载?