Not sure where to find files in your Linux vmware host when you’ve shared them as a vmware shared folder?
“In a Linux virtual machine, shared folders appear under /mnt/hgfs. So the shared folder in this example would appear as /mnt/hgfs/Test files.”
So if you share it as drive I it will show up as /mnt/hgfs/drive I
Which you would need to access with a \ to escape out that space in the path…
cd /mnt/hgfs/drive\ I
I finally found this info here, after searching all over…
http://www.vmware.com/support/ws45/doc/running_sharefold_ws.html
“In a Linux virtual machine, shared folders appear under /mnt/hgfs. So the shared folder in this example would appear as /mnt/hgfs/Test files.”
So if you share it as drive I it will show up as /mnt/hgfs/drive I
Which you would need to access with a \ to escape out that space in the path…
cd /mnt/hgfs/drive\ I
I finally found this info here, after searching all over…
http://www.vmware.com/support/ws45/doc/running_sharefold_ws.html
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.