VMware虚拟机共享文件不显示怎么破

it2024-10-15  33

转载于https://www.cnblogs.com/qinshengfei/p/12623471.html

第一次建共享文件成功,第二天就不显示了。然后打了如下这一行命令就成功显示出来 文件夹和它下面的三个txt文件:

[root@localhost ~]# vmhgfs-fuse .host:/ /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other [root@localhost ~]# cd /root/mnt/hgfs bash: cd: /root/mnt/hgfs: 没有那个文件或目录 [root@localhost ~]# cd /mnt/hgfs [root@localhost hgfs]# cd /mnt/hgfs/VMshare [root@localhost VMshare]# ll 总用量 2 -rwxrwxrwx. 1 root root 5 1021 09:51 1.txt -rwxrwxrwx. 1 root root 15 1021 09:47 abc.txt -rwxrwxrwx. 1 root root 22 1019 22:37 linux.txt [root@localhost VMshare]#
最新回复(0)