XFS: Difference between revisions
From DWIKI
mNo edit summary |
|||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
*[https://wiki.archlinux.org/title/XFS https://wiki.archlinux.org/title/XFS] | *[https://wiki.archlinux.org/title/XFS https://wiki.archlinux.org/title/XFS] | ||
=Commands= | |||
==xfs_info== | |||
[https://insights-core.readthedocs.io/en/latest/shared_parsers_catalog/xfs_info.html Understanding xfs_info output] | |||
= FAQ = | = FAQ = | ||
== Check | == Check fragmentation == | ||
xfs_db -r -c frag /dev/sdc1 | xfs_db -r -c frag /dev/sdc1 | ||
==XFS discard == | |||
https://xfs.org/index.php/FITRIM/discard |
Latest revision as of 11:37, 6 May 2022
Documentation
Commands
xfs_info
FAQ
Check fragmentation
xfs_db -r -c frag /dev/sdc1