3 identical drives in RAID5.
Code:
[root@zeus ~]# hdparm -t /dev/sda
/dev/sda:
Timing buffered disk reads: 134 MB in 3.02 seconds = 44.31 MB/sec
[root@zeus ~]# hdparm -t /dev/sdb
/dev/sdb:
Timing buffered disk reads: 194 MB in 3.02 seconds = 64.14 MB/sec
[root@zeus ~]# hdparm -t /dev/sdc
/dev/sdc:
Timing buffered disk reads: 196 MB in 3.03 seconds = 64.70 MB/sec
Speed on the array is okay.
Code:
[root@zeus ~]# hdparm -t /dev/md0
/dev/md0:
Timing buffered disk reads: 268 MB in 3.01 seconds = 88.96 MB/sec
Should I be concerned about the first drive? Why is it so much slower? They're identical. WD 500GB drives.