So i'm a developer, not a dev ops person so i'm out of my element. Thanks in advance for your patience.
I'm running windows 7 and set up a vmware player to run an ubuntu 12 virtual machine. I've installed samba so I can map a drive to the website that is running on the VM. Basically, I want to edit the files for the site on my windows machine while they live on the VM. Pretty straightforward.
Here's the problem. When I map my network drive, I can access \\local\brad (local being my server name) but not \local\www. Problem is, the files live in \www which is a sibling to \brad. so more clearly:
\home\brad\stuff-i-don't-care-about
\home\www\what-i-want-to-map-to
Can anyone explain why that is / offer possible solutions?
EDIT: As @Duke clarified below, What I really want is create a samba share for / or /home directories on my windows machine. Thanks for helping me state my goal better