我已经在 Virtual box 中安装了 Ubuntu 14.04 作为来宾操作系统,我的基本操作系统是 widnows8.1 Pro。我对 Ubuntu 操作系统比较陌生
当我尝试在主机操作系统和来宾操作系统之间共享文件时,我做了以下事情
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
Run Code Online (Sandbox Code Playgroud)
小智 9
显然有一个错误的符号链接。我有完全相同的问题,这解决了它。祝你好运。
sudo ln -s /opt/VBoxGuestAdditions-4.3.10/lib/VBoxGuestAdditions /usr/lib/VBoxGuestAdditions
Run Code Online (Sandbox Code Playgroud)
在这里找到解决方案:https : //forums.virtualbox.org/viewtopic.php?f=3&t=60921
归档时间: |
|
查看次数: |
35971 次 |
最近记录: |