source: postlfs/filesystems/xfs.xml@ dcee0f2f

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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since dcee0f2f was dcee0f2f, checked in by Randy McMurchy <randy@…>, 19 years ago

Added indexing tags to Chapter 5 package instructions

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

  • Property mode set to 100644
File size: 7.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY xfsprogs-download-http "http://mirrors.sunsite.dk/xfs/download/cmd_tars/xfsprogs-&xfsprogs-version;.src.tar.gz">
8 <!ENTITY xfsprogs-download-ftp "ftp://oss.sgi.com/projects/xfs/download/cmd_tars/xfsprogs-&xfsprogs-version;.src.tar.gz">
9 <!ENTITY xfsprogs-size "833 KB">
10 <!ENTITY xfsprogs-buildsize "25.2 MB">
11 <!ENTITY xfsprogs-time "0.59 SBU">
12]>
13
14<sect1 id="xfs" xreflabel="XFS-&xfsprogs-version;">
15<sect1info>
16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
18</sect1info>
19<?dbhtml filename="xfsfs.html"?>
20<title>XFS-&xfsprogs-version;</title>
21<indexterm zone="xfs">
22<primary sortas="a-XFS">XFS</primary>
23</indexterm>
24
25<sect2>
26<title>Introduction to
27<application><acronym>XFS</acronym></application></title>
28
29<para>The <application>XFS</application> package contains administration
30and debugging tools for the <acronym>XFS</acronym> file system.</para>
31
32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP): <ulink
35url="&xfsprogs-download-http;"/></para></listitem>
36<listitem><para>Download (FTP): <ulink
37url="&xfsprogs-download-ftp;"/></para></listitem>
38<listitem><para>Download size: &xfsprogs-size;</para></listitem>
39<listitem><para>Estimated disk space required:
40&xfsprogs-buildsize;</para></listitem>
41<listitem><para>Estimated build time:
42&xfsprogs-time;</para></listitem></itemizedlist>
43</sect3>
44
45</sect2>
46
47<sect2>
48<title>Installation of <application>XFS</application></title>
49
50<para>Install <application>XFS</application> by running the following
51commands:</para>
52
53<screen><userinput><command>sed -i 's/autoconf//' Makefile &amp;&amp;
54make</command></userinput></screen>
55
56<para>Now, as the root user:</para>
57
58<screen><userinput role='root'><command>make install</command></userinput></screen>
59
60</sect2>
61
62<sect2>
63<title>Contents</title>
64
65<segmentedlist>
66<segtitle>Installed Programs</segtitle>
67<segtitle>Installed Library</segtitle>
68<segtitle>Installed Directory</segtitle>
69
70<seglistitem>
71<seg>fsck.xfs, mkfs.xfs, xfs_admin, xfs_bmap, xfs_check, xfs_copy, xfs_db,
72xfs_freeze, xfs_growfs, xfs_info, xfs_io, xfs_logprint, xfs_mkfile,
73xfs_ncheck, xfs_repair and xfs_rtcp</seg>
74<seg>libhandle.so</seg>
75<seg>/usr/share/doc/xfsprogs</seg>
76</seglistitem>
77</segmentedlist>
78
79<variablelist>
80<bridgehead renderas="sect3">Short Descriptions</bridgehead>
81<?dbfo list-presentation="list"?>
82
83<varlistentry id="fsck.xfs">
84<term><command>fsck.xfs</command></term>
85<listitem><para>simply exits with a zero status, since <acronym>XFS</acronym>
86partitions are checked at mount time.</para>
87<indexterm zone="xfs fsck.xfs">
88<primary sortas="b-fsck.xfs">fsck.xfs</primary>
89</indexterm></listitem>
90</varlistentry>
91
92<varlistentry id="mkfs.xfs">
93<term><command>mkfs.xfs</command></term>
94<listitem><para>constructs an <acronym>XFS</acronym> file system.</para>
95<indexterm zone="xfs mkfs.xfs">
96<primary sortas="b-mkfs.xfs">mkfs.xfs</primary>
97</indexterm></listitem>
98</varlistentry>
99
100<varlistentry id="xfs_admin">
101<term><command>xfs_admin</command></term>
102<listitem><para>changes the parameters of an <acronym>XFS</acronym> file
103system.</para>
104<indexterm zone="xfs xfs_admin">
105<primary sortas="b-xfs_admin">xfs_admin</primary>
106</indexterm></listitem>
107</varlistentry>
108
109<varlistentry id="xfs_bmap">
110<term><command>xfs_bmap</command></term>
111<listitem><para>prints block mapping for an <acronym>XFS</acronym> file.</para>
112<indexterm zone="xfs xfs_bmap">
113<primary sortas="b-xfs_bmap">xfs_bmap</primary>
114</indexterm></listitem>
115</varlistentry>
116
117<varlistentry id="xfs_check">
118<term><command>xfs_check</command></term>
119<listitem><para>checks <acronym>XFS</acronym> file system consistency.</para>
120<indexterm zone="xfs xfs_check">
121<primary sortas="b-xfs_check">xfs_check</primary>
122</indexterm></listitem>
123</varlistentry>
124
125<varlistentry id="xfs_copy">
126<term><command>xfs_copy</command></term>
127<listitem><para>copies the contents of an <acronym>XFS</acronym> file system
128to one or more targets in parallel.</para>
129<indexterm zone="xfs xfs_copy">
130<primary sortas="b-xfs_copy">xfs_copy</primary>
131</indexterm></listitem>
132</varlistentry>
133
134<varlistentry id="xfs_db">
135<term><command>xfs_db</command></term>
136<listitem><para>is used to debug an <acronym>XFS</acronym> file system.</para>
137<indexterm zone="xfs xfs_db">
138<primary sortas="b-xfs_db">xfs_db</primary>
139</indexterm></listitem>
140</varlistentry>
141
142<varlistentry id="xfs_freeze">
143<term><command>xfs_freeze</command></term>
144<listitem><para>suspends access to an <acronym>XFS</acronym> file
145system.</para>
146<indexterm zone="xfs xfs_freeze">
147<primary sortas="b-xfs_freeze">xfs_freeze</primary>
148</indexterm></listitem>
149</varlistentry>
150
151<varlistentry id="xfs_growfs">
152<term><command>xfs_growfs</command></term>
153<listitem><para>expands an <acronym>XFS</acronym> file system.</para>
154<indexterm zone="xfs xfs_growfs">
155<primary sortas="b-xfs_growfs">xfs_growfs</primary>
156</indexterm></listitem>
157</varlistentry>
158
159<varlistentry id="xfs_info">
160<term><command>xfs_info</command></term>
161<listitem><para>is equivalent to invoking <command>xfs_growfs</command>, but
162specifying that no change to the file system is to be made.</para>
163<indexterm zone="xfs xfs_info">
164<primary sortas="b-xfs_info">xfs_info</primary>
165</indexterm></listitem>
166</varlistentry>
167
168<varlistentry id="xfs_io">
169<term><command>xfs_io</command></term>
170<listitem><para>is a debugging tool like <command>xfs_db</command>, but is
171aimed at examining the regular file I/O path rather than the raw
172<acronym>XFS</acronym> volume itself.</para>
173<indexterm zone="xfs xfs_io">
174<primary sortas="b-xfs_io">xfs_io</primary>
175</indexterm></listitem>
176</varlistentry>
177
178<varlistentry id="xfs_logprint">
179<term><command>xfs_logprint</command></term>
180<listitem><para>prints the log of an <acronym>XFS</acronym> file system.</para>
181<indexterm zone="xfs xfs_logprint">
182<primary sortas="b-xfs_logprint">xfs_logprint</primary>
183</indexterm></listitem>
184</varlistentry>
185
186<varlistentry id="xfs_mkfile">
187<term><command>xfs_mkfile</command></term>
188<listitem><para>creates an <acronym>XFS</acronym> file, padded with zeroes by
189default.</para>
190<indexterm zone="xfs xfs_mkfile">
191<primary sortas="b-xfs_mkfile">xfs_mkfile</primary>
192</indexterm></listitem>
193</varlistentry>
194
195<varlistentry id="xfs_ncheck">
196<term><command>xfs_ncheck</command></term>
197<listitem><para>generates pathnames from inode numbers for an
198<acronym>XFS</acronym> file system.</para>
199<indexterm zone="xfs xfs_ncheck">
200<primary sortas="b-xfs_ncheck">xfs_ncheck</primary>
201</indexterm></listitem>
202</varlistentry>
203
204<varlistentry id="xfs_repair">
205<term><command>xfs_repair</command></term>
206<listitem><para>repairs corrupt or damaged <acronym>XFS</acronym>file
207systems.</para>
208<indexterm zone="xfs xfs_repair">
209<primary sortas="b-xfs_repair">xfs_repair</primary>
210</indexterm></listitem>
211</varlistentry>
212
213<varlistentry id="xfs_rtcp">
214<term><command>xfs_rtcp</command></term>
215<listitem><para>copies a file to the real-time partition on an
216<acronym>XFS</acronym> file system.</para>
217<indexterm zone="xfs xfs_rtcp">
218<primary sortas="b-xfs_rtcp">xfs_rtcp</primary>
219</indexterm></listitem>
220</varlistentry>
221
222<varlistentry id="libhandle">
223<term><filename class='libraryfile'>libhandle.so</filename></term>
224<listitem><para>contains functions to map filesystem handles to a
225corresponding open file descriptor for that filesystem.</para>
226<indexterm zone="xfs libhandle">
227<primary sortas="c-libhandle">libhandle.so</primary>
228</indexterm></listitem>
229</varlistentry>
230</variablelist>
231
232</sect2>
233
234</sect1>
Note: See TracBrowser for help on using the repository browser.