<br><br><div class="gmail_quote">On Mon, Jun 16, 2008 at 12:09 AM, Les Mikesell <<a href="mailto:lesmikesell@gmail.com">lesmikesell@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">drew einhorn wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
I'm in the process of trying mdadm for the first time<br>
<br>
I've been trying stuff out of tutorials, etc.<br>
<br>
At this point I know how to create stripes, and mirrors.<br>
<br>
My stripe is automatically restarting on reboot,<br>
but the degraded mirror isn't.<br>
</blockquote>
<br></div></div>
Is the partition type set to FD?<br>
<br>
</blockquote><div><br>That's the problem, but now I'm having trouble fixing it.<br><br>md1 has a single partitions   md1p1<br><br>[drew@funGus ~]$ sudo fdisk /dev/md1<br><br>The number of cylinders for this disk is set to 244123680.<br>
There is nothing wrong with that, but this is larger than 1024,<br>and could in certain setups cause problems with:<br>1) software that runs at boot time (e.g., old versions of LILO)<br>2) booting and partitioning software from other OSs<br>
   (e.g., DOS FDISK, OS/2 FDISK)<br><br>Command (m for help): p<br><br>Disk /dev/md1: 999.9 GB, 999930593280 bytes<br>2 heads, 4 sectors/track, 244123680 cylinders<br>Units = cylinders of 8 * 512 = 4096 bytes<br><br>    Device Boot      Start         End      Blocks   Id  System<br>
/dev/md1p1               1   244123680   976494718   fd  Linux raid autodetect<br><br>Command (m for help): q<br><br>but the attempt to create md2 fails:<br><br>[drew@funGus ~]$ sudo mdadm -C -ayes /dev/md2 --level=raid1 --raid-devices=2  missing /dev/md1p1<br>
mdadm: Cannot open /dev/md1p1: No such file or directory<br>mdadm: create aborted<br><br>[drew@funGus ~]$ sudo mdadm -C -ayes /dev/md2 --level=raid1 --raid-devices=2  missing /dev/md1p1<br>mdadm: Cannot open /dev/md1p1: No such file or directory<br>
mdadm: create aborted<br><br>Hmm.  That's right.  I does not exist.<br><br>[drew@funGus dev]$ ls -l /dev/md*<br>brw-r----- 1 root disk 9, 0 Jun 16 06:43 /dev/md0<br>brw-r----- 1 root disk 9, 1 Jun 16 06:46 /dev/md1<br>
brw-r----- 1 root disk 9, 2 Jun 16 06:48 /dev/md2<br>[drew@funGus dev]$ <br><br><br><br><br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
_______________________________________________<br>
CentOS mailing list<br>
<a href="mailto:CentOS@centos.org" target="_blank">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Drew Einhorn