| From | Subject | Date |
|---|---|---|
| Leslie Rhorer | RE: Broken RAID1 boot arrays
OK, maybe not. I re-arranged things so the boot drives are /dev/sda
and /dev/sdb, but it still isn't working. When I boot the Ubuntu live CD
and install mdadm, it creates the following mdadm.conf:
ubuntu@ubuntu:~$ cat /etc/mdadm/mdadm.conf
# mdadm.conf
#
# Please refer to mdadm.conf(5) for information about this file.
#
# by default, scan all partitions (/proc/partitions) for MD superblocks.
# alternatively, specify devices to scan, using wildcards if desired.
DEVICE partitions
# ...
| May 11, 5:13 pm 2010 |
| Neil Brown | Re: Doubt about mdadm - v2.6.7.1 - 15th October 2008
On Tue, 11 May 2010 12:07:08 +0530
Does this extra "md_d99" appear when you create the array, or only when you
assemble it, or only after reboot?
What does
ls -l /dev/md*
This sounds like the array is being assembled by udev issuing
mdadm -I devname
commands, the somehow "mdadm -I" is getting confused about whether to create
a partitioned array or not (/dev/md99 cannot have partitions, /dev/md_d99
can).
Maybe try:
mdadm -Ss
mdadm -Ivv /dev/sda
mdadm -Ivv /dev/sdb
mdadm ...
| May 11, 6:03 pm 2010 |
| Luca Berra | Re: Broken RAID1 boot arrays
netcat or socat :)
but Leslie and me were talking about daemons in the specific environment
of a live cd, YMMV.
L.
--
Luca Berra -- bluca@comedia.it
Communication Media & Services S.r.l.
/"\
\ / ASCII RIBBON CAMPAIGN
X AGAINST HTML MAIL
/ \
--
| May 11, 11:28 pm 2010 |
| Tim Small | Re: Manually reconstructing a RAID5 array from a PERC3/D ...
Ta for those who sent along some tips...
In the end, I did manage to persuade the controller to put the array
back together (succeeded on the second attempt, after restoring the
drive metadata from the backups I'd taken). Part of the reason that I
didn't try this originally is that I didn't have access to any spare
SCSI/SCA drives, or the original RAID controller either!
Once I had access to the original block device, I created a COW snapshot
in order to run fsck.ext3 on the ...
| May 12, 5:56 am 2010 |
| Tim Small | Re: Use of WD20EARS with MDADM
I did have a look at this a while ago (it seemed to be built with Watcom
(now open-source) and a public-domain DOS extended along with an
open-sourced binary-compressor - decompilation under Watcom on FreeDOS
seemed possible), and it seems that Mark Lord has done a chunk more
hacking on it, since there is a reference to initial support in the
latest hdparm changelog - which you might want to take a look at....
Cheers,
Tim.
--
| May 12, 6:06 am 2010 |
| Frank Corrao | reshaping raid6 in-place
I have a 5-disk raid5 array which I recently reshaped to raid6 while
simultaneously adding a 6th disk. mdadm (3.1.1) reported that the
kernel I was running at the time (2.6.30) wasn't safe to perform the
in-place portion of the reshaping. The array was partitionally
converted to raid6, but I believe the Q blocks are all on the last
device I added. mdadm seems to report the algorithm as
left-symmetric-6 as opposed to left-symmetric. Today I upgraded to
2.6.32 and mdadm 3.1.2 and ...
| May 12, 4:10 pm 2010 |
| previous day | today | next day |
|---|---|---|
| May 11, 2010 | May 12, 2010 | May 13, 2010 |
