1. 程式人生 > >VMware 共享目錄不顯示的解決辦法

VMware 共享目錄不顯示的解決辦法

centos

mount -t vmhgfs .host:/  /mnt/hgfs

# 如果有如下提示:
# Error: cannot mount filesystem: No such device

#則

yum install open-vm-tools-devel -y
#有的源的名字並不一定為open-vm-tools-devel(centos) ,而是open-vm-dkms(unbuntu)執行:
vmhgfs-fuse .host:/ /mnt/hgfs