Re: 2.4.18 (pre8) strange software raid0 problem

Neil Brown (neilb@cse.unsw.edu.au)
Sun, 4 Aug 2002 22:00:22 +1000 (EST)


On Sunday August 4, faasen@xs4all.nl wrote:
> Hi,
>
> i ran into a very strange problem.
>
> I booted my system this morning only to discover that I could no longer
> mount my /dev/md0. I shut down my system last night without any problems.
>
> The only way I can mount it again is with mdadm --assembly /dev/md0
> /dev/sda9 /dev/sdb1 /dev/sdc1
> I have to do this every time the system is rebooted.
>
> The distribution is debian unstable
> mdadm - v1.0.1 - 20 May 2002
> raidstart v0.3d compiled for md raidtools-0.90
>
> Is there any way to permanently fix this error?
> How did this happen, as i didn't do anything i can see related to
> this?

Sounds to me like something changed in debian. 'unstable' is like
that.

It would appear that you aren't using autodetect partitions, so you
need to have either 'raidstart -a' or 'mdadm -As' run at boot time,
with appropriate config files: /etc/raidtab or /etc/mdadm.conf.
Check your rc scripts and config files, decide which one you want to
use, and make sure the right script is enabled and the right
configfile has appropriate information.

NeilBrown
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/