As an IT enthusiast, I’ve long been (and still are!) a fan of the #RaspberryPi mini computers. My main Pi already runs multiple services like #PiHole, #Navidrome and #Jellyfin – which often pushes it near its limits. Well, recently I found myself wanting to add even more services to my local network. Unfortunately, my NAS can’t host Docker containers, so expanding compute power became necessary.
(more…)Tag: linux
-
Mount vmWare shared folder in Ubuntu guest
If you want to share files between a Windows Host and a Ubuntu Linux guest, the “shared folder” feature is really handy. Just enable it in the VM-Settings, install guest additions and … then wonder where this shows up in the VM. “They appear under /mnt/hgfs” I read everywhere.
Well, they do – as soon as you do a
sudo mount.vmhgfs .host:/ /mnt/hgfs/
It took me a couple of minutes to figure this out as all tutorials endet with “the folder appears” …
If it doesn’t work, maybe just rerunsudo vmware-config-tools.pl