Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Does anyone have an idea how fast the conceptronic copies files from Volume_1 to Volume_2 ? Peak MBs
Last edited by TomSluyts (2008-06-29 17:16:21)
Offline
I am not too impressed by the performance. It took almost 2 days to make an rsync copy of 600Gb from Volume_1 to _2, so about 5-6Mb/sec.
Offline
My conceptronic is faster, copying from a windows pc to the nas via 10/100 network gives 10-13 mb/s and copying from disk a to disk b (via telnet and rsync) is even a bit faster.
Offline
I gues that 5-6 mean could be consistent with 10-13 peak. That's not very promising, I was hoping that it would be a lot faster than the network transfer speeds. I'll better make the rsync 750 GB backup incremental for the second run then. :-P
Offline
Timed one 700 MB file : 2'38'' (less than 5 MB/s), pretty bleak performance.
Offline
TomSluyts wrote:
Timed one 700 MB file : 2'38'' (less than 5 MB/s), pretty bleak performance.
Are you talking about copying over the network, or within the server from a command line? Last night I copied about 130 gigs using "cp -a" on telnet - Volume_1 to Volume_2 - and though I didn't measure the time, it was definitely well under 2 hours - maybe 90 mins. And this was going on while I was also doing a copy over the gig-Ethernet network too.
Offline
I did a cp command from /mnt/HD_a2 to /mnt/HD_b2 with 500gb of data and it took me less than a day
Offline
Hmmm.... I have different result on my Conceptronic ch3snas, 566 MB in 24 seconds (=23.6 MB / sec). 500 GB should be ready within 5.8 hours.
root@MEDIASERVER:/# time cp /mnt/HD_a2/APE/Alicia\ Keys\ -\ As\ I\ Am\ \(EAC\ Image\)/* /mnt/HD_b2/
real 0m 23.69s
user 0m 0.41s
sys 0m 19.94s
root@MEDIASERVER:/# ls -lh /mnt/HD_a2/APE/Alicia\ Keys\ -\ As\ I\ Am\ \(EAC\ Image\)/*
-rwxrwxrwx 1 eric 506 1.6k Nov 12 2007 /mnt/HD_a2/APE/Alicia Keys - As I Am (EAC Image)/Alicia Keys - As I am.cue
-rwxrwxrwx 1 nobody 501 27 Jul 2 10:35 /mnt/HD_a2/APE/Alicia Keys - As I Am (EAC Image)/Alicia Keys - As I am.m3u
-rwxrwxrwx 1 nobody 501 566.1M Nov 12 2007 /mnt/HD_a2/APE/Alicia Keys - As I Am (EAC Image)/Alicia Keys - As I am.wav
Last edited by EnricoM (2008-07-15 16:03:01)
Offline
Some additional speed info on copying a 566 MB file over a 100 mbit network
Via Windows explorer:
From NAS to PC: 65 seconds (8,7 MB/s)
From PC to NAS: 73 seconds (7,8 MB/s)
From NAS Vol1 to NAS Vol2: 133 seconds (4,3 MB/s)
Via FTP (filezilla):
From NAS to PC: 106 seconds (5,3 MB/s)
From PC to NAS: 55 seconds (10,3 MB/s)
Offline