请问 VirtualBox内Linux系统怎样与Windows共享文件夹
您好,我的共享文件夹建在windows桌面上,名称是share,已经安装了增强工具,共享粘贴板和拖放也已经打开,但是还是无法实现文件的拖放。但是在root执行 mkdir /mnt/shareV 和 mount -t vboxsf share /mnt/shareV 命令会显示出以下错误。
程序代码:
mount: wrong fs type, bad option, bad superblock on share, 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
在查找相关资料后在 root 下执行 yum install nfs-utils 后还是出现该错误,虚拟机内也未出现共享文件夹。弄了好几天也搜索了很多相关问题也还是没解决,请大家帮我看一下,感激不尽。
ps:因为是新人所以不知道还有什么相关信息需要说明,如果还需要其他信息我会补充的,谢谢。