Advertisement
Guest User

Untitled

a guest
Jul 1st, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. fdisk -l
  2. =============================================
  3. WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
  4.  
  5. Disk /dev/sda: 3000.5 GB, 3000592982016 bytes
  6. 255 heads, 63 sectors/track, 364801 cylinders
  7. Units = cylinders of 16065 * 512 = 8225280 bytes
  8. Disk identifier: 0x03afffbe
  9.  
  10. Device Boot Start End Blocks Id System
  11. /dev/sda1 1 267350 2147483647+ ee EFI GPT
  12.  
  13. WARNING: GPT (GUID Partition Table) detected on '/dev/sdb'! The util fdisk doesn't support GPT. Use GNU Parted.
  14.  
  15. Disk /dev/sdb: 3000.5 GB, 3000592982016 bytes
  16. 255 heads, 63 sectors/track, 364801 cylinders
  17. Units = cylinders of 16065 * 512 = 8225280 bytes
  18. Disk identifier: 0x142a889c
  19.  
  20. Device Boot Start End Blocks Id System
  21. /dev/sdb1 1 267350 2147483647+ ee EFI GPT
  22.  
  23. WARNING: GPT (GUID Partition Table) detected on '/dev/sdc'! The util fdisk doesn't support GPT. Use GNU Parted.
  24.  
  25. Disk /dev/sdc: 3000.5 GB, 3000592982016 bytes
  26. 255 heads, 63 sectors/track, 364801 cylinders
  27. Units = cylinders of 16065 * 512 = 8225280 bytes
  28. Disk identifier: 0x3daebd50
  29.  
  30. Device Boot Start End Blocks Id System
  31. /dev/sdc1 1 267350 2147483647+ ee EFI GPT
  32.  
  33. Disk /dev/md0: 21.4 GB, 21484339200 bytes
  34. 2 heads, 4 sectors/track, 5245200 cylinders
  35. Units = cylinders of 8 * 512 = 4096 bytes
  36. Disk identifier: 0x00000000
  37.  
  38. Disk /dev/md0 doesn't contain a valid partition table
  39.  
  40. mdadm --examine /dev/sd[abcd]1
  41. =============================================
  42. /dev/sda1:
  43. Magic : a92b4efc
  44. Version : 00.90.00
  45. UUID : 7d247a6e:7b5d46c8:f52d9c89:db304b21
  46. Creation Time : Mon Apr 23 19:55:36 2012
  47. Raid Level : raid1
  48. Used Dev Size : 20980800 (20.01 GiB 21.48 GB)
  49. Array Size : 20980800 (20.01 GiB 21.48 GB)
  50. Raid Devices : 4
  51. Total Devices : 3
  52. Preferred Minor : 0
  53.  
  54. Update Time : Mon Jun 27 21:12:23 2016
  55. State : clean
  56. Active Devices : 3
  57. Working Devices : 3
  58. Failed Devices : 1
  59. Spare Devices : 0
  60. Checksum : 1a57db60 - correct
  61. Events : 164275
  62.  
  63. Number Major Minor RaidDevice State
  64. this 0 8 1 0 active sync /dev/sda1
  65.  
  66. 0 0 8 1 0 active sync /dev/sda1
  67. 1 1 8 17 1 active sync /dev/sdb1
  68. 2 2 0 0 2 faulty removed
  69. 3 3 8 33 3 active sync /dev/sdc1
  70. /dev/sdb1:
  71. Magic : a92b4efc
  72. Version : 00.90.00
  73. UUID : 7d247a6e:7b5d46c8:f52d9c89:db304b21
  74. Creation Time : Mon Apr 23 19:55:36 2012
  75. Raid Level : raid1
  76. Used Dev Size : 20980800 (20.01 GiB 21.48 GB)
  77. Array Size : 20980800 (20.01 GiB 21.48 GB)
  78. Raid Devices : 4
  79. Total Devices : 3
  80. Preferred Minor : 0
  81.  
  82. Update Time : Mon Jun 27 21:12:23 2016
  83. State : clean
  84. Active Devices : 3
  85. Working Devices : 3
  86. Failed Devices : 1
  87. Spare Devices : 0
  88. Checksum : 1a57db72 - correct
  89. Events : 164275
  90.  
  91. Number Major Minor RaidDevice State
  92. this 1 8 17 1 active sync /dev/sdb1
  93.  
  94. 0 0 8 1 0 active sync /dev/sda1
  95. 1 1 8 17 1 active sync /dev/sdb1
  96. 2 2 0 0 2 faulty removed
  97. 3 3 8 33 3 active sync /dev/sdc1
  98. /dev/sdc1:
  99. Magic : a92b4efc
  100. Version : 00.90.00
  101. UUID : 7d247a6e:7b5d46c8:f52d9c89:db304b21
  102. Creation Time : Mon Apr 23 19:55:36 2012
  103. Raid Level : raid1
  104. Used Dev Size : 20980800 (20.01 GiB 21.48 GB)
  105. Array Size : 20980800 (20.01 GiB 21.48 GB)
  106. Raid Devices : 4
  107. Total Devices : 3
  108. Preferred Minor : 0
  109.  
  110. Update Time : Mon Jun 27 21:12:23 2016
  111. State : clean
  112. Active Devices : 3
  113. Working Devices : 3
  114. Failed Devices : 1
  115. Spare Devices : 0
  116. Checksum : 1a57db86 - correct
  117. Events : 164275
  118.  
  119. Number Major Minor RaidDevice State
  120. this 3 8 33 3 active sync /dev/sdc1
  121.  
  122. 0 0 8 1 0 active sync /dev/sda1
  123. 1 1 8 17 1 active sync /dev/sdb1
  124. 2 2 0 0 2 faulty removed
  125. 3 3 8 33 3 active sync /dev/sdc1
  126. =============================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement