Kali Linux
杂记
共享文件夹
vmware-hgfsclient
vmhgfs-fuse .host:/share /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other
# 简化
vmhgfs-fuse .host:/share /mnt/hgfs
# 启动时绑定
cp fstab fstab_bak
echo ".host:/share /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0" >> fstab
mount -a