Hiya Dave,

Here's the info you asked for.

[EMAIL PROTECTED]:~$ cat /proc/mdstat 
Personalities : [raid1] 
md0 : active raid1 sdb[0] sdc[1]
      244198464 blocks [2/2] [UU]
      
unused devices: <none>
[EMAIL PROTECTED]:~$

[EMAIL PROTECTED]:~$ sudo mdadm --examine /dev/sdb
/dev/sdb:
          Magic : a92b4efc
        Version : 00.90.03
           UUID : 3dcc3d57:4499d301:a27ac102:cf8ea623
  Creation Time : Tue Aug 22 19:31:10 2006
     Raid Level : raid1
    Device Size : 244198464 (232.89 GiB 250.06 GB)
     Array Size : 244198464 (232.89 GiB 250.06 GB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 0

    Update Time : Sun Oct 29 14:52:28 2006
          State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0
       Checksum : 36917b01 - correct
         Events : 0.1893804


      Number   Major   Minor   RaidDevice State
this     0       8       16        0      active sync   /dev/sdb

   0     0       8       16        0      active sync   /dev/sdb
   1     1       8       32        1      active sync   /dev/sdc

[EMAIL PROTECTED]:~$ sudo mdadm --examine /dev/sdc
/dev/sdc:
          Magic : a92b4efc
        Version : 00.90.03
           UUID : 3dcc3d57:4499d301:a27ac102:cf8ea623
  Creation Time : Tue Aug 22 19:31:10 2006
     Raid Level : raid1
    Device Size : 244198464 (232.89 GiB 250.06 GB)
     Array Size : 244198464 (232.89 GiB 250.06 GB)
   Raid Devices : 2
  Total Devices : 2
Preferred Minor : 0

    Update Time : Sun Oct 29 14:52:34 2006
          State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0
       Checksum : 36917b1d - correct
         Events : 0.1893806


      Number   Major   Minor   RaidDevice State
this     1       8       32        1      active sync   /dev/sdc

   0     0       8       16        0      active sync   /dev/sdb
   1     1       8       32        1      active sync   /dev/sdc
[EMAIL PROTECTED]:~$

-- 
mdadm causes boot to hang for 4 minutes
https://launchpad.net/bugs/67299

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to