<div dir="ltr"><div>I fixed the problem with the following configuration:<br><br>d-i partman-md/device_remove_md    boolean true<br>d-i partman-auto/method string raid<br>d-i partman-auto/disk string /dev/sda /dev/sdb<br>d-i partman-auto/expert_recipe string \<br>
      multiraid ::                                         \<br>              10000 5000 20000 raid                        \<br>                      $primary{ } method{ raid }           \<br>              .                                            \<br>
              200 512 500 raid                             \<br>                      $primary{ } method{ raid }           \<br>              .                                            \<br>              2000 512 4000 raid                           \<br>
                      method{ raid }                       \<br>              .                                            \<br>              10000 512 15000 raid                         \<br>                      method{ raid }                       \<br>
              .                                            \<br>              10000 10000 1000000000 raid                  \<br>                      method{ raid }                       \<br>              .<br><br>d-i partman-auto-raid/recipe string \<br>
    1 2 0 ext4 /                \<br>          /dev/sda1#/dev/sdb1       \<br>    .                               \<br>    1 2 0 ext4 /boot                \<br>          /dev/sda2#/dev/sdb2       \<br>    .                               \<br>
    1 2 0 swap -                    \<br>          /dev/sda5#/dev/sdb5       \<br>    .                               \<br>    1 2 0 ext4 /backup              \<br>          /dev/sda6#/dev/sdb6       \<br>    .                               \<br>
    1 2 0 ext4 /opt                 \<br>          /dev/sda7#/dev/sdb7       \<br>    .<br><br><br>d-i mdadm/boot_degraded boolean true<br>d-i partman-md/confirm_nooverwrite boolean true<br>d-i partman-md/confirm boolean true<br>
d-i partman-partitioning/confirm_write_new_label boolean true<br>d-i partman/choose_partition select finish<br>d-i partman/confirm boolean true<br>d-i partman/confirm_nooverwrite boolean true<br><br></div>Thanks!<br><br></div>
<div class="gmail_extra"><br><br><div class="gmail_quote">2013/6/3 Camilo Vieira <span dir="ltr"><<a href="mailto:camilo.vieira@gmail.com" target="_blank">camilo.vieira@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div><div>Hi Liam,<br><br>Thanks for your collaboration.<br><br></div>This is a server machine. I usually use the /boot to help me fix partitions issues when something wrong happens.<br></div>The applications will be installed on /opt and I want to separate the partitions to avoid space problems.<br>

<br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">2013/6/3 Liam Proven <span dir="ltr"><<a href="mailto:lproven@gmail.com" target="_blank">lproven@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>On 3 June 2013 21:28, Camilo Vieira <<a href="mailto:camilo.vieira@gmail.com" target="_blank">camilo.vieira@gmail.com</a>> wrote:<br>
> I intend to create the following RAID 1:<br>
><br>
>     Partition    Size         Filesystem<br>
>         /        20GB            ext4<br>
>         /boot    500MB            ext4<br>
>         swap    2GB            swap<br>
>        /backup    10GB            ext4<br>
>        /opt     all free size     ext4<br>
<br>
</div>Why such a complex layout?<br>
<br>
E.g. why mirror swap? Indeed on a well-specced machine why use swap at all?<br>
<br>
For servers, I use a mirror pair for / and a RAID5 for /home and<br>
that's it. No need to split out /boot, /var, /opt and all that any<br>
more, not when a terabyte costs the same as a good meal.<br>
<br>
I keep /home separate. I give about 16-32GB to / and the rest to<br>
/home. Job done.<br>
<br>
<br>
--<br>
Liam Proven • Profile: <a href="http://lproven.livejournal.com/profile" target="_blank">http://lproven.livejournal.com/profile</a><br>
Email: <a href="mailto:lproven@cix.co.uk" target="_blank">lproven@cix.co.uk</a> • GMail/G+/Twitter/Flickr/Facebook: lproven<br>
MSN: <a href="mailto:lproven@hotmail.com" target="_blank">lproven@hotmail.com</a> • Skype/AIM/Yahoo/LinkedIn: liamproven<br>
Tel: <a href="tel:%2B44%2020-8685-0498" value="+442086850498" target="_blank">+44 20-8685-0498</a> • Cell: <a href="tel:%2B44%207939-087884" value="+447939087884" target="_blank">+44 7939-087884</a><br>
<span><font color="#888888"><br>
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com" target="_blank">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</font></span></blockquote></div><br></div>
</div></div></blockquote></div><br></div>