Advertisement
tlycken

RAID-problem

Feb 24th, 2014
508
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.02 KB | None | 0 0
  1. tlycken@hoth ~ $ sudo fdisk -l
  2. Disk /dev/sdb: 200.0 GB, 200049647616 bytes
  3. 255 heads, 63 sectors/track, 24321 cylinders, total 390721968 sectors
  4. Units = sectors of 1 * 512 = 512 bytes
  5. Sector size (logical/physical): 512 bytes / 512 bytes
  6. I/O size (minimum/optimal): 512 bytes / 512 bytes
  7. Disk identifier: 0x0007240c
  8.  
  9.    Device Boot      Start         End      Blocks   Id  System
  10. /dev/sdb1   *          63      208844      104391   83  Linux
  11. /dev/sdb2          208845   172232864    86012010   fd  Linux raid autodetect
  12. /dev/sdb3       172232865   336079799    81923467+  fd  Linux raid autodetect
  13. /dev/sdb4       336079800   390716864    27318532+   5  Extended
  14. /dev/sdb5       336079863   377045549    20482843+  fd  Linux raid autodetect
  15. /dev/sdb6       377045613   385431479     4192933+  82  Linux swap / Solaris
  16.  
  17. tlycken@hoth ~ $ sudo mdadm -E /dev/sdb
  18. /dev/sdb:
  19.    MBR Magic : aa55
  20. Partition[0] :       208782 sectors at           63 (type 83)
  21. Partition[1] :    172024020 sectors at       208845 (type fd)
  22. Partition[2] :    163846935 sectors at    172232865 (type fd)
  23. Partition[3] :     54637065 sectors at    336079800 (type 05)
  24.  
  25. tlycken@hoth ~ $ sudo mdadm -E /dev/sdb1
  26. mdadm: No md superblock detected on /dev/sdb1.
  27. tlycken@hoth ~ $ sudo mdadm -E /dev/sdb2
  28. /dev/sdb2:
  29.           Magic : a92b4efc
  30.         Version : 0.90.00
  31.            UUID : 866221ac:fd8d56af:aceaa1c2:25d2b442
  32.   Creation Time : Fri Feb 11 00:45:44 2005
  33.      Raid Level : raid1
  34.   Used Dev Size : 86011904 (82.03 GiB 88.08 GB)
  35.      Array Size : 86011904 (82.03 GiB 88.08 GB)
  36.    Raid Devices : 2
  37.   Total Devices : 1
  38. Preferred Minor : 2
  39.  
  40.     Update Time : Mon Feb 24 15:57:13 2014
  41.           State : clean
  42.  Active Devices : 1
  43. Working Devices : 1
  44.  Failed Devices : 1
  45.   Spare Devices : 0
  46.        Checksum : 9a36b840 - correct
  47.          Events : 1273121
  48.  
  49.  
  50.       Number   Major   Minor   RaidDevice State
  51. this     0       8       18        0      active sync   /dev/sdb2
  52.  
  53.    0     0       8       18        0      active sync   /dev/sdb2
  54.    1     1       0        0        1      faulty removed
  55. tlycken@hoth ~ $ sudo mdadm -E /dev/sdb3
  56. /dev/sdb3:
  57.           Magic : a92b4efc
  58.         Version : 0.90.00
  59.            UUID : cabf24a5:5205fe9a:e5a94833:3cbbc5ea
  60.   Creation Time : Fri Feb 11 00:44:13 2005
  61.      Raid Level : raid1
  62.   Used Dev Size : 81923392 (78.13 GiB 83.89 GB)
  63.      Array Size : 81923392 (78.13 GiB 83.89 GB)
  64.    Raid Devices : 2
  65.   Total Devices : 2
  66. Preferred Minor : 1
  67.  
  68.     Update Time : Fri Jan 31 08:13:33 2014
  69.           State : clean
  70.  Active Devices : 2
  71. Working Devices : 2
  72.  Failed Devices : 0
  73.   Spare Devices : 0
  74.        Checksum : 85bb034d - correct
  75.          Events : 29760271
  76.  
  77.  
  78.       Number   Major   Minor   RaidDevice State
  79. this     0       8        3        0      active sync
  80.  
  81.    0     0       8        3        0      active sync
  82.    1     1       8       19        1      active sync   /dev/sdb3
  83. tlycken@hoth ~ $ sudo mdadm -E /dev/sdb4
  84. /dev/sdb4:
  85.    MBR Magic : aa55
  86. Partition[0] :     40965687 sectors at           63 (type fd)
  87. Partition[1] :      8385930 sectors at     40965750 (type 05)
  88. tlycken@hoth ~ $ sudo mdadm -E /dev/sdb5
  89. /dev/sdb5:
  90.           Magic : a92b4efc
  91.         Version : 0.90.00
  92.            UUID : b9a1b756:fd32fb01:2852af55:d603fcfb
  93.   Creation Time : Fri Feb 11 00:44:00 2005
  94.      Raid Level : raid1
  95.   Used Dev Size : 20482752 (19.53 GiB 20.97 GB)
  96.      Array Size : 20482752 (19.53 GiB 20.97 GB)
  97.    Raid Devices : 2
  98.   Total Devices : 2
  99. Preferred Minor : 0
  100.  
  101.     Update Time : Fri Jan 31 08:15:17 2014
  102.           State : clean
  103.  Active Devices : 2
  104. Working Devices : 2
  105.  Failed Devices : 0
  106.   Spare Devices : 0
  107.        Checksum : fd94f080 - correct
  108.          Events : 75971603
  109.  
  110.  
  111.       Number   Major   Minor   RaidDevice State
  112. this     0       8        5        0      active sync   /dev/sda5
  113.  
  114.    0     0       8        5        0      active sync   /dev/sda5
  115.    1     1       8       21        1      active sync   /dev/sdb5
  116. tlycken@hoth ~ $ sudo mdadm -E /dev/sdb6
  117. mdadm: No md superblock detected on /dev/sdb6.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement