On Tue, 15 Feb 2005, Michael Best wrote:
I create all raid arrays with mdadm now, it defaults to persistent superblocks as well.
Something like:
mdadm -C /dev/md0 -n 2 -l 1 /dev/sd[cd]2 mkfs.ext3 -L/home /dev/md0
There is an mdadm.conf file, but it is mostly used for the mdmonitor functionality of mdadm.
-Mike
Hi Mike, thanks for the great hint about the mdadm command, I didnt know it existed before! However it doesnt change things, using disk labels with MD devices just dont work for me. It must be a mount bug in conjunction with md devices and disklabels.
This seems to be related to: https://bugzilla.redhat.com/beta/show_bug.cgi?id=118956
//Chris