Quote:
Originally Posted by jerryboi My concern is minimizing hdd seek, as that seems to quite obviously slow down my system. It is its resistance to fragmentation what makes ext4 desirable, and fragmentation is one of the aspects in which xfs performs rather well -- so I might as well just take your advice. Are there any parameters you would recommend when mkfs.xfsing? |
The defaults seem to work pretty well for me, I have a 3.5TB RAID array that's had something like 4% fragmentation after about 5 years in production (so far). You can always defragment the filesystem, if you feel it necessary, but none of my machines have ever suffered more than a couple of percent of fragmentation - that's several active servers and a couple of workstations. I think the only thing I changed from the defaults was to have the following mount options: noatime,logbufs=8,logbsize=256k - they're self explanatory, I guess.