VMware Workstation allows users to create shared folders between the host and guest operating system, making file transfers seamless. This feature is particularly useful for development, testing, and administrative tasks. In this guide, we will walk you through the steps to create a shared folder in VMware Workstation.
If you’re looking for reliable VPS or dedicated servers for virtualization, AvaHost offers high-performance hosting solutions optimized for VMware and other virtualization platforms.
Before adding a shared folder, ensure that the virtual machine (VM) is powered off.
Once the shared folder is added, start the virtual machine. Access the shared folder as follows:
\vmware-host\Shared Folders
cd /mnt/hgfs/
ls
For shared folders to work, VMware Tools must be installed in the guest OS.
sudo apt update && sudo apt install open-vm-tools open-vm-tools-desktop -y
Creating a shared folder in VMware Workstation makes it easy to transfer files between the host and guest operating systems. By following these steps, you can enable and access shared folders efficiently.