<br><br><div class="gmail_quote">On Thu, Sep 17, 2009 at 9:29 AM, Adam Tauno Williams <span dir="ltr">&lt;<a href="mailto:awilliam@whitemice.org">awilliam@whitemice.org</a>&gt;</span> 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 class="im">&gt; &gt; Yes, these questions can be about as<br>
&gt; &gt; annoying to answer as &quot;how are you?&quot;,<br>
&gt; &gt; or &quot;What&#39;s up?&quot;  But helpful to some of<br>
&gt; &gt; us.<br>
&gt; Just to throw in my 2 cents...  ext3 tends to be the most widely<br>
&gt; tested of the Linux filesystems, and has the most capable fsck.  Other<br>
&gt; filesystems may be a few seconds faster in one way or another, but if<br>
&gt; you care about your data actually being there when you need it,<br>
&gt; there&#39;s no safer choice on Linux than ext3.<br>
<br>
</div>We used to be an XFS shop,  but with dir_index the single biggest<br>
performance plus of XFS was gone [at least for us], and ext3 is better<br>
supported with a richer tool chain.    Of course xfs.fsck is much faster<br>
- it doesn&#39;t actually do anything [it admits that right in the man<br>
page].  The equivalent is xfs_check / xfs_repair which depending on the<br>
options and filesystem size can take some time to run.<br>
<br>
For productive systems I&#39;m more comfortable with ext3 at this point -<br>
and it provides an upgrade path to ext4 which provides all the<br>
advantages of XFS [most notably: extents]<br>
<br>
If you have solid hardware and a UPS run ext3 as<br>
&quot;noatime,data=writeback&quot; and you&#39;ll probably get nearly equivalent<br>
performance.  And an external journal helps, just as with XFS.<br>
<div><div></div><div class="h5"><br></div></div></blockquote><div><br>&quot;Of course xfs.fsck is much faster<br>
- it doesn&#39;t actually do anything.&quot;<br><br>Quite a mouthful, and a reminder<br>of the potential pitfalls of comparisons.<br><br>Much harder is to ensure that one is<br>actually talking about equivalent value.<br>
<br>Interesting points.<br><br>    -- Bob<br><br> </div></div>