source: postlfs/filesystems/xfs.xml@ 0dfa6f4f

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 0dfa6f4f was 0dfa6f4f, checked in by Randy McMurchy <randy@…>, 19 years ago

Added md5sums to ReiserFS and XFS instructions

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

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