Thursday, May 16, 2024

No /mnt/hgfs in Ubuntu guest under VMWare Fusion

Title: VMware Shared Folder Not Appearing in Ubuntu Guest OS

Description:

I'm having trouble accessing a shared folder from my Windows host machine on my Ubuntu guest OS running in VMware. I've confirmed the following:

  • VMware Tools are installed correctly on the Ubuntu guest.
  • Shared folders are enabled in the VMware settings (VM -> Settings -> Options -> Shared Folders).
  • The desired folder on the Windows host is properly configured for sharing.

Despite this, the shared folder (/mnt/hgfs by default) is not appearing in the Ubuntu guest.

Possible Causes:

  • Missing hgfs mount: The Ubuntu guest might not be automatically mounting the shared folder.
  • Incorrect mount options: The shared folder might require specific options for mounting (e.g., allow_other).
  • Firewall restrictions: Firewalls on either the host or guest OS could be blocking access.

Question:

Can anyone advise on what other troubleshooting steps I can take to identify and resolve the issue of the shared folder not appearing in the Ubuntu guest OS?

Additional Information:

  • Ubuntu version (e.g., 20.04 LTS)
  • VMware Workstation/Player version
  • Any error messages encountered

By including this information, your search will be more likely to find relevant solutions online. People searching for similar issues will also find your question more helpful.


Solution: Run following Command

sudo /usr/bin/vmhgfs-fuse .host:/ /mnt/hgfs -o subtype=vmhgfs-fuse,allow_other





#VMwareSharedFolders,
#UbuntuGuestOS,
#WindowsHost,
#hgfsMount,
#VMwareTroubleshooting,
#UbuntuFileSharing,
#WindowsFileSharing,
#VMwareCommunity,
#LinuxGuestOS,
#VirtualMachineSharing

No comments:

Post a Comment

Thank you for Commenting Will reply soon ......

Featured Posts

Different #memories in #free #command in #linux

The   free   command in Linux is a powerful tool for monitoring memory usage on your system. It provides information about various types of ...