我在 Virtual Box 中安装了 Ubuntu 14.04 作为客户操作系统,我的基础操作系统是 widnows8.1 Pro。我对 Ubuntu 操作系统还比较陌生
当我尝试在主机操作系统和客户操作系统之间共享文件时,我做了以下事情
- 我已经安装了 Guest Additions
- 之后,我将共享文件夹和给定名称设置为“Ubuntu-shared”
- 之后我发出了命令
sudo mount -t vboxsf UbuntuShared /media/UbuntuShared
我收到以下错误
[sudo] password for sudhakar:
mount: wrong fs type, bad option, bad superblock on UbuntuShared,
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
sudhakar@sudhakar-VirtualBox:~$ dmesg | tail
[ 27.609673] intel8x0: measured clock 125841 rejected
[ 27.968145] intel8x0_measure_ac97_clock: measured 55818 usecs (7680 samples)
[ 27.968145] intel8x0: measured clock 137590 rejected
[ 27.968145] intel8x0: clocking to 48000
[ 29.853093] init: udev-fallback-graphics main process (913) terminated with status 1
[ 30.848121] init: plymouth-splash main process (996) terminated with status 1
[ 33.188179] vboxsf: Successfully loaded version 4.3.10 (interface 0x00010004)
[ 34.944719] init: plymouth-stop pre-start process (1217) terminated with status 1
[ 753.448878] hrtimer: interrupt took 19272977 ns
[ 1102.388151] sf_read_super_aux err=-22
答案1
显然存在一个错误的符号链接。我遇到了完全相同的问题,这个解决了它。祝你好运。
sudo ln -s /opt/VBoxGuestAdditions-4.3.10/lib/VBoxGuestAdditions /usr/lib/VBoxGuestAdditions
在这里找到解决方案:https://forums.virtualbox.org/viewtopic.php?f=3&t=60921