[root@pgb ~]# mdadm --examine /dev/hdb /dev/hdb: Magic : a92b4efc Version : 0.90.00 UUID : 4140c28c:ace28b95:93c51a55:8451fbc3 Creation Time : Sat Feb 14 23:22:06 2015 Raid Level : raid0 Used Dev Size : 0 Raid Devices : 2 Total Devices : 2 Preferred Minor : 1 Update Time : Sat Feb 14 23:22:06 2015 State : active Active Devices : 2 Working Devices : 2 Failed Devices : 0 Spare Devices : 0 Checksum : 592584c8 - correct Events : 1 Chunk Size : 64K Number Major Minor RaidDevice State this 0 3 64 0 active sync /dev/hdb 0 0 3 64 0 active sync /dev/hdb 1 1 22 64 1 active sync /dev/hdd [root@pgb ~]# mdadm --examine /dev/hdd /dev/hdd: Magic : a92b4efc Version : 0.90.00 UUID : 4140c28c:ace28b95:93c51a55:8451fbc3 Creation Time : Sat Feb 14 23:22:06 2015 Raid Level : raid0 Used Dev Size : 0 Raid Devices : 2 Total Devices : 2 Preferred Minor : 1 Update Time : Sat Feb 14 23:22:06 2015 State : active Active Devices : 2 Working Devices : 2 Failed Devices : 0 Spare Devices : 0 Checksum : 592584dd - correct Events : 1 Chunk Size : 64K Number Major Minor RaidDevice State this 1 22 64 1 active sync /dev/hdd 0 0 3 64 0 active sync /dev/hdb 1 1 22 64 1 active sync /dev/hdd
[root@pgb ~]# mdadm -D /dev/md1 /dev/md1: Version : 0.90 Creation Time : Sat Feb 1423:22:062015 Raid Level : raid0 Array Size : 2097024 (2048.22 MiB2147.35 MB) Raid Devices : 2 Total Devices : 2 Preferred Minor : 1 Persistence : Superblockis persistent Update Time : Sat Feb 1423:22:062015 State : clean Active Devices : 2 Working Devices : 2 Failed Devices : 0 Spare Devices : 0 Chunk Size : 64K UUID : 4140c28c:ace28b95:93c51a55:8451fbc3 Events : 0.1 Number Major Minor RaidDevice State 03640 active sync /dev/hdb 122641 active sync /dev/hdd
[root@pgb ~]# mkfs -t 'ext3' -c /dev/md1 mke2fs 1.39 (29-May-2006) Filesystem label= OS type: Linux Block size=4096 (log=2) Fragment size=4096 (log=2) 262144 inodes, 524256blocks 26212blocks (5.00%) reserved for the super user First data block=0 Maximum filesystem blocks=536870912 16block groups 32768blocks per group, 32768 fragments per group 16384 inodes per group Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Checking for bad blocks (read-only test): done Writing inode tables: done Creating journal (8192blocks): done Writing superblocks and filesystem accounting information: done This filesystem will be automatically checked every 31 mounts or 180 days, whichever comes first. Use tune2fs -c or -i to override.