== XFS == {{{#!highlight sh numbers=off # 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. [[http://objectroot.org/root/|The objectroot filesystem hierarchy specification]] [[https://github.com/gobolinux/Documentation/wiki/The-GoboLinux-Filesystem-Hierarchy|The GoboLinux Filesystem Hierarchy ยท gobolinux/Documentation Wiki]] ---- CategoryCheatSheet