source: postlfs/filesystems/xfs.xml@ 9f12e36

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 9f12e36 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

  • Property mode set to 100644
File size: 11.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
19 <!ENTITY xfsprogs-download-http "http://mirrors.sunsite.dk/xfs/download/cmd_tars/xfsprogs-&xfsprogs-version;.src.tar.gz">
20 <!ENTITY xfsprogs-download-ftp "ftp://oss.sgi.com/projects/xfs/download/cmd_tars/xfsprogs-&xfsprogs-version;.src.tar.gz">
21 <!ENTITY xfsprogs-md5sum "d4a78fced98c0f3f32627a473e8e0a59">
22 <!ENTITY xfsprogs-size "878 KB">
23 <!ENTITY xfsprogs-buildsize "17.3 MB">
24 <!ENTITY xfsprogs-time "0.78 SBU">
25]>
26
27<sect1 id="xfs" xreflabel="XFS-&xfsprogs-version;">
28 <?dbhtml filename="xfsfs.html"?>
29
30 <sect1info>
31 <othername>$LastChangedBy$</othername>
32 <date>$Date$</date>
33 </sect1info>
34
35 <title>XFS-&xfsprogs-version;</title>
36
37 <indexterm zone="xfs">
38 <primary sortas="a-XFS">XFS</primary>
39 </indexterm>
40
41 <sect2 role="package">
42 <title>Introduction to XFS</title>
43
44 <para>The <application>XFS</application> package contains administration
45 and debugging tools for the XFS file system.</para>
46
47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
50 <para>Download (HTTP): <ulink url="&xfsprogs-download-http;"/></para>
51 </listitem>
52 <listitem>
53 <para>Download (FTP): <ulink url="&xfsprogs-download-ftp;"/></para>
54 </listitem>
55 <listitem>
56 <para>Download MD5 sum: &xfsprogs-md5sum;</para>
57 </listitem>
58 <listitem>
59 <para>Download size: &xfsprogs-size;</para>
60 </listitem>
61 <listitem>
62 <para>Estimated disk space required: &xfsprogs-buildsize;</para>
63 </listitem>
64 <listitem>
65 <para>Estimated build time: &xfsprogs-time;</para>
66 </listitem>
67 </itemizedlist>
68
69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/xfs"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of XFS</title>
76
77 <note>
78 <para>If you did not install the
79 <ulink url="&lfs-root;/chapter06/e2fsprogs.html">E2fsprogs</ulink>
80 package in LFS, you must install it, or
81 <ulink url="http://pecl.php.net/package/uuid">UUID</ulink> before
82 proceeding with the installation of <application>XFS</application>.</para>
83 </note>
84
85 <para>Install <application>XFS</application> by running the following
86 commands:</para>
87
88<screen><userinput>sed -i '/autoconf/d' Makefile &amp;&amp;
89make DEBUG=-DNDEBUG</userinput></screen>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role="root"><userinput>make install</userinput></screen>
94
95 <para>The <application>XFS</application> library installation is
96 incomplete. To finish the installation, issue the following commands
97 as the <systemitem class="username">root</systemitem> user:</para>
98
99<screen role="root"><userinput>chmod -v 755 /lib/libhandle.so* &amp;&amp;
100install -v -m755 -D libhandle/libhandle.la /usr/lib/libhandle.la &amp;&amp;
101install -v -m644 libhandle/.libs/libhandle.a /usr/lib &amp;&amp;
102ln -sv ../../lib/libhandle.so.1 /usr/lib/libhandle.so</userinput></screen>
103
104 </sect2>
105
106 <sect2 role="commands">
107 <title>Command Explanations</title>
108
109 <para><command>sed -i '/autoconf/d' Makefile</command>: This command
110 disables running <command>autoconf</command> because it is
111 unnecessary.</para>
112
113 <para><command>make DEBUG=-DNDEBUG</command>: The <application>XFS
114 </application> build will fail using the default -DDEBUG flags.</para>
115
116 <para><parameter>OPTIMIZER="..."</parameter>: Adding this parameter to
117 the <command>make</command> command overrides the default optimization
118 settings.</para>
119
120 <para><command>install -v ...</command>: These commands install the
121 static library and libtool archive for <filename>libhandle</filename>.</para>
122
123 <para><command>ln -sv ...</command>: This command installs a symlink
124 that is missed by the <command>make install</command> command.</para>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Library</segtitle>
134 <segtitle>Installed Directory</segtitle>
135
136 <seglistitem>
137 <seg>fsck.xfs, mkfs.xfs, xfs_admin, xfs_bmap, xfs_check, xfs_copy,
138 xfs_db, xfs_freeze, xfs_growfs, xfs_info, xfs_io, xfs_logprint,
139 xfs_mkfile, xfs_ncheck, xfs_repair, and xfs_rtcp</seg>
140 <seg>libhandle.{so,a}</seg>
141 <seg>/usr/share/doc/xfsprogs</seg>
142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150 <varlistentry id="fsck.xfs">
151 <term><command>fsck.xfs</command></term>
152 <listitem>
153 <para>simply exits with a zero status, since XFS
154 partitions are checked at mount time.</para>
155 <indexterm zone="xfs fsck.xfs">
156 <primary sortas="b-fsck.xfs">fsck.xfs</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 <varlistentry id="mkfs.xfs">
162 <term><command>mkfs.xfs</command></term>
163 <listitem>
164 <para>constructs an XFS file system.</para>
165 <indexterm zone="xfs mkfs.xfs">
166 <primary sortas="b-mkfs.xfs">mkfs.xfs</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="xfs_admin">
172 <term><command>xfs_admin</command></term>
173 <listitem>
174 <para>changes the parameters of an XFS file system.</para>
175 <indexterm zone="xfs xfs_admin">
176 <primary sortas="b-xfs_admin">xfs_admin</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="xfs_bmap">
182 <term><command>xfs_bmap</command></term>
183 <listitem>
184 <para>prints block mapping for an XFS file.</para>
185 <indexterm zone="xfs xfs_bmap">
186 <primary sortas="b-xfs_bmap">xfs_bmap</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="xfs_check">
192 <term><command>xfs_check</command></term>
193 <listitem>
194 <para>checks XFS file system consistency.</para>
195 <indexterm zone="xfs xfs_check">
196 <primary sortas="b-xfs_check">xfs_check</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="xfs_copy">
202 <term><command>xfs_copy</command></term>
203 <listitem>
204 <para>copies the contents of an XFS file system
205 to one or more targets in parallel.</para>
206 <indexterm zone="xfs xfs_copy">
207 <primary sortas="b-xfs_copy">xfs_copy</primary>
208 </indexterm>
209 </listitem>
210 </varlistentry>
211
212 <varlistentry id="xfs_db">
213 <term><command>xfs_db</command></term>
214 <listitem>
215 <para>is used to debug an XFS file system.</para>
216 <indexterm zone="xfs xfs_db">
217 <primary sortas="b-xfs_db">xfs_db</primary>
218 </indexterm>
219 </listitem>
220 </varlistentry>
221
222 <varlistentry id="xfs_freeze">
223 <term><command>xfs_freeze</command></term>
224 <listitem>
225 <para>suspends access to an XFS file system.</para>
226 <indexterm zone="xfs xfs_freeze">
227 <primary sortas="b-xfs_freeze">xfs_freeze</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 <varlistentry id="xfs_growfs">
233 <term><command>xfs_growfs</command></term>
234 <listitem>
235 <para>expands an XFS file system.</para>
236 <indexterm zone="xfs xfs_growfs">
237 <primary sortas="b-xfs_growfs">xfs_growfs</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 <varlistentry id="xfs_info">
243 <term><command>xfs_info</command></term>
244 <listitem>
245 <para>is equivalent to invoking <command>xfs_growfs</command>, but
246 specifying that no change to the file system is to be made.</para>
247 <indexterm zone="xfs xfs_info">
248 <primary sortas="b-xfs_info">xfs_info</primary>
249 </indexterm>
250 </listitem>
251 </varlistentry>
252
253 <varlistentry id="xfs_io">
254 <term><command>xfs_io</command></term>
255 <listitem>
256 <para>is a debugging tool like <command>xfs_db</command>, but is
257 aimed at examining the regular file I/O path rather than the raw
258 XFS volume itself.</para>
259 <indexterm zone="xfs xfs_io">
260 <primary sortas="b-xfs_io">xfs_io</primary>
261 </indexterm>
262 </listitem>
263 </varlistentry>
264
265 <varlistentry id="xfs_logprint">
266 <term><command>xfs_logprint</command></term>
267 <listitem>
268 <para>prints the log of an XFS file system.</para>
269 <indexterm zone="xfs xfs_logprint">
270 <primary sortas="b-xfs_logprint">xfs_logprint</primary>
271 </indexterm>
272 </listitem>
273 </varlistentry>
274
275 <varlistentry id="xfs_mkfile">
276 <term><command>xfs_mkfile</command></term>
277 <listitem>
278 <para>creates an XFS file, padded with zeroes by default.</para>
279 <indexterm zone="xfs xfs_mkfile">
280 <primary sortas="b-xfs_mkfile">xfs_mkfile</primary>
281 </indexterm>
282 </listitem>
283 </varlistentry>
284
285 <varlistentry id="xfs_ncheck">
286 <term><command>xfs_ncheck</command></term>
287 <listitem>
288 <para>generates pathnames from inode numbers for an
289 XFS file system.</para>
290 <indexterm zone="xfs xfs_ncheck">
291 <primary sortas="b-xfs_ncheck">xfs_ncheck</primary>
292 </indexterm>
293 </listitem>
294 </varlistentry>
295
296 <varlistentry id="xfs_quota">
297 <term><command>xfs_quota</command></term>
298 <listitem>
299 <para>is a utility for reporting and editing various
300 aspects of filesystem quota.</para>
301 <indexterm zone="xfs xfs_quota">
302 <primary sortas="b-xfs_quota">xfs_quota</primary>
303 </indexterm>
304 </listitem>
305 </varlistentry>
306
307 <varlistentry id="xfs_repair">
308 <term><command>xfs_repair</command></term>
309 <listitem>
310 <para>repairs corrupt or damaged XFS file systems.</para>
311 <indexterm zone="xfs xfs_repair">
312 <primary sortas="b-xfs_repair">xfs_repair</primary>
313 </indexterm>
314 </listitem>
315 </varlistentry>
316
317 <varlistentry id="xfs_rtcp">
318 <term><command>xfs_rtcp</command></term>
319 <listitem>
320 <para>copies a file to the real-time partition on an
321 XFS file system.</para>
322 <indexterm zone="xfs xfs_rtcp">
323 <primary sortas="b-xfs_rtcp">xfs_rtcp</primary>
324 </indexterm>
325 </listitem>
326 </varlistentry>
327
328 <varlistentry id="libhandle">
329 <term><filename class='libraryfile'>libhandle.so</filename></term>
330 <listitem>
331 <para>contains functions to map filesystem handles to a
332 corresponding open file descriptor for that filesystem.</para>
333 <indexterm zone="xfs libhandle">
334 <primary sortas="c-libhandle">libhandle.so</primary>
335 </indexterm>
336 </listitem>
337 </varlistentry>
338
339 </variablelist>
340
341 </sect2>
342
343</sect1>
Note: See TracBrowser for help on using the repository browser.