The files are typically several GBs in size.
I had the same problem even when just 1 virtual machine existed on this same host.
Thanks,
Theo
Main Topics
Browse All TopicsHi Everyone,
I have 3 servers running as virtual machines (VMWARE Workstation 6.5). One is a 2003 SBS server, and the other 2 are Win XP. They're all around 250GB each, with 1GB RAM, and they reside on a Windows 2003 (32-bit) host. Mem and CPU usage are pretty low.
All 3 virtual machines are incredibly slow when copying files to them. Copying files to the host is no problem. I tried breaking them up into 2GB partitions, and that did nothing. I know on Linux hosts, there's an option to disable write caching, which apprently helps, but I don't see this avaiable for Windows installs.
Any idea what I can try next?
Thanks in advance,
Theo
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Yeah GB is quite big to copy within the same disk as the disk needs to read and buffer in memory then write ouput to disk
this is actually reading and writing to the same disk, bear in mind, the output is actually being written to single vmdk file
the vmware workstation is doing a lot of processing at the same time as it needs to send instruction to the OS before can instruct the disk read/write, you will experience the same issue with vmware server or microsoft virtual server
again, i'm suggesting this is a bottleneck issue at your disk
cheers!
Business Accounts
Answer for Membership
by: ryder0707Posted on 2009-08-10 at 11:38:55ID: 25062650
How big of files you are trying to copy? just bear in mind even if you split them but if everything is sitting on the same disks, the disk has lots of writing to do so you have a bottlenect issue here, you may want to run perfmon in the win2k3 to capture disk stats during copy ng.com/art icles_tuto rials/Wind ows- Server -2003-Perf ormance-Tu ning.html
refer to link on what to capture for disk related counters http://www.windowsnetworki
if disk is your problem you may want to get dedicated disk for each vm, for better io performance