码迷,mamicode.com
首页 > 其他好文 > 详细

virtualbox sharefolder mount fail

时间:2014-11-28 19:50:05      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:io   ar   sp   for   on   log   bs   ad   ef   

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

标签:io   ar   sp   for   on   log   bs   ad   ef   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!