Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

1
  • For people finding this answer in the future, most of what your answer is dong is getting the folder to mount itself on bootup by editing the rc files. This is unnecessarily complicated. The line "sudo mount -t fuse.vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other" is where all of the magic happens. Because it's a complicated command, I recommend to the average user to make it an alias that you can either run yourself, or put into ~.bashrc which will run when you launch your shell, effectively auto-mounting it. In general, you shouldn't mess with rc files in /etc. Glad it works for you though. Commented Jun 28, 2020 at 20:39