How to share files (or move files) with LINUX guest and Windows primary

tharrison

Bit poster
The title says it.

How do I move files back and forth between my Win XP primary and LINUX guest. I am running Fedora 5 (soon to be 6). I would love to have the capability of Parallel Tools. I am new to Parallels and would like to make my Eclipse development reside conveniently on one machine.

Thanks.

Terry Harrison
tharrison@psu.edu
 
Almost does the trick

Thanks for the quick reply. And yes, that is a very workable solution at my house where I have a network that is loosely administrated. However, I work at a university and the firewall is heavily layered with access rules and permissions. Rather than having to work through that I was hoping for a clean and quick solution between my Windows primary and Linux guest.
 
Choose host-only networking. Obtain the IP address for both the Mac and the VM. Then enable Windows sharing on your Mac. Then in Linux consult with the documentation on how to connect to a samba share. Shouldn't be too hard if you take the time to do a google search.
 
.
It may be a little difficult to setup windows sharing on your Mac, so just do ordinary Windows sharing via My Computer. Right click on the C: drive, select sharing, and enable. Then search for servers via Samba in Fedora, and connect.

A much nicer, more stable, more secure solution, would be to reverse what you are doing.
.
 
Lotsa Mac related replies to someone who clearly stated Win XP Primary and Linux guest. Where was the Mac in the original question?
 
.
constant said:
It may be a little difficult to setup windows sharing on your Mac
Sarcasm. No Mac involved.

constant said:
.
A much nicer, more stable, more secure solution, would be to reverse what you are doing.
Instead of running Linux in Widows, run Windows in Linux. Much better idea.
.
 
We have lost the bubble

I was the original poster on this thread. I clearly stated that I have a Windows primary and a Linux guest. I interpreted Mac in its first use to be the MAC address of my ethernet card. No Apple Macs are involved or intended in any of this.

Also, the suggestion of Windows under Linux may be the preferred solution for the poster but not for me in this instance.

I continue to look for a solution that does not involve moving data through the ethernet port since it will get trapped by our firewall.

Thanks for responses on this topic.

Best,

Terry Harrison
 
tharrison said:
Thanks for the quick reply. And yes, that is a very workable solution at my house where I have a network that is loosely administrated. However, I work at a university and the firewall is heavily layered with access rules and permissions. Rather than having to work through that I was hoping for a clean and quick solution between my Windows primary and Linux guest.


Is it the network that is locked down, or the Windows primary OS? If the network is locked down, then host-only networking might sort you out.

Your Linux kernel needs to have the CIFS (not SAMBA) module compiled. I presume FC5 has this (I'm a roll-your-own gentoo user).

The IP addresses are controlled by Parallels in Host-only mode, so are likely to be:

10.37.129.1/255.255.255.0 gets bagged by Parallels to run the DHCP service
10.37.129.2/255.255.255.0 for the Windows host (automatically set)
10.37.129.3 for the Linux guest (acquired through dhcp)

CIFS/Samba is the approved way of getting this to work.
 
Back
Top