方法一(重启会失效)
vmware-hgfsclient
sudo apt-get install open-vm-tools
sudo vmhgfs-fuse .host:/ /mnt/hgfs -o nonempty -o allow_other
方法2(永久) 执行 sudo vi /etc/fstab 然后在文件的末尾插入
.host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0
方法一(重启会失效)
vmware-hgfsclient
sudo apt-get install open-vm-tools
sudo vmhgfs-fuse .host:/ /mnt/hgfs -o nonempty -o allow_other
方法2(永久) 执行 sudo vi /etc/fstab 然后在文件的末尾插入
.host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0