我是linux的新手.我在Window 7上的虚拟机中安装了Fedora 16 OS作为访客.现在,我想从Fedora访问共享文件夹.这是我做的事情:
D:\share_folder_vm在fedora的终端程序中,我只运行一些命令:
[hoangphi@localhost ~]$ su
Password:
[root@localhost hoangphi]# cd Desktop/
[root@localhost Desktop]# mkdir share_folder
[root@localhost Desktop]# sudo mount -t vboxsf D:\share_folder_vm \share_folder
/sbin/mount.vboxsf: mounting failed with the error: Protocol error
[root@localhost Desktop]#
Run Code Online (Sandbox Code Playgroud)我收到了这条消息: /sbin/mount.vboxsf: mounting failed with the error: Protocol error
share_folder_vm是Win7主机share_folder中的文件夹,是Fedora Guest中的文件夹.
我的问题:我该如何解决这个问题?