共享文件夹有几步操作:
设置共享文件夹,设置共享之前把虚拟机关闭(这点很重要)
去VMWare中,VM->Settings:
默认的文件共享:Options->Shared Folders:Always Enabled:
然后再去添加文件夹:Add Shared Folder,这里要设置共享文件夹的目录和名称(暂且叫shared)
最后一步是启用共享:Enable this share
打开虚拟机,检测我们共享模块是否安装:
cd /mnt [[email protected] www]# cd /mnt [[email protected] mnt]# ll total 5 dr-xr-xr-x. 1 root root 4192 Apr 8 18:13 hgfs
看到有hgfs文件夹,我们共享的文件夹正学的话,都应该在这个目录下,如果目录下没有我们设置的共享文件夹,再次运行命令:
[[email protected] mnt]# modprobe vmhgfs
如果返回
FATAL: Module vmhgfs not found.
那需要重新安装vmware tools
vm->reinstall vmware tools
最后再运行pl脚本即可
ubuntu系统 sudo vmware-config-tools.pl centos vmware-config-tools.pl
最后我们来看一下效果
[[email protected] mnt]# cd hgfs/ [[email protected] hgfs]# ll total 0 drwxrwxrwx. 1 root root 0 Apr 8 18:06 shared
时间: 2024-11-09 01:15:51