I don't even remember where I started doing it like that, but I do it very similar to you. I actually just installed Arch Linux (again) a few days ago and I did: <br><br>/boot (100mb) ext2<br>/       (Remainder) ext4<br>
swap (equal to ram) <br><br>I am not sure where I started doing this, I have only recently used ext4, but I used to use zfs (it was on a friend's recommendation just to try out). I don't actually have a bias on ext2 vs ext3 on the boot, not sure that helps you as an argument though. Though really, I don't do much in the way of production systems. Every linux box I have online is a VPS using OpenVZ so all the installs are template based. There is only one that is a KVM and I let it do default drive formatting with debian.  <br>
<br>Winston Milling<br><br><div class="gmail_quote">On Tue, Oct 18, 2011 at 11:25 AM, Beddingfield, Allen <span dir="ltr"><<a href="mailto:allen@ua.edu">allen@ua.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Okay...  I recently kicked off a filesystem layout holy war on a SUSE-centered mailing list, so I thought I would get opinions here.<br>
<br>
I normally create a 500MB /boot as a primary partition, and format it as ext3, then use XFS for everything else.<br>
The source of the holy war on the other forum was my advising someone to configure their /boot as above.  It seems that there are a large number of people out there who think /boot should only ever be ext2....and as many others who think it should always be ext3.<br>

Opinions?<br>
<br>
FYI, the normal layout I will do is:<br>
If partition based<br>
/boot (500mb) ext3 primary partition<br>
swap<br>
/ (usually just one large XFS  "/"  for most systems- the source of other holy wars) primary partition<br>
Depending on the role of the server, I may also do a /srv or /var with XFS<br>
<br>
If LVM based:<br>
/boot (500mb) ext3 primary partition<br>
volume group name:  vgroup-system<br>
logical volumes:  lv-swap, vl-system-root<br>
Sometimes lv-srv or lv-var<br>
If the /srv or /var are a different disk system, vgroup-srv or vgroup-var, with lv-srv and lv-var<br>
<br>
Allen B.<br><font color="#888888">
<br>
-- <br>
Allen Beddingfield<br>
Systems Engineer<br>
The University of Alabama<br>
<br>
______________________________<u></u>_________________<br>
TUXaloosa mailing list<br>
<a href="mailto:TUXaloosa@tuxaloosa.org" target="_blank">TUXaloosa@tuxaloosa.org</a><br>
<a href="http://tuxaloosa.org/mailman/listinfo/tuxaloosa" target="_blank">http://tuxaloosa.org/mailman/<u></u>listinfo/tuxaloosa</a><br>
</font></blockquote></div><br>