Tuesday, December 4, 2007

mkfs.xfs tweaks

A couple of tweaks I'm using these days for XFS are:

mkfs.xfs -l size=64m /dev/md3


And in /etc/fstab mount the partition with the following options:

/dev/md3    /srv    xfs    noatime,nodiratime,logbufs=8    0 0


For a discussion of why these options see the bearded man.

No comments: