Dexter Filmore wrote:

When running Knoppix on my file server, I can't mount /dev/md0 simply because it isn't there. Am I guessing right that I need to recreate the array?
How do I gather the necessary parameters?

From the man page:

        mdadm -Ac partitions -m 0 /dev/md0

This will "assemble" the array, as opposed to "create". It says to look in /proc/partitions for viable partitions and then assemble the array with devices that have a superblock minor number of 0. Once done, /dev/md0 will exist. Tuomas was not being a "wisecracker". His advice was valid.

Steve



-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to