[Beginner]WakeonLAN, slow Copy Speed

Status
Not open for further replies.

Milhouse

Guru
Joined
Jun 1, 2011
Messages
564
Hold on... just looked at your dd commands again. Seriously, do you understand what you are doing here? You are reading from one file and writing to another, causing significant IO that will give you unreliable performance results.

Check your performance with these two commands:

Code:
dd if=/dev/zero of=/mnt/RAID-Z/test/testfile.txt bs=1M count=4000
dd if=/mnt/RAID-Z/test/testfile.txt of=/dev/null bs=1M count=4000


As things stand, your motherboard and CPU should be fine for FreeNAS, no need to change them. Adding more memory and enabling read_prefetch will improve your read performance.
 

simon-rowing

Dabbler
Joined
Nov 11, 2011
Messages
12
So i sold my old server and bought everything new exept the hdd's.
The 19'' server was too big and too loud for me.
This one, i think is fine:
4GB G.Skill Ripjaws DDR3-1066 DIMM CL7 Single
Mini-ITX Lian Li PC-Q08B Cube Gehäuse o.NT Schwarz
350W MS-Tech VERTIGO 85+ 14cm Ver.2.3
Asus E35M1-I DELUXE AMD A50M So.FM1 Single Channel DDR3 Mini-ITX
8 GB Supertalent Express DUO blau USB 3.0

The problem with the speed is made by a special Box, which we need to open the door and for isdn, have too look for a solution for that.
At the Moment i have speed up to 110 mb/s, but at writeing BlueRay movies on my NAS have only ~28 mb/s. Think this is normal.

Thanks for all your helping :)
 
Status
Not open for further replies.
Top