I have two 1 TB drives in my latest Ubuntu 11.04 system.<br>I have a 500GB drive as the 'main' OS and home drive, and I want to setup the two additional drives as follows:<br><br>/dev/sdb is mirrored on /dev/sdc<br>
<br>On /dev/sdb,I'd like to have three logical volumes - <br>/dev/backup<br>/dev/media<br>/dev/share<br><br>so that if I need to grow one or more of these, I can add additional discs.<br><br>I setup the RAID1 type on both discs, so that fdisk -l produces this - <br>
<br>/dev/sda: 500.1 Gb<br>/dev/sda1 *        1  58746 83 Linux<br>/dev/sda2    58746 60802   5 Extended<br>/dev/sda5    58746 60802  82 Linux swap / Solaris<br><br>/dev/sdb: 1000.2 GB<br>/dev/sdb1         1  121601 fd Linux raid autodetect<br>
<br>/dev/sdc: 1000.2 GB<br>
/dev/sdc1         1  121601 fd Linux raid autodetect<br><br>If I setup the lvm's on /dev/sdb, won't this wipe the fd that currently resides there?<br><br>Is there a way to accomplish both RAID1 and LVMs on this drive or am I just doing something in the wrong way?<br>
<br>Thanks, as always for the input.<br><br>Regards<br><br>Jack<br>
<br>