我已经在Virtualbox 4.3中安装了Ubuntu 13.10。主机是Windows。 我有几个由/ etc / fstab挂载的Virtualbox共享文件夹。直到最近,此设置仍能正常工作,但是从Ubuntu 13.04和Virtualbox 4.2升级(基本上同时)后,fstab挂载停止工作。在启动过程中出现以下错误: An error occurred while mounting /home/benme/Documents. keys:Press S to skip mounting or M for manual recovery 按M进行手动恢复,然后尝试手动挂载也会失败: root@benme-vb:~# cd /home/benme root@benme-vb:/home/benme# mount Documents /sbin/mount.vboxsf: mounting failed with the error: No such device 但是,如果我改为在引导过程中跳过安装,请等待Unity启动,然后在外壳中手动安装,一切正常: benme-vb ~ % ls Documents benme-vb ~ % …