Impressed by the write speed on my new ReadyNas Pro 6

A 100GB file to a NFS mounted share

scotgate mnt # dd if=/dev/zero of=/mnt/distfiles2/TEMP bs=1024 count=100000000
100000000+0 records in
100000000+0 records out
102400000000 bytes (102 GB) copied, 1115.25 s, 91.8 MB/s

scotgate mnt # dd of=/dev/zero if=/mnt/distfiles2/TEMP bs=1024 count=100000000
100000000+0 records in
100000000+0 records out
102400000000 bytes (102 GB) copied, 1076.49 s, 95.1 MB/s
scotgate mnt # 

That’s quite tidy!