Geek pr0n again
Tuesday, January 22nd, 2008Take one 3U server from SuperMicro, fitted with an Adaptec 31605 SATA RAID controller and 16 one-terabyte disks. Create a RAID 0+1 array for data storage, with 14 of these 16 disks. You get:
#available storage
[root@sam119 ~]# df -h /data
Filesystem Size Used Avail Use% Mounted on
/dev/sdb1 6.3T 941M 6.0T 1% /data
#write test
[root@sam119 ~]# dd if=/dev/zero of=/data/toto.txt [...]