Created
December 10, 2019 09:35
-
-
Save hoodoer/10caa7627f4f97b80932040c214e1ff8 to your computer and use it in GitHub Desktop.
Mount VMWare Share in Debian
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/bin/vmhgfs-fuse .host:/ /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other | |
This seems to work too in fstab: | |
vmhgfs-fuse /mnt/hgfs fuse defaults,allow_other 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment