Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@petra:~# cat /proc/mdstat
- Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
- md1 : active raid1 sdd[3]
- 2930135360 blocks super 1.2 [2/1] [U_]
- md0 : active linear sda[1] sdb[0]
- 2930277152 blocks super 1.2 0k rounding
- unused devices: <none>
- root@petra:~# mdadm -E /dev/md0
- /dev/md0:
- Magic : a92b4efc
- Version : 1.2
- Feature Map : 0x0
- Array UUID : 03c85017:15cecfb6:13d059bc:a8ff8779
- Name : petra:md1 (local to host petra)
- Creation Time : Sun Feb 16 12:21:56 2014
- Raid Level : raid1
- Raid Devices : 2
- Avail Dev Size : 5860292160 (2794.41 GiB 3000.47 GB)
- Array Size : 2930135360 (2794.39 GiB 3000.46 GB)
- Used Dev Size : 5860270720 (2794.39 GiB 3000.46 GB)
- Data Offset : 262144 sectors
- Super Offset : 8 sectors
- State : clean
- Device UUID : ae9da3ed:c4d422cb:06cf927d:b75bfc36
- Update Time : Sat Mar 8 18:14:00 2014
- Checksum : 51e09d97 - correct
- Events : 74578
- Device Role : Active device 1
- Array State : AA ('A' == active, '.' == missing)
- root@petra:~# mdadm -E /dev/md1
- mdadm: No md superblock detected on /dev/md1.
- root@petra:~# mdadm -E /dev/sda
- /dev/sda:
- Magic : a92b4efc
- Version : 1.2
- Feature Map : 0x0
- Array UUID : 952ad074:4039f24a:2ec1808e:d555a88c
- Name : petra:0 (local to host petra)
- Creation Time : Sat Feb 22 10:41:46 2014
- Raid Level : linear
- Raid Devices : 2
- Avail Dev Size : 2930277152 (1397.27 GiB 1500.30 GB)
- Used Dev Size : 0
- Data Offset : 16 sectors
- Super Offset : 8 sectors
- State : clean
- Device UUID : 06cbac66:fdfd5c9c:ca28e6bd:bf0ce319
- Update Time : Sat Feb 22 10:41:46 2014
- Checksum : 2648c5a7 - correct
- Events : 0
- Rounding : 0K
- Device Role : Active device 1
- Array State : AA ('A' == active, '.' == missing)
- root@petra:~# mdadm -E /dev/sdb
- /dev/sdb:
- Magic : a92b4efc
- Version : 1.2
- Feature Map : 0x0
- Array UUID : 952ad074:4039f24a:2ec1808e:d555a88c
- Name : petra:0 (local to host petra)
- Creation Time : Sat Feb 22 10:41:46 2014
- Raid Level : linear
- Raid Devices : 2
- Avail Dev Size : 2930277152 (1397.27 GiB 1500.30 GB)
- Used Dev Size : 0
- Data Offset : 16 sectors
- Super Offset : 8 sectors
- State : clean
- Device UUID : f73ccc16:8287c269:cc550726:1ac5c62c
- Update Time : Sat Feb 22 10:41:46 2014
- Checksum : 1ed2a678 - correct
- Events : 0
- Rounding : 0K
- Device Role : Active device 0
- Array State : AA ('A' == active, '.' == missing)
- root@petra:~# mdadm -E /dev/sdd
- /dev/sdd:
- Magic : a92b4efc
- Version : 1.2
- Feature Map : 0x0
- Array UUID : 03c85017:15cecfb6:13d059bc:a8ff8779
- Name : petra:md1 (local to host petra)
- Creation Time : Sun Feb 16 12:21:56 2014
- Raid Level : raid1
- Raid Devices : 2
- Avail Dev Size : 5860271024 (2794.40 GiB 3000.46 GB)
- Array Size : 2930135360 (2794.39 GiB 3000.46 GB)
- Used Dev Size : 5860270720 (2794.39 GiB 3000.46 GB)
- Data Offset : 262144 sectors
- Super Offset : 8 sectors
- State : clean
- Device UUID : 51b0511c:71b76da6:656c74a4:b017364c
- Update Time : Sun Mar 9 11:21:33 2014
- Checksum : 97f68a83 - correct
- Events : 74580
- Device Role : Active device 0
- Array State : A. ('A' == active, '.' == missing)
- root@petra:~# mdadm -E /dev/sda1
- /dev/sda1:
- Magic : a92b4efc
- Version : 0.90.00
- UUID : e151ea2f:37b942a4:e368bf24:bd0fce41
- Creation Time : Sat Dec 19 12:23:07 2009
- Raid Level : raid1
- Used Dev Size : 1465135936 (1397.26 GiB 1500.30 GB)
- Array Size : 1465135936 (1397.26 GiB 1500.30 GB)
- Raid Devices : 2
- Total Devices : 2
- Preferred Minor : 0
- Update Time : Sat Feb 22 10:39:34 2014
- State : clean
- Active Devices : 2
- Working Devices : 2
- Failed Devices : 0
- Spare Devices : 0
- Checksum : 583868a2 - correct
- Events : 451
- Number Major Minor RaidDevice State
- this 0 8 17 0 active sync /dev/sdb1
- 0 0 8 17 0 active sync /dev/sdb1
- 1 1 8 1 1 active sync /dev/sda1
- root@petra:~# mdadm -E /dev/sdb1
- mdadm: No md superblock detected on /dev/sdb1.
Advertisement
Add Comment
Please, Sign In to add comment