Changes between Version 7 and Version 8 of Internal/SSDRaid


Ignore:
Timestamp:
May 22, 2014, 9:35:44 PM (10 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/SSDRaid

    v7 v8  
    1414
    1515== Commands used: ==
     16=== Raid Creation ===
     17mdadm --create --verbose /dev/md0 --chunk=8 --level=stripe --raid-devices=2 /dev/sda /dev/sdb
     18
     19mdadm --misc --stop /dev/md0
     20
     21
    1622=== Write: ===
    1723time sh -c "dd if=/dev/zero of=/mnt/bigfile bs=8k count=2000000 && sync"
     
    5258|| 32k ||  ||  ||  ||  ||
    5359|| 64k ||  ||  ||  ||  ||
    54 || 128k ||  ||  ||  || ||
     60|| 128k ||  ||  || 1.1 GB/s || 1.1 GB/s ||
    5561
    5662