Advertisement
Guest User

Disk 3

a guest
Jan 20th, 2014
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. kavrescue ~ # cat /proc/partitions | grep sda
  2. 8 0 976762584 sda
  3. 8 1 1959898 sda1
  4. 8 2 257040 sda2
  5. 8 3 974543062 sda3
  6. kavrescue ~ # mdadm --examine /dev/sda
  7. mdadm: No md superblock detected on /dev/sda.
  8. kavrescue ~ # mdadm --examine /dev/sda1
  9. /dev/sda1:
  10. Magic : a92b4efc
  11. Version : 0.90.00
  12. UUID : 627b5fe5:4e9c7c6f:120f8e7f:33047a28
  13. Creation Time : Thu Dec 24 13:04:33 2009
  14. Raid Level : raid1
  15. Used Dev Size : 1959808 (1914.20 MiB 2006.84 MB)
  16. Array Size : 1959808 (1914.20 MiB 2006.84 MB)
  17. Raid Devices : 4
  18. Total Devices : 4
  19. Preferred Minor : 0
  20.  
  21. Update Time : Sun Jan 19 20:56:13 2014
  22. State : clean
  23. Active Devices : 4
  24. Working Devices : 4
  25. Failed Devices : 0
  26. Spare Devices : 0
  27. Checksum : 3d84c318 - correct
  28. Events : 462
  29.  
  30.  
  31. Number Major Minor RaidDevice State
  32. this 1 8 17 1 active sync /dev/sdb1
  33.  
  34. 0 0 8 1 0 active sync /dev/sda1
  35. 1 1 8 17 1 active sync /dev/sdb1
  36. 2 2 8 49 2 active sync /dev/sdd1
  37. 3 3 8 33 3 active sync /dev/sdc1
  38. kavrescue ~ # mdadm --examine /dev/sda2
  39. /dev/sda2:
  40. Magic : a92b4efc
  41. Version : 0.90.00
  42. UUID : 1626de09:2b032216:54911169:0450dbd6
  43. Creation Time : Thu Dec 24 13:04:37 2009
  44. Raid Level : raid1
  45. Used Dev Size : 256960 (250.98 MiB 263.13 MB)
  46. Array Size : 256960 (250.98 MiB 263.13 MB)
  47. Raid Devices : 4
  48. Total Devices : 4
  49. Preferred Minor : 1
  50.  
  51. Update Time : Sun Jan 19 20:06:46 2014
  52. State : clean
  53. Active Devices : 4
  54. Working Devices : 4
  55. Failed Devices : 0
  56. Spare Devices : 0
  57. Checksum : e14ac0e5 - correct
  58. Events : 42
  59.  
  60.  
  61. Number Major Minor RaidDevice State
  62. this 1 8 18 1 active sync
  63.  
  64. 0 0 8 2 0 active sync /dev/sda2
  65. 1 1 8 18 1 active sync
  66. 2 2 8 34 2 active sync
  67. 3 3 8 50 3 active sync
  68. kavrescue ~ # mdadm --examine /dev/sda3
  69. /dev/sda3:
  70. Magic : a92b4efc
  71. Version : 0.90.00
  72. UUID : 38c7ed4f:6cee1cba:27459d71:3d5a0964
  73. Creation Time : Fri Jan 17 11:38:10 2014
  74. Raid Level : raid0
  75. Raid Devices : 4
  76. Total Devices : 4
  77. Preferred Minor : 2
  78.  
  79. Update Time : Fri Jan 17 11:38:10 2014
  80. State : active
  81. Active Devices : 4
  82. Working Devices : 4
  83. Failed Devices : 0
  84. Spare Devices : 0
  85. Checksum : 59342d62 - correct
  86. Events : 1
  87.  
  88. Chunk Size : 64K
  89.  
  90. Number Major Minor RaidDevice State
  91. this 2 8 19 2 active sync
  92.  
  93. 0 0 8 51 0 active sync
  94. 1 1 8 35 1 active sync
  95. 2 2 8 19 2 active sync
  96. 3 3 8 3 3 active sync /dev/sda3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement