As Laurence pointed out, this is an issue from VMWare version 0.6.0. This is because:
VMware changed the tools package and moved from HGFS to FUSE instead of being in the kernel.
There are no folders under /mnt/hgfs
and shared folders are created under a folder named shared_folder
.
Symptoms:
- Cannot access a shared folder in a virtual machine from other machines in the network.
- A shared folder with appropriate permissions in a virtual machine is not accessible over the network
The error similar to:
You cannot access ip_address\folder_name
You do not have permission to access ip_address\folder_name. Contact your network administrator to request access.
Cause:
As far as I see, this is the reason behind this issue and other bugs related to other filesystem operations. More appropriately,
This issue occurs if the Audit object access GPO is enabled on the shared folder and the shared folder resides on a hot-pluggable device.
Solution:
Mount shared folders. Refer this
Locate the shared folders.
Disable audit file access on the shared folder and remove all hot-pluggable devices.
Hope this will help.
Few months ago, my development team faced a similar issue regarding which a colleague contacted the support team on behalf of the organization.
Alvaro Aguilera from Hashicorp support
was gracious enough for pointing out the issue. Initially, the support team had suggested to move to Fusion 8.0.2 which also works in case one wants to avoid the hassle.
Following is the concluding message from the support team on 20th May 2016:
Thanks for reaching out to us.
As per the log, it seems the HGFS module is not present on the VM.
Additionally, there is a VMWare fusion issue with 8.1.* and forwarded ports, please try to go to Fusion 8.0.2 since that is the last one known to work without issues.
Please use old boxes for your use case instead of the latest VMware Fusion as the developer team has confirmed that it is expected to be solved in Q1 2017.
Thanks for understanding.
We had moved to Fusion 8.0.0 and this issue was solved.
touch foobar.txt
andls
– Woolley