Skip to content

Instantly share code, notes, and snippets.

@sunscan
sunscan / etc.fstab
Last active December 29, 2017 16:34 — forked from vadviktor/etc.fstab
Kali guest VMware shared folders using open-vm-tools package and vmhgfs-fuse
# apt install fuse open-vm-tools open-vm-tools-desktop
# use /usr/bin/vmware-hgfsclient for display shared folders
# as root (uid/gid 0):
.host:/vmshared /mnt/vmshared fuse.vmhgfs-fuse allow_root,uid=0,gid=0,auto_unmount,defaults 0 0
# as user (uid/gid 1000):
.host:/vmshared /mnt/vmshared fuse.vmhgfs-fuse user,uid=1000,gid=1000,auto_unmount,defaults 0 0