Skip to content

Instantly share code, notes, and snippets.

@mgax
Last active November 22, 2017 14:05
Show Gist options
  • Save mgax/7ba3cb15bf34cf9aad4f3bd8dcf1d9ce to your computer and use it in GitHub Desktop.
Save mgax/7ba3cb15bf34cf9aad4f3bd8dcf1d9ce to your computer and use it in GitHub Desktop.
mount hgfs in linux

debian jessie

/etc/apt/sources.list:

deb http://ftp.ro.debian.org/debian jessie-backports main

install open-vm-tools version 2:10.1.5-505

/etc/rc/local:

vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other,uid=1000,gid=1000

debian stretch

echo '.host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other,uid=1000,gid=1000,auto_unmount,defaults 0 0' >> /etc/fstab
apt install open-vm-tools fuse

source:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment