Mounting a folder shared from VMWare Workstation of Fusion Host inside a Fedora 30 through 33 Guest

Written by James McDonald

January 10, 2020

Inside the Fedora Guest

Install open-vm-tools

In the Virtual Machine Guest Settings

Enable shared folders

VMWare Workstation Pro on Fedora 33 – Shared Folders Settings
VMWare Fusion on MacOS – Shared Folder Settings

Reboot the guest after doing the above

Commands to run on the host

# see the shared folders available
[jmcd@localhost ~]$ vmware-hgfsclient
jmcd

# If you don't see the above. Shutdown the VM and configure
# the folder sharing from within VMWare Fusion for your
# host and that guest

# mounting the shared folder in the guest
cd 
mkdir ~/host
vmhgfs-fuse host/

# check you have the folder available
[jmcd@localhost ~]$ ls ~/host/
jmcd

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...

Ubuntu on Hyper-v

It boils town to installing linux-azure # as root or sudo apt-get update apt-get install linux-azure...