Re: using update-initramfs: how to get new mdadm.conf into the /boot? Or is it XFS?

2008-02-04 Thread maximilian attems
On Mon, Feb 04, 2008 at 02:59:44PM -0600, Moshe Yudkowsky wrote: Problem: on reboot, the I get an error message: root (hd0,1) (Moshe comment: as expected) Filesystem type is xfs, partition type 0xfd (Moshe comment: as expected) kernel /boot/vmliuz-etc.-amd64 root=/dev/md/boot ro Error

Re: Documentation? failure to update-initramfs causes Infinite md loop on boot

2008-01-30 Thread maximilian attems
On Wed, Jan 30, 2008 at 04:32:46PM -0600, Moshe Yudkowsky wrote: I reformatted the disks in preparation to my move to a RAID1/RAID5 combination. I couldn't --stop the array (that should have told me something), so I removed ARRAY from mdadm.conf and restarted. I ran fdisk to create the

[PATCH] [mdadm] Monitor.c s/MAXINT/INT_MAX/g

2007-09-26 Thread maximilian attems
include limits.h directly instead of values.h Signed-off-by: maximilian attems [EMAIL PROTECTED] --- Monitor.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Monitor.c b/Monitor.c index 246bdc0..8bc3ecc 100644 --- a/Monitor.c +++ b/Monitor.c @@ -32,7 +32,7

[PATCH] [mdadm] mdopen.c don't shadow major() and minor()

2007-09-26 Thread maximilian attems
s/(major|minor)/\1_num/ Signed-off-by: maximilian attems [EMAIL PROTECTED] --- mdopen.c | 64 +++--- 1 files changed, 32 insertions(+), 32 deletions(-) diff --git a/mdopen.c b/mdopen.c index 0b6951d..362d4d8 100644 --- a/mdopen.c +++ b

[PATCH] [mdadm] Monitor.c include signal.h directly

2007-09-26 Thread maximilian attems
another small step for better klibc support, glibc compile tested. Signed-off-by: maximilian attems [EMAIL PROTECTED] --- Monitor.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Monitor.c b/Monitor.c index 91f02a4..246bdc0 100644 --- a/Monitor.c +++ b/Monitor.c

[PATCH] [mdadm] config.c include dirent.h instead sys/dir.h

2007-09-21 Thread maximilian attems
sys/dir.h is an old BSD'ism, include dirent directly. small step for better klibc support. compile tested against glibc. Signed-off-by: maximilian attems [EMAIL PROTECTED] --- config.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config.c b/config.c index 73031b7

md device naming question

2007-09-19 Thread maximilian attems
hello, working on initramfs i'd be curious to know what the /sys/block entry of a /dev/md/NN device is. have a user request to support it and no handy box using it. i presume it may also be /sys/block/mdNN ? thanks -- maks - To unsubscribe from this list: send the line unsubscribe linux-raid