source: postlfs/filesystems/btrfs-progs.xml@ 6eb166fa

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 6eb166fa was 6eb166fa, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Add libuv-1.17.0. Required by cmake-3.10.0.
Update to cmake-3.10.0.
Update to gmime3-3.0.4.
Update to btrfs-progs-4.14.

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

  • Property mode set to 100644
File size: 10.8 KB
RevLine 
[1f1a9e9]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[8dfc5c3]7 <!ENTITY btrfs-progs-download-http "&kernel-dl;/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v&btrfs-progs-version;.tar.xz">
[1f1a9e9]8 <!ENTITY btrfs-progs-download-ftp " ">
[6eb166fa]9 <!ENTITY btrfs-progs-md5sum "7881c3d87a9a838f316941f8ed71968d">
[bd9de06d]10 <!ENTITY btrfs-progs-size "1.6 MB">
[6eb166fa]11 <!ENTITY btrfs-progs-buildsize "45 MB (add 33 MB for tests)">
12 <!ENTITY btrfs-progs-time "0.3 SBU (add 12 SBU for tests)">
[1f1a9e9]13]>
14
15<sect1 id="btrfs-progs" xreflabel="btrfs-progs-&btrfs-progs-version;">
16 <?dbhtml filename="btrfs-progs.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>btrfs-progs-&btrfs-progs-version;</title>
24
25 <indexterm zone="btrfs-progs">
26 <primary sortas="a-btrfs-progs">btrfs-progs</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to btrfs-progs</title>
31
32 <para>The <application>btrfs-progs</application> package contains administration
33 and debugging tools for the B-tree file system (btrfs).</para>
34
[110272ed]35 &lfs81_checked;
[1f1a9e9]36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&btrfs-progs-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&btrfs-progs-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &btrfs-progs-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &btrfs-progs-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &btrfs-progs-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &btrfs-progs-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Btrfs-progs Dependencies</bridgehead>
60
[61439d5]61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required">
63 <xref linkend="lzo"/>
64 </para>
65
[1f1a9e9]66 <bridgehead renderas="sect4">Recommended</bridgehead>
67 <para role="recommended">
68 <xref linkend="asciidoc"/> and
69 <xref linkend="xmlto"/> (both required to generate man pages)
70 </para>
71
[292a840]72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional">
[6eb166fa]74 <xref linkend="lvm2"/> (<command>dmsetup</command> is used in tests),
75 <xref linkend="reiserfs"/> (for tests), and
76 <ulink url='https://github.com/facebook/zstd/releases/'>zstd</ulink> (for tests)
[292a840]77 </para>
78
[1f1a9e9]79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/xfs"/></para>
81
82 </sect2>
83
84 <sect2 role="kernel" id="btrfs-progs-kernel">
85 <title>Kernel Configuration</title>
86
87 <para>Enable the following option in the kernel configuration
88 and recompile the kernel:</para>
89
90<screen><literal>File systems ---&gt;
91 &lt;*/M&gt; Btrfs filesystem support [CONFIG_BTRFS_FS]</literal></screen>
92
[f1e5096]93 <note><para>CONFIG_BTRFS_FS_POSIX_ACL and
94 CONFIG_REISERFS_FS_XATTR are required for some tests.
[a4b8b2a7]95 Other Btrfs options in the kernel are optional.</para></note>
[1f1a9e9]96
97 <indexterm zone="btrfs-progs btrfs-progs-kernel">
98 <primary sortas="d-xfs">BTRFS Programs</primary>
99 </indexterm>
100
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of btrfs-progs</title>
105
106 <para>Install <application>btrfs-progs</application> by running the following
107 commands:</para>
[7b2b4b11]108
[dd3d87b]109<screen><userinput>sed -i '1,100 s/\.gz//g' Documentation/Makefile.in &amp;&amp;
[c1ff74eb]110
[6eb166fa]111./configure --prefix=/usr \
112 --bindir=/bin \
113 --libdir=/lib \
114 --disable-zstd &amp;&amp;
[1f1a9e9]115make</userinput></screen>
116
[bd9de06d]117 <para>Before running tests, build a support program and
118 disable several that fail:</para>
[1f1a9e9]119
[bd9de06d]120<screen><userinput>make fssum &amp;&amp;
121
[f1e5096]122sed -i '/found/s/^/: #/' tests/convert-tests.sh &amp;&amp;
123
[94e0035]124mv tests/misc-tests/025-zstd-compression/test.sh{,.broken} &amp;&amp;
[f1e5096]125mv tests/convert-tests/010-reiserfs-basic/test.sh{,.broken} &amp;&amp;
126mv tests/convert-tests/011-reiserfs-delete-all-rollback/test.sh{,.broken} &amp;&amp;
127mv tests/fuzz-tests/003-multi-check-unmounted/test.sh{,.broken} &amp;&amp;
[bd9de06d]128mv tests/fuzz-tests/009-simple-zero-log/test.sh{,.broken}</userinput></screen>
[32bc8e4c]129
130 <para>To test the results, issue (as the <systemitem
131 class="username">root</systemitem> user): </para>
132
133<screen><userinput>pushd tests
134 ./fsck-tests.sh
135 ./mkfs-tests.sh
[bd9de06d]136 ./cli-tests.sh
[32bc8e4c]137 ./convert-tests.sh
138 ./misc-tests.sh
139 ./fuzz-tests.sh
140popd</userinput></screen>
141
142 <para>Install the package as the <systemitem
143 class="username">root</systemitem> user:</para>
[1f1a9e9]144
[01e86d88]145<screen role="root"><userinput>make install &amp;&amp;
[1f1a9e9]146
[555dcb4a]147ln -sfv ../../lib/$(readlink /lib/libbtrfs.so) /usr/lib/libbtrfs.so &amp;&amp;
[f50481de]148rm -v /lib/libbtrfs.{a,so} &amp;&amp;
149mv -v /bin/{mkfs,fsck}.btrfs /sbin</userinput></screen>
[1f1a9e9]150
151 </sect2>
152
153 <sect2 role="commands">
154 <title>Command Explanations</title>
155
156 <para><command>sed ... Documentation/Makefile.in</command>: Disables
157 compressing man pages to be consistent with the rest of BLFS.</para>
[32bc8e4c]158
[61439d5]159 <para><option>--disable-documentation</option>: This option
160 is needed if the recommended dependencies are not installed.</para>
161
[f1e5096]162 <para><command>mv tests/{cli,convert,misc,fuzz}-tests/ ...</command>: Disables
[32bc8e4c]163 tests that fail and prevent tests from completing.</para>
164
[1f1a9e9]165 <para><command>ln -s ... /usr/lib/libbtrfs.so</command>: Creates a
166 symbolic link in the directory where it is expected.</para>
167
168 <para><command>rm /lib/libbtrfs.{a,so}</command>: Removes unneeded
169 library entries.</para>
170
171 </sect2>
172
173 <sect2 role="content">
174 <title>Contents</title>
175
176 <segmentedlist>
177 <segtitle>Installed Programs</segtitle>
178 <segtitle>Installed Libraries</segtitle>
179 <segtitle>Installed Directories</segtitle>
180
181 <seglistitem>
182 <seg>
183 btrfs,
184 btrfs-convert,
185 btrfs-debug-tree,
186 btrfs-find-root,
187 btrfs-image,
188 btrfs-map-logical,
189 btrfs-select-super,
190 btrfs-show-super,
191 btrfs-zero-log,
192 btrfsck (link to btrfs),
193 btrfstune,
194 fsck.btrfs, and
195 mkfs.btrfs
196 </seg>
197
198 <seg>libbtrfs.so</seg>
199
200 <seg>/usr/include/btrfs</seg>
201 </seglistitem>
202 </segmentedlist>
203
204 <variablelist>
205 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
206 <?dbfo list-presentation="list"?>
207 <?dbhtml list-presentation="table"?>
208
209 <varlistentry id="btrfs-prog">
210 <term><command>btrfs</command></term>
211 <listitem>
212 <para>
213 is the main interface into btrfs filesystem operations.
214 </para>
215 <indexterm zone="btrfs-progs btrfs-prog">
216 <primary sortas="b-btrfs">btrfs</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
[292a840]221 <varlistentry id="btrfs-convert">
222 <term><command>btrfs-convert</command></term>
223 <listitem>
224 <para>
225 converts from ext2/3/4 filesystem to btrfs.
226 </para>
227 <indexterm zone="btrfs-progs btrfs-convert">
228 <primary sortas="b-btrfs-convert">btrfs-convert</primary>
229 </indexterm>
230 </listitem>
231 </varlistentry>
232
233 <varlistentry id="btrfs-debug-tree">
234 <term><command>btrfs-debug-tree</command></term>
235 <listitem>
236 <para>
237 queries various internal information.
238 </para>
239 <indexterm zone="btrfs-progs btrfs-debug-tree">
240 <primary sortas="b-btrfs-debug-tree">btrfs-debug-tree</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
244
245 <varlistentry id="btrfs-find-root">
246 <term><command>btrfs-find-root</command></term>
247 <listitem>
248 <para>
249 is a filter to find btrfs root.
250 </para>
251 <indexterm zone="btrfs-progs btrfs-find-root">
252 <primary sortas="b-btrfs-find-root">btrfs-find-root</primary>
253 </indexterm>
254 </listitem>
255 </varlistentry>
256
257 <varlistentry id="btrfs-map-logical">
258 <term><command>btrfs-map-logical</command></term>
259 <listitem>
260 <para>
261 maps btrfs logical extent to physical extent.
262 </para>
263 <indexterm zone="btrfs-progs btrfs-map-logical">
264 <primary sortas="b-btrfs-map-logical">btrfs-map-logical</primary>
265 </indexterm>
266 </listitem>
267 </varlistentry>
268
269 <varlistentry id="btrfs-select-super">
270 <term><command>btrfs-select-super</command></term>
271 <listitem>
272 <para>
273 overwrites primary superblock with a backup copy.
274 </para>
275 <indexterm zone="btrfs-progs btrfs-select-super">
276 <primary sortas="b-btrfs-select-super">btrfs-select-super</primary>
277 </indexterm>
278 </listitem>
279 </varlistentry>
280
281 <varlistentry id="btrfs-show-super">
282 <term><command>btrfs-show-super</command></term>
283 <listitem>
284 <para>
285 queries various internal information.
286 </para>
287 <indexterm zone="btrfs-progs btrfs-show-super">
288 <primary sortas="b-btrfs-show-super">btrfs-show-super</primary>
289 </indexterm>
290 </listitem>
291 </varlistentry>
292
293 <varlistentry id="btrfs-zero-log">
294 <term><command>btrfs-zero-log</command></term>
295 <listitem>
296 <para>
297 recovers a damaged btrfs filesystem.
298 </para>
299 <indexterm zone="btrfs-progs btrfs-zero-log">
300 <primary sortas="b-btrfs-zero-log">btrfs-zero-log</primary>
301 </indexterm>
302 </listitem>
303 </varlistentry>
304
305 <varlistentry id="btrfstune">
306 <term><command>btrfstune</command></term>
307 <listitem>
308 <para>
309 tunes various filesystem parameters.
310 </para>
311 <indexterm zone="btrfs-progs btrfstune">
312 <primary sortas="b-btrfstune">btrfstune</primary>
313 </indexterm>
314 </listitem>
315 </varlistentry>
316
[1f1a9e9]317 <varlistentry id="fsck.btrfs">
318 <term><command>fsck.btrfs</command></term>
319 <listitem>
320 <para>
321 does nothing, but is present for consistency with fstab.
322 </para>
323 <indexterm zone="btrfs-progs fsck.btrfs">
324 <primary sortas="b-fsck.btrfs">fsck.btrfs</primary>
325 </indexterm>
326 </listitem>
327 </varlistentry>
328
329 <varlistentry id="mkfs.btrfs">
330 <term><command>mkfs.btrfs</command></term>
331 <listitem>
332 <para>creates a btrfs file system.</para>
333 <indexterm zone="btrfs-progs mkfs.btrfs">
334 <primary sortas="b-mkfs.btrfs">mkfs.btrfs</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.