Check XFS fragmentation

Using XFS means, that you have to deal with fragmentation of your files. Disregarding fragmentation, XFS is a wonderful filesystem which never caused any problems here. To check fragmentation, we use the xfs-debug tool in read-only mode: xfs_db -c frag -r /dev/sdX# At my server it would look like that: stargazer ~ # xfs_db -c frag -r /dev/sda7 […]

Bad RAM

I guess there are many ways to drive a sysadmin crazy – I even experienced a few by now; But the most effective one of all seems to be bad memory. Let me tell you: Nowadays most systems that I get to look at are Windows boxes which are acting weird in a not really reproducible way.