首页 > 其他 > 详细

virtualbox sharefolder mount fail

时间:2014-11-28 19:48:07      阅读:473      评论:0      收藏:0      [点我收藏+]

ubuntu 14.04.1 LTS 64bit

安装完GuestAdditions后,在终端输入

sudo mount -t vboxsf sharename /mnt/share

提示错误:
mount: wrong fs type, bad option, bad superblock on sharename,
       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

ll /sbin/mount.vboxsf

看到 mount.vboxsf 是一个符号链接,是红色

sudo find / -name mount.vboxsf

在下面位置找到

/opt/VBoxGuestAdditions-4.3.10/lib/VBoxGuestAdditions/mount.vboxsf*

在/sbin/ 下面重新建立符号链接,再次mount,成功

virtualbox sharefolder mount fail

原文:http://www.cnblogs.com/elodio/p/virtualbox_sharefolder_mount_fail.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!