source: postlfs/filesystems/xfs.xml@ 0290a023

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 0290a023 was 518538f, checked in by Randy McMurchy <randy@…>, 19 years ago

Standardized the 'Estimated disk space required' text

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

  • Property mode set to 100644
File size: 5.0 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 "19 MB">
11 <!ENTITY xfsprogs-time "0.69 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
22<sect2>
23<title>Introduction to <application><acronym>XFS</acronym></application></title>
24
25<para>The <application>XFS</application> package contains administration
26and debugging tools for the <acronym>XFS</acronym> file system.</para>
27
28<sect3><title>Package information</title>
29<itemizedlist spacing='compact'>
30<listitem><para>Download (HTTP): <ulink
31url="&xfsprogs-download-http;"/></para></listitem>
32<listitem><para>Download (FTP): <ulink
33url="&xfsprogs-download-ftp;"/></para></listitem>
34<listitem><para>Download size: &xfsprogs-size;</para></listitem>
35<listitem><para>Estimated disk space required:
36&xfsprogs-buildsize;</para></listitem>
37<listitem><para>Estimated build time:
38&xfsprogs-time;</para></listitem></itemizedlist>
39</sect3>
40
41</sect2>
42
43
44<sect2>
45<title>Installation of <application>XFS</application></title>
46
47<para>Install <application>XFS</application> by running the following
48commands:</para>
49
50<screen><userinput><command>sed -i 's/autoconf//' Makefile &amp;&amp;
51make &amp;&amp;
52make install</command></userinput></screen>
53
54</sect2>
55
56<sect2>
57<title>Contents</title>
58
59<para><application>XFS</application> contains
60<command>fsck.xfs</command>,
61<command>mkfs.xfs</command>,
62<command>xfs_admin</command>,
63<command>xfs_bmap</command>,
64<command>xfs_check</command>,
65<command>xfs_copy</command>,
66<command>xfs_db</command>,
67<command>xfs_freeze</command>,
68<command>xfs_growfs</command>,
69<command>xfs_info</command>,
70<command>xfs_io</command>,
71<command>xfs_logprint</command>,
72<command>xfs_mkfile</command>,
73<command>xfs_ncheck</command>,
74<command>xfs_repair</command> and
75<command>xfs_rtcp</command>.
76</para>
77
78</sect2>
79
80<sect2><title>Description</title>
81
82<sect3><title>fsck.xfs</title>
83<para><command>fsck.xfs</command> simply exits with a zero status, since
84<acronym>XFS</acronym> partitions are checked at mount time.</para></sect3>
85
86<sect3><title>mkfs.xfs</title>
87<para><command>mkfs.xfs</command> constructs an <acronym>XFS</acronym>
88file system.</para></sect3>
89
90<sect3><title>xfs_admin</title>
91<para><command>xfs_admin</command> changes the parameters of an <acronym>XFS
92</acronym> file system.</para></sect3>
93
94<sect3><title>xfs_bmap</title>
95<para><command>xfs_bmap</command> prints block mapping for an <acronym>XFS
96</acronym> file.</para></sect3>
97
98<sect3><title>xfs_check</title>
99<para><command>xfs_check</command> checks <acronym>XFS</acronym> file system
100consistency.</para>
101</sect3>
102
103<sect3><title>xfs_copy</title>
104<para><command>xfs_copy</command> copies the contents of an
105<acronym>XFS</acronym> file system to one or more targets in
106parallel.</para></sect3>
107
108<sect3><title>xfs_db</title>
109<para><command>xfs_db</command> is used to debug an <acronym>XFS</acronym>
110file system.</para></sect3>
111
112<sect3><title>xfs_freeze</title>
113<para><command>xfs_freeze</command> suspends access to an
114<acronym>XFS</acronym> file system.</para></sect3>
115
116<sect3><title>xfs_growfs</title>
117<para><command>xfs_growfs</command> expands an <acronym>XFS</acronym> file system.
118</para></sect3>
119
120<sect3><title>xfs_info</title>
121<para><command>xfs_info</command> is equivalent to invoking
122<command>xfs_growfs</command>, but specifying that no change to the file
123system is to be made.</para></sect3>
124
125<sect3><title>xfs_io</title>
126<para><command>xfs_io</command> is a debugging tool like
127<command>xfs_db</command>, but is aimed at examining the regular
128file I/O path rather than the raw <acronym>XFS</acronym> volume
129itself.</para></sect3>
130
131<sect3><title>xfs_logprint</title>
132<para><command>xfs_logprint</command> prints the log of an <acronym>XFS
133</acronym> file system.</para></sect3>
134
135<sect3><title>xfs_mkfile</title>
136<para><command>xfs_mkfile</command> creates an <acronym>XFS</acronym> file,
137padded with zeroes by default.</para></sect3>
138
139<sect3><title>xfs_ncheck</title>
140<para><command>xfs_ncheck</command> generates pathnames from inode numbers for
141an <acronym>XFS</acronym> file system.</para></sect3>
142
143<sect3><title>xfs_repair</title>
144<para><command>xfs_repair</command> repairs corrupt or damaged <acronym>XFS
145</acronym>file systems.</para></sect3>
146
147<sect3><title>xfs_rtcp</title>
148<para><command>xfs_rtcp</command> copies a file to the real-time
149partition on an <acronym>XFS</acronym> file system.</para></sect3>
150
151</sect2>
152
153</sect1>
Note: See TracBrowser for help on using the repository browser.