Difference between revisions of "XFS Filesystem"
From MythTV Official Wiki
Steveadeff (talk | contribs) (→Possible Issues) |
m (Categorized) |
||
Line 14: | Line 14: | ||
= Links = | = Links = | ||
http://en.wikipedia.org/wiki/XFS | http://en.wikipedia.org/wiki/XFS | ||
+ | |||
+ | [[Category:Glossary]] |
Revision as of 14:50, 24 April 2006
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".