Sharing Files between VM and Host using Virtual PC 2007 - Stack Overflow most recent 30 from stackoverflow.com2009-12-10T15:25:06Zhttp://stackoverflow.com/feeds/question/151327http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/151327/sharing-files-between-vm-and-host-using-virtual-pc-2007-1Sharing Files between VM and Host using Virtual PC 2007Bryant2008-09-30T00:41:08Z2009-01-12T14:46:03Z
<p>I know that I can share files using Shared Folders in Virtual PC, but this method seems to have pretty poor performance. Is there another method to share files that provides better performance? (Besides using something other than Virtual PC)</p>
<p>Note: I guess this isn't directly programming related, but as a developer who spends all day in virtual machines it seemed related enough. I guess Kev must not use virtual machines when he does development...</p>
http://stackoverflow.com/questions/151327/sharing-files-between-vm-and-host-using-virtual-pc-2007/151381#1513811Answer by dimarzionist for Sharing Files between VM and Host using Virtual PC 2007dimarzionist2008-09-30T01:07:11Z2008-09-30T01:07:11Z<p>The best way to do it is probably set up proper bridge network connection between host machine and VM.</p>
http://stackoverflow.com/questions/151327/sharing-files-between-vm-and-host-using-virtual-pc-2007/158857#1588570Answer by Mike Stone for Sharing Files between VM and Host using Virtual PC 2007Mike Stone2008-10-01T17:49:37Z2008-10-01T17:49:37Z<p>Using VirtualBox, I had problems setting up shared folders (I tried setting it up, and it wasn't working intuitively right away, so I got fed up with it). Thus, I just ftp'ed to the host OS (which I already had set up since I was on Linux), and transfered the file that way.</p>
<p>I would suggest timing transferring a reasonably sized file via shared folders, and then time it again using FTP... if it's faster, that's your solution :-)</p>
<p>Sorry I can't give actual performance metrics on that!</p>
http://stackoverflow.com/questions/151327/sharing-files-between-vm-and-host-using-virtual-pc-2007/435624#4356240Answer by Colin Pickard for Sharing Files between VM and Host using Virtual PC 2007Colin Pickard2009-01-12T14:46:03Z2009-01-12T14:46:03Z<p>some more discussion here:</p>
<ul>
<li><a href="http://stackoverflow.com/questions/46252/is-there-a-way-i-can-have-a-vm-gain-access-to-my-computer">http://stackoverflow.com/questions/46252/is-there-a-way-i-can-have-a-vm-gain-access-to-my-computer</a></li>
</ul>