473,466 Members | 1,313 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Efficient file movement - Faster than drag-and-drop Explorer movem

We just installed a new SAN from Sun and need to migrate several terrabytes
over to it from our Windows servers. We've found that drag-and-drop copying
files using Explorer is going to be very slow and I haven't found any
software designed specifically for the purpose of fast file movement. I
could whip up a simple .Net app to traverse a directory tree, moving each
file to the new drives one-by-one, but would this be any faster than native
Windows GUI file movement? Is there any method that I could use that would
be faster? Thanks for any suggestions, everyone.

Josh Usovsky
Nov 22 '05 #1
2 1531
If not already doing the copy directly on the server (not on a workstation)
could likely be quicker.
I's likely that the bottleneck is just the network speed. Using .NET or the
command line prompt shouldn't make a great difference.

Just try to have the quicker possible path between the source server and the
SAN target... Copying terrabytes takes time...
Patrice

--

"Skwerl" <ju******@anotherretarded.com> a écrit dans le message de
news:25**********************************@microsof t.com...
We just installed a new SAN from Sun and need to migrate several terrabytes over to it from our Windows servers. We've found that drag-and-drop copying files using Explorer is going to be very slow and I haven't found any
software designed specifically for the purpose of fast file movement. I
could whip up a simple .Net app to traverse a directory tree, moving each
file to the new drives one-by-one, but would this be any faster than native Windows GUI file movement? Is there any method that I could use that would be faster? Thanks for any suggestions, everyone.

Josh Usovsky

Nov 22 '05 #2
You could download a 30 use full blown trial of peersync high volume server.
I think it is www.peersoftware.com. I use the licensed version to copy data
between limited bandwidth and intermittent connections. It works fantastic.
Can set up bandwidth and cpu throttling and many threads. It can be as easy
as clicking start to configuring many aspects. During some testing, the
program copied 22% faster then using drag and drop over a T1.

HTH,
Brian Hammer

"Skwerl" <ju******@anotherretarded.com> wrote in message
news:25**********************************@microsof t.com...
We just installed a new SAN from Sun and need to migrate several
terrabytes
over to it from our Windows servers. We've found that drag-and-drop
copying
files using Explorer is going to be very slow and I haven't found any
software designed specifically for the purpose of fast file movement. I
could whip up a simple .Net app to traverse a directory tree, moving each
file to the new drives one-by-one, but would this be any faster than
native
Windows GUI file movement? Is there any method that I could use that
would
be faster? Thanks for any suggestions, everyone.

Josh Usovsky

Nov 22 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

21
by: Chris S. | last post by:
I have a number of strings, containing wildcards (e.g. 'abc#e#' where # is anything), which I want to match with a test string (e.g 'abcdef'). What would be the best way for me to store my strings...
12
by: Ola Natvig | last post by:
Hi all Does anyone know of a fast way to calculate checksums for a large file. I need a way to generate ETag keys for a webserver, the ETag of large files are not realy nececary, but it would be...
7
by: Arpan | last post by:
Microsoft, in one of its "Help & Support" pages on ADO, says that a System DSN is three times faster than a File DSN. I find that a bit odd for the simple reason that won't it be faster for a...
8
by: laniik | last post by:
Hi. I am trying to read in a large number of floats from an ASCII file. I am currently using i/o streams as such: vector <float> values; float val; ifstream in(fn); in>>height; in>>width;
5
by: Amar Prakash Tripaithi | last post by:
Hi, Is there exists some function for controlling the cursor movement in C++. With control of cursor movement I mean, is there exists any function that let me to relocate the cursor as per...
15
by: Gan Quan | last post by:
I'm writing a c++ program that has many (100+) threads read/write files simultaneously. It works well if not considering the efficiency. The file i/o seems to be the bottleneck. This is my code...
2
by: BurtonBach | last post by:
I have a form with two subforms. Is there a way to control how the Tab key moves between fields? Especially those movement from field to field between subforms for data entry?
0
by: silpa | last post by:
Hi, I am doing a sample VS 2008 project. I have added a dbml file.On the designer,I have dragged a table "emp" from a database "Employee" which is in my server(for example Server1). It...
74
by: copx | last post by:
In "Learning Standard C++ as a New Language" Bjarne Stroustrup claims that properly written C++ outperforms C code. I will just copy his first example here, which is supposed to demonstrate how C++...
11
by: joe | last post by:
Has anyone have any ideas for a possibly more efficient approach to conditionally executing code based on bits being set (to zero)? example attempt: If the particular bit is set to 0, do...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.