使用vmware体验时,共享目录挂载看不到解决方法
$ lsblk
sr0 11:0 1 55.9M 0 rom
$ mount /dev/sr0 /media
$ cp /media/jibill/VMware\ Tools/VMwareTools-10.3.10-13959562.tar.gz ~/
$ cd
$ tar xf VMwareTools-10.3.10-13959562.tar.gz
$ cd vmware-tools-distrib/
$ ./vmware-install.pl
sudo mount -t fuse.vmhgfs-fuse .host:/Document /mnt/hgfs -o allow_other
Document是你设置的共享目录的名称
umount /mnt/hdfs
$ vi /etc/fstab:
#在最后添加一行:
.host:/Document /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0