
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tlug] Re: limitation on using md0 as /
- Date: Fri, 29 Feb 2008 00:50:25 +0900
- From: Nobuyoshi KAMEI <zic-tlug@example.com>
- Subject: [tlug] Re: limitation on using md0 as /
- References: <E1JUVQu-0004Az-CZ@hikari.tlug.jp>
- User-agent: Thunderbird 2.0.0.9 (X11/20071115)
>> Message-ID: <20080227114908.bd78a9c9.attila@example.com>
>> Make sure you have support for SCSI disks(CONFIG_BLK_DEV_SD)
compiled in.
>> I had the same issue on a leased server and it took
>> me a while to figure that out (mostly because i only
>> got the last 24 lines of the kernel output, which didn't
>> contain the important stuff)
Thanks for the reply but not sure what you mean.
sd_mod.ko is a module and it has been in initrd all the time since long
time ago.
It used to work in that way so I assume that is not the root cause.
I've examined initrd-2.6.23.15-137.fc8.img which was an gzip cpio image,
and found init script, and there are lines,
>> mkblkdevs
>> mdadm -As --auto=yes --run /dev/md0
so maybe the right question would be,
Why "mdadm -As --auto=yes --run /dev/md0" fails to detect md0 while
"/sbin/mdadm -Ac partition -m 0 /dev/md0" succeeds ?
-
zic
Home |
Main Index |
Thread Index