Differences between revisions 2 and 3
Revision 2 as of 2017-07-16 08:11:03
Size: 565
Editor: SamatJain
Comment: Alternatives to FHS
Revision 3 as of 2020-05-11 20:05:01
Size: 628
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:

# Check
xfs_db -c check ${DEVICE}
xfs_repair -n ${DEVICE}

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


CategoryCheatSheet

SamatsWiki: CheatSheet/Filesystems (last edited 2020-05-11 20:05:01 by SamatJain)