amuck-landowner

Fastest hard-disk... post yours!

Kalam

New Member
OpenVZ VM inside a Proxmox cluster inside Virtualbox using storage via NFS to Freenas created from 2 vhd's mirrored with ZFS also running in Virtualbox


# dd if=/dev/zero of=/tmp/test bs=64k count=16k conv=fdatasync
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB) copied, 31.6116 s, 34.0 MB/s

All on a 2TB 7200RPM drive. Faster than I thought it would be.
 
Last edited by a moderator:
sync && echo 3 > /proc/sys/vm/drop_caches
sync is unnecessary, see vm.c in the latest kernel.. 3 is also unnecessary, a 1 will do, but the best way is to remount your filesystem so the entire page cache VFS layer is nuked..
 

MikeIn

New Member
Some real nice HDD RAID10 setup results :)

Got some 150MB seq read, 120 Write on my desktop single HDD (Using Windows & Crystal Disk Mark)...
If I can remember it correctly the benchmark was about 10% better when there was noting on the HDD and brand new...
 

DomainBop

Dormant VPSB Pathogen
try to beat my one(ssd with ram cache):

uV2RZG3.png
Mine is better :p

 dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync


16384+0 records in


16384+0 records out


1073741824 bytes (1.1 GB) copied, 50.5814 s, 21.2 MB/s

Model Family:     Western Digital Caviar


Device Model:     WDC WD400BB-23DEA0


Serial Number:    WD-WMAD1J909877


Firmware Version: 05.03E05


User Capacity:    40,020,664,320 bytes [40.0 GB]


SMART overall-health self-assessment test result: PASSED

Power_On_Hours          0x0032   030   030   000    Old_age   Always       -       51103
 
Top
amuck-landowner