Advertisement
ju_wien

mdadm

Jul 16th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. root@bf:~# mdadm --examine /dev/sda1
  2. /dev/sda1:
  3. Magic : a92b4efc
  4. Version : 1.2
  5. Feature Map : 0x0
  6. Array UUID : c56473fe:a12dd859:d52b8dae:15c027ef
  7. Name : bf:0 (local to host bf)
  8. Creation Time : Sun Jan 30 20:09:48 2011
  9. Raid Level : raid1
  10. Raid Devices : 2
  11.  
  12. Avail Dev Size : 968744960 (461.93 GiB 496.00 GB)
  13. Array Size : 968744688 (461.93 GiB 496.00 GB)
  14. Used Dev Size : 968744688 (461.93 GiB 496.00 GB)
  15. Data Offset : 2048 sectors
  16. Super Offset : 8 sectors
  17. State : clean
  18. Device UUID : f8e14efa:91bae3bd:979ad96a:15f8e824
  19.  
  20. Update Time : Tue Jul 17 05:37:36 2012
  21. Checksum : 282c5918 - correct
  22. Events : 825398
  23.  
  24.  
  25. Device Role : Active device 0
  26. Array State : A. ('A' == active, '.' == missing)
  27.  
  28. root@bf:~# mdadm --examine /dev/sdb1
  29. /dev/sdb1:
  30. Magic : a92b4efc
  31. Version : 1.2
  32. Feature Map : 0x2
  33. Array UUID : c56473fe:a12dd859:d52b8dae:15c027ef
  34. Name : bf:0 (local to host bf)
  35. Creation Time : Sun Jan 30 20:09:48 2011
  36. Raid Level : raid1
  37. Raid Devices : 2
  38.  
  39. Avail Dev Size : 968744960 (461.93 GiB 496.00 GB)
  40. Array Size : 968744688 (461.93 GiB 496.00 GB)
  41. Used Dev Size : 968744688 (461.93 GiB 496.00 GB)
  42. Data Offset : 2048 sectors
  43. Super Offset : 8 sectors
  44. Recovery Offset : 121093120 sectors
  45. State : active
  46. Device UUID : 9b0b0742:11465b34:37066a66:f7f8d9b1
  47.  
  48. Update Time : Mon Jul 16 21:09:44 2012
  49. Checksum : 76139726 - correct
  50. Events : 815009
  51.  
  52.  
  53. Device Role : Active device 1
  54. Array State : AA ('A' == active, '.' == missing)
  55. root@bf:~#
  56.  
  57. root@bf:~# mdadm --detail /dev/md0
  58. /dev/md0:
  59. Version : 1.2
  60. Creation Time : Sun Jan 30 20:09:48 2011
  61. Raid Level : raid1
  62. Array Size : 484372344 (461.93 GiB 496.00 GB)
  63. Used Dev Size : 484372344 (461.93 GiB 496.00 GB)root@bf:~# mdadm --detail /dev/md0
  64. /dev/md0:
  65. Version : 1.2
  66. Creation Time : Sun Jan 30 20:09:48 2011
  67. Raid Level : raid1
  68. Array Size : 484372344 (461.93 GiB 496.00 GB)
  69. Used Dev Size : 484372344 (461.93 GiB 496.00 GB)
  70. Raid Devices : 2
  71. Total Devices : 2
  72. Persistence : Superblock is persistent
  73.  
  74. Update Time : Tue Jul 17 05:41:00 2012
  75. State : clean, degraded
  76. Active Devices : 1
  77. Working Devices : 1
  78. Failed Devices : 1
  79. Spare Devices : 0
  80.  
  81. Name : bf:0 (local to host bf)
  82. UUID : c56473fe:a12dd859:d52b8dae:15c027ef
  83. Events : 825592
  84.  
  85. Number Major Minor RaidDevice State
  86. 0 8 1 0 active sync /dev/sda1
  87. 1 0 0 1 removed
  88.  
  89. 2 8 17 - faulty spare /dev/sdb1
  90. root@bf:~#
  91.  
  92. Raid Devices : 2
  93. Total Devices : 2
  94. Persistence : Superblock is persistent
  95.  
  96. Update Time : Tue Jul 17 05:41:00 2012
  97. State : clean, degraded
  98. Active Devices : 1
  99. Working Devices : 1
  100. Failed Devices : 1
  101. Spare Devices : 0
  102.  
  103. Name : bf:0 (local to host bf)
  104. UUID : c56473fe:a12dd859:d52b8dae:15c027ef
  105. Events : 825592
  106.  
  107. Number Major Minor RaidDevice State
  108. 0 8 1 0 active sync /dev/sda1
  109. 1 0 0 1 removed
  110.  
  111. 2 8 17 - faulty spare /dev/sdb1
  112. root@bf:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement