source: postlfs/filesystems/xfs/xfs-desc.xml@ 0990cf7a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb v5_1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0990cf7a was e2f00829, checked in by Igor Živković <igor@…>, 20 years ago

updated to xfsprogs-2.6.10

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1980 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.1 KB
Line 
1<sect2>
2<title>Contents</title>
3
4<para><application>XFS</application> contains
5<command>fsck.xfs</command>,
6<command>mkfs.xfs</command>,
7<command>xfs_admin</command>,
8<command>xfs_bmap</command>,
9<command>xfs_check</command>,
10<command>xfs_copy</command>,
11<command>xfs_db</command>,
12<command>xfs_freeze</command>,
13<command>xfs_growfs</command>,
14<command>xfs_info</command>,
15<command>xfs_io</command>,
16<command>xfs_logprint</command>,
17<command>xfs_mkfile</command>,
18<command>xfs_ncheck</command>,
19<command>xfs_repair</command> and
20<command>xfs_rtcp</command>.
21</para>
22
23</sect2>
24
25<sect2><title>Description</title>
26
27<sect3><title>fsck.xfs</title>
28<para><command>fsck.xfs</command> simply exits with a zero status, since
29<acronym>XFS</acronym> partitions are checked at mount time.</para></sect3>
30
31<sect3><title>mkfs.xfs</title>
32<para><command>mkfs.xfs</command> constructs an <acronym>XFS</acronym>
33file system.</para></sect3>
34
35<sect3><title>xfs_admin</title>
36<para><command>xfs_admin</command> changes the parameters of an <acronym>XFS
37</acronym> file system.</para></sect3>
38
39<sect3><title>xfs_bmap</title>
40<para><command>xfs_bmap</command> prints block mapping for an <acronym>XFS
41</acronym> file.</para></sect3>
42
43<sect3><title>xfs_check</title>
44<para><command>xfs_check</command> checks <acronym>XFS</acronym> file system
45consistency.</para>
46</sect3>
47
48<sect3><title>xfs_copy</title>
49<para><command>xfs_copy</command> copies the contents of an
50<acronym>XFS</acronym> file system to one or more targets in
51parallel.</para></sect3>
52
53<sect3><title>xfs_db</title>
54<para><command>xfs_db</command> is used to debug an <acronym>XFS</acronym>
55file system.</para></sect3>
56
57<sect3><title>xfs_freeze</title>
58<para><command>xfs_freeze</command> suspends access to an <acronym>XFS</acronym> file system.</para></sect3>
59
60<sect3><title>xfs_growfs</title>
61<para><command>xfs_growfs</command> expands an <acronym>XFS</acronym> file system.
62</para></sect3>
63
64<sect3><title>xfs_info</title>
65<para><command>xfs_info</command> is equivalent to invoking
66<command>xfs_growfs</command>, but specifying that no change to the file
67system is to be made.</para></sect3>
68
69<sect3><title>xfs_io</title>
70<para><command>xfs_io</command> is a debugging tool like
71<command>xfs_db</command>, but is aimed at examining the regular
72file I/O path rather than the raw <acronym>XFS</acronym> volume
73itself.</para></sect3>
74
75<sect3><title>xfs_logprint</title>
76<para><command>xfs_logprint</command> prints the log of an <acronym>XFS
77</acronym> file system.</para></sect3>
78
79<sect3><title>xfs_mkfile</title>
80<para><command>xfs_mkfile</command> creates an <acronym>XFS</acronym> file,
81padded with zeroes by default.</para></sect3>
82
83<sect3><title>xfs_ncheck</title>
84<para><command>xfs_ncheck</command> generates pathnames from inode numbers for
85an <acronym>XFS</acronym> file system.</para></sect3>
86
87<sect3><title>xfs_repair</title>
88<para><command>xfs_repair</command> repairs corrupt or damaged <acronym>XFS
89</acronym>file systems.</para></sect3>
90
91<sect3><title>xfs_rtcp</title>
92<para><command>xfs_rtcp</command> copies a file to the real-time
93partition on an <acronym>XFS</acronym> file system.</para></sect3>
94
95</sect2>
Note: See TracBrowser for help on using the repository browser.