<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.24.5">
</HEAD>
<BODY>
Thanks to all for the responses.&nbsp;&nbsp; I had done soft Raid,&nbsp;&nbsp; I had done LVM a little, but never LVM on top of softRaid. <BR>
<BR>
I screwed up my courage to the sticking point last night,&nbsp; exported the Virtualbox appliances, and reinstalled 6.2. <BR>
<BR>
Of course, the first CD boot, to install, rattled for a while, then after a couple minutes it completely hung with the Centos logo on the screen.&nbsp; Great.<BR>
The 2nd time booting, using the text install, I didn't have the disk setup options.&nbsp; Super. <BR>
The third time I booted to the live CD, then picked &quot;install to hard disk&quot;, and got the disk setup I've grown to know and.... be ok with. <BR>
<BR>
I averaged out the responses, put /boot on /dev/md0, and the only PV on /dev/md1, and split out root, home and u under that.&nbsp; All appears to be well. <BR>
<BR>
To answer your question, /u for me is typically my products, databases... all my company's stuff, which isn't mine personally.&nbsp;&nbsp;&nbsp; I attempt to segregate that from linux stuff in the standard directories.&nbsp;&nbsp; I attempt to avoid anything in /usr which isn't a part of Linux.&nbsp;&nbsp;&nbsp; Excepting /usr/local.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; So my priority in making backups is always /u first, then /home, then /usr/local, then / minus those three.&nbsp;&nbsp;&nbsp; <BR>
<BR>
It's my hope that if I were to blow away the linux boot or / data, by having a separate filesystem I'm more likely to be able to pop the drive into a newly built replacement chassis and mount /home and /u.&nbsp; The junk in /usr/local is stuff I COULD reload if I had to.&nbsp;&nbsp; The stuff in /home and /u exists nowhere else on the planet but my backups. <BR>
<BR>
Neal <BR>
<BR>
On Tue, 2012-03-20 at 05:21 -0400, Leam Hall wrote: 
<BLOCKQUOTE TYPE=CITE>
<PRE>
On 03/19/2012 10:35 PM, Neal Rhodes wrote:
&gt; I'm getting ready for the 3rd time installing Centos 6.2 on new server
&gt; for home.   We usually figure we get to install at least twice on a new
&gt; OS and hardware.
&gt;
&gt; This time the re-install is to get the drive partitioning and soft RAID
&gt; right.    I didn't have the 2nd drive for the 2nd install.
&gt;
&gt; Normally our prior Fedora servers have been
&gt;
&gt;          /dev/md1 on / type ext3 (rw)
&gt;          /dev/md0 on /boot type ext3 (rw)
&gt;          /dev/md2 on /u type ext3 (rw)
&gt;
&gt;
&gt; This time around I was thinking on using LVM, I guess to just get more
&gt; experience with LVM.   However, since you wouldn't want to risk
&gt; resizing /boot or root filesystem,  I see no point in them being in
&gt; LVM.
&gt;
&gt; Primary drive is 1.5TB, of which 220GB is occupied by Windows7 boot,
&gt; which I'd prefer to not disturb.
&gt; 2nd drive is 1TB.
&gt;
&gt; So, I'm thinking of a layout like this:
&gt;
&gt;          /dev/md0 on /boot type ext3 (rw)   (whatever boot takes)
&gt;          /dev/md1 on / type ext3 (rw)          (about 50GB)
&gt;          /dev/md2 on VolumeGroup00         (about 1TB)
&gt;                    And logical volumes for /home and /u, which can be
&gt;          resized as needed between /home and /u
&gt;          /dev/sda? on /u2                              (remaining 300GB,
&gt;          not Raid 1, just on the one bigger drive)
&gt;
&gt;
&gt; Is that going to work?   Other thoughts?
&gt;
&gt; Neal Rhodes
&gt; MNOP Ltd

Morning Neil!

If you're looking to learn, then life becomes a lot more fun! Some 
things to consider might be adding a swap space partition and separating 
/var, /usr, and /home from root (which you have done partly). Swap is a 
separate partition at the BIOS level though you can add swap volumes 
later under LVM. However, I prefer a swap partition because if the 
machine needs to swap then adding overhead for LVM seems against the grain.

With /home separate you can just tar it up for archive, move it off the 
machine, and then restore it back once you rebuild. I've been doing this 
for years and still have files from 10 years ago even though a few of my 
machines have crashed.

Moving /var and /usr off root helps because they tend to grow a lot. 
That lets you move things around easier though it's a bit trickier than 
/home.

What are you using /u for?

Leam
_______________________________________________
Ale mailing list
<A HREF="mailto:Ale@ale.org">Ale@ale.org</A>
<A HREF="http://mail.ale.org/mailman/listinfo/ale">http://mail.ale.org/mailman/listinfo/ale</A>
See JOBS, ANNOUNCE and SCHOOLS lists at
<A HREF="http://mail.ale.org/mailman/listinfo">http://mail.ale.org/mailman/listinfo</A>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>