最近又在Virtualbox下面装 Ubuntu,在设置共享目录的时候出现了一个错误,百思不得其解。
Command: sudo mount -t vboxsf
Error:
mount: wrong fs type, bad option, bad superblock on /home/h0ward/share,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
上网搜了一圈,最后看到了靠谱的解释,说是 VirtualBox 4.3.10 r93012 里面有个小错误,vboxsf的链接存在问题。【参考:http://www.puppychau.com/archives/278】
最省事的解决方法就是升级VirtualBox然后升级Ubuntu里面的VBoxGuessAdditions。然后问题就搞定了.......