The centos7 vmware virtual machine using a shared folder on win10

Configured on a virtual machine shared folder and install vmwaretools not say here, there are many online,
but the final step, many are deceptive,
after I configured the View command can be mounted through the folder
[root@localhost hgfs]# vmware-hgfsclient <br/>vmshare<br/>
and then mount that is
the final step is vmhgfs-fuse .host:/ /mnt/hgfs
and not mount -t vmhgfs .host:/ /mnt/hgfs
me that is the final step in the tank for a long time

[root@localhost ~]# df -h 
Filesystem               Size  Used Avail Use% Mounted on
/dev/mapper/centos-root   17G  1.8G   16G  11% /
devtmpfs                 899M     0  899M   0% /dev
tmpfs                    911M     0  911M   0% /dev/shm
tmpfs                    911M  9.5M  902M   2% /run
tmpfs                    911M     0  911M   0% /sys/fs/cgroup
/dev/sda1               1014M  145M  870M  15% /boot
tmpfs                    183M     0  183M   0% /run/user/0
[root@localhost ~]# cd /mnt/hgfs/
[root@localhost hgfs]# ls
[root@localhost hgfs]# vmhgfs-fuse .host:/ /mnt/hgfs
[root@localhost hgfs]# ls
[root@localhost hgfs]# cd ..
[root@localhost mnt]# df -h 
Filesystem               Size  Used Avail Use% Mounted on
/dev/mapper/centos-root   17G  1.8G   16G  11% /
devtmpfs                 899M     0  899M   0% /dev
tmpfs                    911M     0  911M   0% /dev/shm
tmpfs                    911M  9.5M  902M   2% /run
tmpfs                    911M     0  911M   0% /sys/fs/cgroup
/dev/sda1               1014M  145M  870M  15% /boot
tmpfs                    183M     0  183M   0% /run/user/0
vmhgfs-fuse              238G   78G  161G  33% /mnt/hgfs

Guess you like

Origin blog.51cto.com/853056088/2422173
Recommended