2008-08-06, 08:16 AM
I am having trouble finding information on the (seemingly) very basics.
I have a machine running XP and VMware with a Fedora 7 virtual machine. I have 4 partitions (e.g. photos, website...) and I was hoping to have shared access to these partitions.
After a lot of fiddling (sorry, didn't note what I did but I found that setting the drives as 'shared' in Windows did most of the trick) I now in Fedora I have a 'windows network' desktop icon in Fedora, with the name of my Windows machine. It takes a while to first open, and it lists not only the drives I added (e.g. "Websites (W)") but also all the Windows drives listed as "C$", "P$", "W$"... These latter drives with the $'s are inaccessible without authentication, which I don't really need as the drives I added (again, listed as "Pictures (P)" or "Websites (W)") are viewable and editable.
Now the questions:
1. Is there a more direct way to set up shared access?
2. Can, or should, I unmap the "C$..." drives? If so, how? (I'm thinking of how long it takes to simply open the Windows Network window.)
3. What address do I use in a config file to refer to these shared drives?
(My goal is to keep the local copy of my website where it is, editable with the Windows machine, and to use the Linux machine as a test web server. It is the Apache config file that I am trying to edit, changing the default "/var/www/html" to something like "smb://WinMachName/Websites%20(W)/www". I've tried several variations of this latter address with no luck; Apache won't start up. Any suggestions on a better way of setting up a test web server would be much appreciated. I have used WAMP in the past but thought that the VMware option would give me a taste of how web servers work, as well as finally get me working with Linux.)