XFS Filesystem

From MythTV Official Wiki
Revision as of 02:23, 21 March 2007 by T0ny (talk | contribs) (Wikipedia box and a few other little things)

Jump to: navigation, search
Wikipedia-logo-en.png
Wikipedia has an article on:

Possible Issues

It has been said that XFS can have problems when near full - Unverified.

Maintenance

# xfs_db -c frag -r /dev/device

can be used to get an idea as to the fragmentation percentage.

# xfs_fsr

command can be used to defragment a partition. You can safely run

# xfs_fsr nightly 

(or early in the morning) to "defrag" the partition. Doing so nightly will use less resources than doing so "whenever".