VMware Workstation Player course
What Are Shared Folders in VMware Workstation Player?
Learn how VMware Workstation Player shared folders exchange files between a host and guest VM, including prerequisites, compatibility, permissions, setup concepts, and troubleshooting.
A shared folder is a directory on the host computer that VMware Workstation Player makes available inside a selected virtual machine (VM). It provides a convenient way to exchange and reuse files between the host system and the guest operating system.
The host system is the physical computer and operating system running VMware Workstation Player. The guest operating system is the operating system installed inside the VM. A VM is an isolated, software-based computer that runs on the host.
How Shared Folders Work
Shared folders connect a host directory to a guest VM through VMware integration software. The guest can access the configured location without treating it as a normal guest-local disk. The files remain in the host directory, while the guest receives an integrated view of that location.
This is different from network file sharing between two separate physical computers. In a shared-folder arrangement, the VM accesses a location through the host. If the selected location is itself a network directory, the host must first be able to reach and authenticate to that network location.
- Local host directory: A folder stored on the host operating system can be exposed to the guest.
- Host-accessible network directory: A folder reached over a network can be used if the host has connectivity and permission to access it.
- Host-mediated access: The guest depends on the host's path, connectivity, credentials, and permissions for the shared location.
Why Use Shared Folders?
Shared folders are useful when the same files must be used repeatedly in a VM. They can avoid repeated copying or downloading and make lab environments easier to prepare consistently.
For example, an administrator can download a large software installer once to a host directory. That directory can then be configured for several test VMs. Each guest can run the installer from the shared location instead of downloading its own copy, reducing setup time and bandwidth use.
Other common uses include moving documents, scripts, drivers, installation media, sample data, and lab files between the host and guest.
Example: Providing Lab Files
- Place assignment files, scripts, or sample data in a dedicated folder on the host.
- Configure that folder as a shared folder for the student VM.
- Open or copy the required files from the guest while keeping the host folder as a central source.
Example: Using a Network Directory
- Confirm that the host can open the network directory.
- Configure the appropriate host-visible location for the VM.
- Verify that network connectivity, authentication, and permissions remain valid while the VM uses the files.
Requirements and Compatibility
Shared folders depend on several conditions. VMware Tools must be installed in the guest operating system because it supplies guest integration features, including shared-folder support. The guest must also be supported by the installed VMware Workstation Player release, and the folder must be enabled for the target VM.
| Requirement | Why It Is Needed | Examples or Notes |
| VMware Tools installed in the guest | Provides the guest integration needed to expose shared folders. | Installation or service problems can prevent the guest from seeing the location. |
| Supported guest operating system | Shared-folder behavior depends on support in the relevant Workstation Player release. | Check current product documentation because support can vary by release. |
| Host directory or host-accessible network directory | Defines the files that the guest can access. | The host must be able to reach a network-backed directory. |
| Appropriate host and network permissions | Determine whether files can be read, written, or modified. | Host file permissions and network-share permissions both matter. |
| Shared folder enabled for the selected VM | Associates the configured host location with that individual VM. | A folder configured for one VM is not automatically configured for another. |
Historically Listed Supported Guest Systems
The following guest families have been listed for shared-folder support in relevant VMware Workstation Player documentation. They should be treated as a compatibility reference rather than a guarantee for every release.
| Guest Category | Listed Versions or Requirement |
| Windows Server | Windows Server 2003 R2, Windows Server 2008 R2, and Windows Server 2012 R2 |
| Windows desktop | Windows Vista, Windows 7, Windows 8, and Windows 10 |
| Linux | Linux guests using kernel version 2.6 or later |
| Solaris | Solaris x86 10 |
Always verify the current VMware Workstation Player documentation for the exact release and guest operating system you are using. Guest support and integration behavior can change between product versions.
Enabling Shared Folders Conceptually
Shared-folder configuration is performed in the settings area for the target virtual machine. The exact labels can vary slightly by product release, but the process follows the same pattern:
- Install VMware Tools in the guest operating system.
- Open the settings for the target VM in VMware Workstation Player.
- Locate the shared-folders configuration area.
- Enable shared folders.
- Add the host directory that should be exposed.
- Choose a read-only or writable mode when the interface provides that choice.
- Start or restart the guest if necessary so the integration service can make the location available.
Each shared folder is associated with an individual VM. Enabling or disabling the feature controls whether that guest can access its configured host locations. A directory must be selected and enabled for every VM that needs it.
Guest-Side Access and Permissions
The guest accesses a shared folder through VMware Tools integration rather than through an ordinary virtual hard disk or guest-local directory. The guest therefore depends on both the integration service and the underlying host access.
Host-side file-system permissions determine whether the host account can read or modify the files. For a network directory, network authentication, share permissions, connectivity, and the host's access rights also apply. A guest may be able to see a folder but still be unable to create, change, or delete files.
Sharing a sensitive directory can expose confidential documents, credentials, source code, or other host data to programs running in the guest. Treat a shared folder as an intentional access boundary, not as a security-neutral convenience.
Shared Folders Compared with Copy and Paste
Shared folders provide persistent access to a configured directory. Copy and paste uses clipboard integration to transfer selected content between the host and guest. These are separate capabilities and can be controlled separately.
| Feature | Best Use | Persistence | Typical Limitation |
| Shared folders | Repeatable access to documents, installers, scripts, and other files in a directory. | Remains available while enabled for the VM. | Requires VMware Tools, configuration, and suitable host permissions. |
| Copy and paste | Small, occasional transfers of text or selected content. | Clipboard-based and not a mounted directory. | Not convenient for repeated access to many files or a complete folder. |
Successful copy and paste does not prove that shared folders are configured correctly. Both features depend on guest integration components, but one can work while the other is unavailable.
Troubleshooting Shared Folders
The Shared Folder Option Is Unavailable or the Guest Cannot See the Location
- Verify that VMware Tools is installed, current enough for the guest, and running.
- Review the shared-folder settings for the specific VM.
- Confirm that shared folders are enabled and that a host directory was added.
- Check whether the guest operating system is supported by the installed Workstation Player release.
A Shared Network Directory Cannot Be Opened
- Test the network directory directly from the host.
- Check host-side network authentication and file permissions.
- Confirm that the host still has network connectivity.
- Verify that the configured path remains available and has not moved or been disconnected.
Files Are Visible but Cannot Be Edited or Saved
- Test whether the host account can create a file in the directory.
- Review local directory permissions and network-share permissions.
- Check whether the shared-folder configuration is intentionally read-only.
Copy and Paste Works but the Shared Folder Does Not
- Remember that clipboard integration and shared-folder integration are separate capabilities.
- Do not use successful clipboard transfer as evidence that a shared directory was configured.
- Review the VM's shared-folder configuration and VMware Tools status independently.
Key Points
- A shared folder exposes a host directory inside a selected guest VM.
- The directory can be local to the host or reachable by the host over a network.
- VMware Tools, guest compatibility, VM configuration, and host permissions are required.
- Shared folders are useful for repeatable file access and software distribution across test VMs.
- Copy and paste is a separate, clipboard-based transfer feature.
- Use narrowly scoped directories and avoid sharing sensitive host data.
For the next practical step, see Accessing a Shared Folder. You can also review the Windows installation guide, the Linux installation guide, and the Virtual Machine Explained lesson.