看过官方 Wiki
https://wiki.archlinux.org/index.php/Installing_Arch_Linux_in_VMware#Shared_Folders_with_the_Host
Add the following rule to /etc/fstab (adjust the uid/gid where needed) for each shared folder:
.host:/shared_folder /mnt/shared vmhgfs defaults,user,ttl=5,uid=root,gid=root,fmask=0133,dmask=0022 0 0
我如何在 VMware Workstation 8 下如何正确书写 {.host:/shared_folder} 呢
https://wiki.archlinux.org/index.php/Installing_Arch_Linux_in_VMware#Shared_Folders_with_the_Host
Add the following rule to /etc/fstab (adjust the uid/gid where needed) for each shared folder:
.host:/shared_folder /mnt/shared vmhgfs defaults,user,ttl=5,uid=root,gid=root,fmask=0133,dmask=0022 0 0
我如何在 VMware Workstation 8 下如何正确书写 {.host:/shared_folder} 呢