vmware centos共享文件夹
Posted newmiracle宇宙
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vmware centos共享文件夹相关的知识,希望对你有一定的参考价值。
vmware centos共享文件夹
查看VMware Tools 是否安装成功
<pre>
vmware-hgfsclient
</pre>
出现共享文件夹
<pre>
mkdir /mnt/hgfs
su
/usr/bin/vmhgfs-fuse .host:/ /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other
cd /mnt/hgfs
ls
</pre>
以上是关于vmware centos共享文件夹的主要内容,如果未能解决你的问题,请参考以下文章
centos 安装 vmware-tool 实现与宿主机共享文件夹