[root@borg tmp]# pwd
/raid1/tmp
[root@borg tmp]# mount -l
/dev/sda3 on / type ext3 (rw) [/]
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/sda1 on /boot type ext3 (rw) [/boot]
tmpfs on /dev/shm type tmpfs (rw)
/dev/md0 on /raid1 type ext3 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
gvfs-fuse-daemon on /home/vmuser/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=vmuser)
[root@borg tmp]#
[root@borg tmp]#
[root@borg tmp]#
[root@borg tmp]# mdadm --detail /dev/md0
/dev/md0:
Version : 0.90
Creation Time : Sat Sep 20 02:15:28 2008
Raid Level : raid5
Array Size : 3907039744 (3726.04 GiB 4000.81 GB)
Used Dev Size : 976759936 (931.51 GiB 1000.20 GB)
Raid Devices : 5
Total Devices : 5
Preferred Minor : 0
Persistence : Superblock is persistent
Update Time : Sat Sep 10 22:20:35 2011
State : active
Active Devices : 5
Working Devices : 5
Failed Devices : 0
Spare Devices : 0
Layout : left-symmetric
Chunk Size : 64K
UUID : 11f961e7:0e37ba39:2c8a1552:76dd72ee
Events : 0.787795
Number Major Minor RaidDevice State
0 8 80 0 active sync /dev/sdf
1 8 16 1 active sync /dev/sdb
2 8 32 2 active sync /dev/sdc
3 8 48 3 active sync /dev/sdd
4 8 64 4 active sync /dev/sde
[root@borg tmp]#
[root@borg tmp]# bonnie++ -d bonnietest/ -s 5000 -r 1024 -g ryan
Using uid:0, gid:1044.
Writing with putc()...done
Writing intelligently...done
Rewriting...done
Reading with getc()...done
Reading intelligently...done
start 'em...done...done...done...
Create files in sequential order...done.
Stat files in sequential order...done.
Delete files in sequential order...done.
Create files in random order...done.
Stat files in random order...done.
Delete files in random order...done.
Version 1.03 ------Sequential Output------ --Sequential Input- --Random-
-Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP
borg.loc 5000M 67482 93 180586 41 182865 31 79496 98 2396792 98 +++++ +++
------Sequential Create------ --------Random Create--------
-Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP
16 1755 3 +++++ +++ +++++ +++ +++++ +++ +++++ +++ +++++ +++
borg.loc,5000M,67482,93,180586,41,182865,31,79496,98,2396792,98,+++++,+++,16,1755,3,+++++,+++,+++++,+++,+++++,+++,+++++,+++,+++++,+++
[root@borg tmp]#