Skip to content
Menu
i do, therefore i am
  • Home
  • Blog
  • Contact us
i do, therefore i am
April 15, 2022November 7, 2022

Open-VM-Tools(VMware)

Install open-vm-tools

Distros which use rpm, yum, dnf:

yum install -y open-vm-tools 
dnf  install -y open-vm-tools

Distros which use apt, apt-get:

apt-get install -y open-vm-tools

Mounting the host shares

Temporarily.

Execute the following command.

mount -t fuse.vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other

This will mount the shared folders for the current Session. It will have to be done again the next time you start the VM.

Make it persistent.

Putting the following command in fstab file will give you access to the shared folders automatically after each start: the operating system will take care of the mounting. Insert the following line at the end of your /etc/fstab.

.host:/     /mnt/hgfs     fuse.vmhgfs-fuse      allow_other      0 0

Removing the shared folders

The shared folders can be removed from your linux system.

  • call umount on the mount point
    • umount /mnt
  • remove or comment out the line that do the mounting in /etc/fstab
  • remove the shared from the virtual machine’s settings page.
  • this process may fix vmhgfs-fuse mount errors .

Leave a Reply Cancel reply

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

Recent Posts

  • vim as Hex-Editor
  • installing pico-sdk in wsl
  • A WordPress theme from scratch 5
  • A WordPress theme from scratch 4
  • Serial Port Windows

Recent Comments

    Archives

    • May 2023
    • January 2023
    • November 2022
    • October 2022
    • September 2022
    • May 2022
    • April 2022
    • March 2022
    • February 2022
    • January 2021

    Categories

    • Fortran
    • linux
    • Postgresql
    • Programming
    • Python
    • Tools, tips and tricks
    • Wordpress

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org

    Postgres

    • postgres-docs

    Python

    • data model
    • the standard library
    • python tips
    • import system
    • asyncio
    • built-in functions

    Open_VMS

    • lexicals at marc’s place
    • documentation and manuals
    • system services
    • rms services reference
    ©2025 i do, therefore i am | Powered by WordPress and Superb Themes!