source: postlfs/filesystems/xfs.xml@ b8fa16e

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

added missing download locations to various packages

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

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