Mounting Shared Directories on Ubuntu Running on VMWare
June 3, 2017June 3, 2017|
lucaMounting Shared Directories on Ubuntu Running on VMWare|
0 Comment|
08:51
Tags: vmware
This post is mostly for myself 🙂 In some cases, couldn’t find out why, but shared directories fail to mount in VMWare on Linux. In these cases, this is the way to mount manually:
vmhgfs-fuse /mount/dir
No idea why, but it was pretty difficult to find out this online. Many other techniques were mentioned, but none worked.
Bye! 😉
Related Post

Building Generic Qt Apps for Linux in AppImage Format with GitLab CI
For one of my projects I had the need of building a Qt app based [...]Notes on Qt 6 with qzxing: “error C3861: ‘UINT32_C’: identifier not found”
I was asked to fix this error that appeared porting a Qt 5 app using [...]