9 Feb
2008
9 Feb
'08
9:02 a.m.
On 2/8/08, Dan McGee <dpmcgee@gmail.com> wrote:
On Feb 8, 2008 4:41 PM, Aaron Griffin <aaronmgriffin@gmail.com> wrote:
I'm sure we have devs that use XFS, right?
I actually wonder what you guys do use. I'm guessing 75% of us use ext2/ext3. Let's get a quick poll going here. :)
I use ext3 on my two boxes with dir_index turned on for all partitions, and some have noatime in the mount options. /boot is the exception, which is ext2. Finally, I don't have a tmpfs for /tmp on either box, due to the fact that I tend to stick large stuff there and I'd rather not swap on a regular basis.
ext3 on everything (yes, and /boot) ...with dir_index, full journaling (journal_data), and noatime.