"I am afraid that after using the 1 gb it
is still not fast and only 38 mb/s maximum:"
Are you on Crack or something?? I would have to say that 38MBps is WAY FASTER than your 9MBps you were getting before
As mentioned it is quite possible your HDD are you bottle neck sure.
But lets make sure your actually getting wire speeds that could exceed what your seeing for speeds, it could still be the wire slowing you down.
Grab iperf or netio, some tool to check your wire speed. Example
C:\Windows\System32>iperf -c 192.168.1.4 -w 256k
------------------------------------------------------------
Client connecting to 192.168.1.4, TCP port 5001
TCP window size: 256 KByte
------------------------------------------------------------
[156] local 192.168.1.100 port 5833 connected with 192.168.1.4 port 5001
[ ID] Interval Transfer Bandwidth
[156] 0.0-10.0 sec 967 MBytes 811 Mbits/sec
So you see 811Mbps on the wire -- would not be possible to see file transfers that would exceed this. So /8 rough number would give me 101 -- clearly my disks can not do that.. So my disk are more likely my bottle neck then my wire speed.
But the 40-45 your seeing with ftp could be your disks? Or could be the limits of ftp your using? FTP should be faster, but not always the case
So with ftp pull from my server I saw this
Command: RETR win7-x64-any.iso
Response: 150 Connection accepted
Response: 226 Transfer OK
Status: File transfer successful, transferred 3,319,478,272 bytes in 76 seconds
So that works out to -- 43.6MBps, not bad but not really what we are hoping for.
Now with simple robocopy of the same file, from the same server saw this
Files : win7-x64-any.iso
Speed : 64075170 Bytes/sec.
Speed : 3666.410 MegaBytes/min.
Ended : Sun Apr 08 10:33:22 2012
Which is quite a bit faster! As to that teracopy crap -- yeah, so here is same file using that BS
Lets see your wirespeed with iperf or netio, you can get here
http://sourceforge.n....0.zip/download
just unzip and you only need the iperf.exe unless you want to use the java frontent. Just run exe on box 1 with -s and then on box 2 iperf -c ipaddressofbox1
you might want to add -w 256k for bigger window size
you can get netio here
http://freecode.com/projects/netio