XFS
# Determine XFS fragmentation
xfs_db -r -c frag /dev/sda1
# Defragment XFS volume with 4 hr time-limit
xfs_fsr -t 14400 /dev/sda1
# Check
xfs_db -c check ${DEVICE}
xfs_repair -n ${DEVICE}
Alternatives to FHS
This section is here because I don't have a better place to put it on the Wiki.
The objectroot filesystem hierarchy specification
The GoboLinux Filesystem Hierarchy ยท gobolinux/Documentation Wiki