e2fsprogs.xml 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  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. ]>
  7. <sect1 id="ch-system-e2fsprogs" role="wrap">
  8. <?dbhtml filename="e2fsprogs.html"?>
  9. <sect1info condition="script">
  10. <productname>e2fsprogs</productname>
  11. <productnumber>&e2fsprogs-version;</productnumber>
  12. <address>&e2fsprogs-url;</address>
  13. </sect1info>
  14. <title>E2fsprogs-&e2fsprogs-version;</title>
  15. <indexterm zone="ch-system-e2fsprogs">
  16. <primary sortas="a-E2fsprogs">E2fsprogs</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>The E2fsprogs package contains the utilities for handling the
  21. <systemitem class="filesystem">ext2</systemitem> file system. It also
  22. supports the <systemitem class="filesystem">ext3</systemitem> and
  23. <systemitem class="filesystem">ext4</systemitem> journaling
  24. file systems.</para>
  25. <segmentedlist>
  26. <segtitle>&buildtime;</segtitle>
  27. <segtitle>&diskspace;</segtitle>
  28. <seglistitem>
  29. <seg>&e2fsprogs-ch6-sbu;</seg>
  30. <seg>&e2fsprogs-ch6-du;</seg>
  31. </seglistitem>
  32. </segmentedlist>
  33. </sect2>
  34. <sect2 role="installation">
  35. <title>Installation of E2fsprogs</title>
  36. <para>Fix a hardcoded path to <filename>/bin/rm</filename> in E2fsprogs'
  37. testsuite:</para>
  38. <screen><userinput remap="pre">sed -i 's@/bin/rm@/tools&amp;@' lib/blkid/test_probe.in</userinput></screen>
  39. <para>The E2fsprogs documentation recommends that the package be built in
  40. a subdirectory of the source tree: </para>
  41. <screen><userinput remap="pre">mkdir -v build
  42. cd build</userinput></screen>
  43. <para>Prepare E2fsprogs for compilation:</para>
  44. <screen><userinput remap="configure">../configure --prefix=/usr --with-root-prefix="" \
  45. --enable-elf-shlibs</userinput></screen>
  46. <variablelist>
  47. <title>The meaning of the configure options:</title>
  48. <varlistentry>
  49. <term><parameter>--with-root-prefix=""</parameter></term>
  50. <listitem>
  51. <para>Certain programs (such as the <command>e2fsck</command>
  52. program) are considered essential programs. When, for example,
  53. <filename class="directory">/usr</filename> is not mounted, these
  54. programs still need to be available. They belong in directories
  55. like <filename class="directory">/lib</filename> and <filename
  56. class="directory">/sbin</filename>. If this option is not passed
  57. to E2fsprogs' configure, the programs are installed into the
  58. <filename class="directory">/usr</filename> directory.</para>
  59. </listitem>
  60. </varlistentry>
  61. <varlistentry>
  62. <term><parameter>--enable-elf-shlibs</parameter></term>
  63. <listitem>
  64. <para>This creates the shared libraries which some programs
  65. in this package use.</para>
  66. </listitem>
  67. </varlistentry>
  68. </variablelist>
  69. <para>Compile the package:</para>
  70. <screen><userinput remap="make">make</userinput></screen>
  71. <para>To test the results, issue:</para>
  72. <screen><userinput remap="test">make check</userinput></screen>
  73. <para>One of the E2fsprogs tests will attempt to allocate 256 MB
  74. of memory. If you do not have significantly more RAM than this, it
  75. is recommended to enable sufficient swap space for the test. See
  76. <xref linkend="space-creatingfilesystem"/> and
  77. <xref linkend="space-mounting"/> for details on creating and enabling
  78. swap space.</para>
  79. <para>Install the binaries, documentation, and shared libraries:</para>
  80. <screen><userinput remap="install">make install</userinput></screen>
  81. <para>Install the static libraries and headers:</para>
  82. <screen><userinput remap="install">make install-libs</userinput></screen>
  83. <para>Make the installed static libraries writable so debugging symbols can
  84. be removed later.</para>
  85. <screen><userinput remap="install">chmod -v u+w /usr/lib/{libblkid,libcom_err,libe2p,libext2fs,libss,libuuid}.a</userinput></screen>
  86. <para>This package installs a gzipped
  87. <filename class="extension">.info</filename> file but doesn't update the
  88. system-wide <filename>dir</filename> file. Unzip this file and then update
  89. the system <filename>dir</filename> file using the following
  90. commands.</para>
  91. <screen><userinput remap="install">gunzip -v /usr/share/info/libext2fs.info.gz
  92. install-info --dir-file=/usr/share/info/dir \
  93. /usr/share/info/libext2fs.info</userinput></screen>
  94. <para>If desired, create and install some additional documentation by
  95. issuing the following commands:</para>
  96. <screen><userinput remap="install">makeinfo -o doc/com_err.info ../lib/et/com_err.texinfo
  97. install -v -m644 doc/com_err.info /usr/share/info
  98. install-info --dir-file=/usr/share/info/dir \
  99. /usr/share/info/com_err.info
  100. install -v -m644 -D ../doc/libblkid.txt \
  101. /usr/share/doc/e2fsprogs-&e2fsprogs-version;/libblkid.txt</userinput></screen>
  102. </sect2>
  103. <sect2 id="contents-e2fsprogs" role="content">
  104. <title>Contents of E2fsprogs</title>
  105. <segmentedlist>
  106. <segtitle>Installed programs</segtitle>
  107. <segtitle>Installed libraries</segtitle>
  108. <seglistitem>
  109. <seg>badblocks, blkid, chattr, compile_et, debugfs, dumpe2fs, e2fsck,
  110. e2image, e2initrd_helper, e2label, e2undo, filefrag, findfs, fsck,
  111. fsck.ext2, fsck.ext3, fsck.ext4, fsck.ext4dev, logsave, lsattr,
  112. mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev,
  113. mklost+found, resize2fs, tune2fs, uuidd, and uuidgen.</seg>
  114. <seg>libblkid.{a,so}, libcom_err.{a,so}, libe2p.{a,so},
  115. libext2fs.{a,so}, libss.{a,so}, and libuuid.{a,so}</seg>
  116. </seglistitem>
  117. </segmentedlist>
  118. <variablelist>
  119. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  120. <?dbfo list-presentation="list"?>
  121. <?dbhtml list-presentation="table"?>
  122. <varlistentry id="badblocks">
  123. <term><command>badblocks</command></term>
  124. <listitem>
  125. <para>Searches a device (usually a disk partition) for bad
  126. blocks</para>
  127. <indexterm zone="ch-system-e2fsprogs badblocks">
  128. <primary sortas="b-badblocks">badblocks</primary>
  129. </indexterm>
  130. </listitem>
  131. </varlistentry>
  132. <varlistentry id="blkid">
  133. <term><command>blkid</command></term>
  134. <listitem>
  135. <para>A command line utility to locate and print block device
  136. attributes</para>
  137. <indexterm zone="ch-system-e2fsprogs blkid">
  138. <primary sortas="b-blkid">blkid</primary>
  139. </indexterm>
  140. </listitem>
  141. </varlistentry>
  142. <varlistentry id="chattr">
  143. <term><command>chattr</command></term>
  144. <listitem>
  145. <para>Changes the attributes of files on an <systemitem
  146. class="filesystem">ext2</systemitem> file system; it also
  147. changes <systemitem class="filesystem">ext3</systemitem>
  148. file systems, the journaling version of <systemitem
  149. class="filesystem">ext2</systemitem> file systems</para>
  150. <indexterm zone="ch-system-e2fsprogs chattr">
  151. <primary sortas="b-chattr">chattr</primary>
  152. </indexterm>
  153. </listitem>
  154. </varlistentry>
  155. <varlistentry id="compile_et">
  156. <term><command>compile_et</command></term>
  157. <listitem>
  158. <para>An error table compiler; it converts a table of error-code
  159. names and messages into a C source file suitable for use with the
  160. <filename class="libraryfile">com_err</filename> library</para>
  161. <indexterm zone="ch-system-e2fsprogs compile_et">
  162. <primary sortas="b-compile_et">compile_et</primary>
  163. </indexterm>
  164. </listitem>
  165. </varlistentry>
  166. <varlistentry id="debugfs">
  167. <term><command>debugfs</command></term>
  168. <listitem>
  169. <para>A file system debugger; it can be used to examine and change
  170. the state of an <systemitem class="filesystem">ext2</systemitem>
  171. file system</para>
  172. <indexterm zone="ch-system-e2fsprogs debugfs">
  173. <primary sortas="b-debugfs">debugfs</primary>
  174. </indexterm>
  175. </listitem>
  176. </varlistentry>
  177. <varlistentry id="dumpe2fs">
  178. <term><command>dumpe2fs</command></term>
  179. <listitem>
  180. <para>Prints the super block and blocks group information for the
  181. file system present on a given device</para>
  182. <indexterm zone="ch-system-e2fsprogs dumpe2fs">
  183. <primary sortas="b-dumpe2fs">dumpe2fs</primary>
  184. </indexterm>
  185. </listitem>
  186. </varlistentry>
  187. <varlistentry id="e2fsck">
  188. <term><command>e2fsck</command></term>
  189. <listitem>
  190. <para>Is used to check, and optionally repair <systemitem
  191. class="filesystem">ext2</systemitem> file systems and <systemitem
  192. class="filesystem">ext3</systemitem> file systems</para>
  193. <indexterm zone="ch-system-e2fsprogs e2fsck">
  194. <primary sortas="b-e2fsck">e2fsck</primary>
  195. </indexterm>
  196. </listitem>
  197. </varlistentry>
  198. <varlistentry id="e2image">
  199. <term><command>e2image</command></term>
  200. <listitem>
  201. <para>Is used to save critical <systemitem
  202. class="filesystem">ext2</systemitem> file system data to a file</para>
  203. <indexterm zone="ch-system-e2fsprogs e2image">
  204. <primary sortas="b-e2image">e2image</primary>
  205. </indexterm>
  206. </listitem>
  207. </varlistentry>
  208. <varlistentry id="e2initrd_helper">
  209. <term><command>e2initrd_helper</command></term>
  210. <listitem>
  211. <para>Prints the FS type of a given filesystem, given either a
  212. device name or label</para>
  213. <indexterm zone="ch-system-e2fsprogs e2initrd_helper">
  214. <primary sortas="b-e2initrd_helper">e2initrd_helper</primary>
  215. </indexterm>
  216. </listitem>
  217. </varlistentry>
  218. <varlistentry id="e2label">
  219. <term><command>e2label</command></term>
  220. <listitem>
  221. <para>Displays or changes the file system label on the <systemitem
  222. class="filesystem">ext2</systemitem> file system present on a given
  223. device</para>
  224. <indexterm zone="ch-system-e2fsprogs e2label">
  225. <primary sortas="b-e2label">e2label</primary>
  226. </indexterm>
  227. </listitem>
  228. </varlistentry>
  229. <varlistentry id="e2undo">
  230. <term><command>e2undo</command></term>
  231. <listitem>
  232. <para>Replays the undo log undo_log for an ext2/ext3/ext4 filesystem
  233. found on a device. This can be used to undo a failed operation by an
  234. e2fsprogs program.</para>
  235. <indexterm zone="ch-system-e2fsprogs e2undo">
  236. <primary sortas="b-e2undo">e2undo</primary>
  237. </indexterm>
  238. </listitem>
  239. </varlistentry>
  240. <varlistentry id="filefrag">
  241. <term><command>filefrag</command></term>
  242. <listitem>
  243. <para>Reports on how badly fragmented a particular file might be</para>
  244. <indexterm zone="ch-system-e2fsprogs filefrag">
  245. <primary sortas="b-filefrag">filefrag</primary>
  246. </indexterm>
  247. </listitem>
  248. </varlistentry>
  249. <varlistentry id="findfs">
  250. <term><command>findfs</command></term>
  251. <listitem>
  252. <para>Finds a file system by label or Universally Unique Identifier
  253. (UUID)</para>
  254. <indexterm zone="ch-system-e2fsprogs findfs">
  255. <primary sortas="b-findfs">findfs</primary>
  256. </indexterm>
  257. </listitem>
  258. </varlistentry>
  259. <varlistentry id="fsck">
  260. <term><command>fsck</command></term>
  261. <listitem>
  262. <para>Is used to check, and optionally repair, file systems</para>
  263. <indexterm zone="ch-system-e2fsprogs fsck">
  264. <primary sortas="b-fsck">fsck</primary>
  265. </indexterm>
  266. </listitem>
  267. </varlistentry>
  268. <varlistentry id="fsck.ext2">
  269. <term><command>fsck.ext2</command></term>
  270. <listitem>
  271. <para>By default checks <systemitem class="filesystem">ext2</systemitem>
  272. file systems. This is a hard link to <command>fsck</command>.</para>
  273. <indexterm zone="ch-system-e2fsprogs fsck.ext2">
  274. <primary sortas="b-fsck.ext2">fsck.ext2</primary>
  275. </indexterm>
  276. </listitem>
  277. </varlistentry>
  278. <varlistentry id="fsck.ext3">
  279. <term><command>fsck.ext3</command></term>
  280. <listitem>
  281. <para>By default checks <systemitem class="filesystem">ext3</systemitem>
  282. file systems. This is a hard link to <command>fsck</command>.</para>
  283. <indexterm zone="ch-system-e2fsprogs fsck.ext3">
  284. <primary sortas="b-fsck.ext3">fsck.ext3</primary>
  285. </indexterm>
  286. </listitem>
  287. </varlistentry>
  288. <varlistentry id="fsck.ext4">
  289. <term><command>fsck.ext4</command></term>
  290. <listitem>
  291. <para>By default checks <systemitem class="filesystem">ext4</systemitem>
  292. file systems. This is a hard link to <command>fsck</command>.</para>
  293. <indexterm zone="ch-system-e2fsprogs fsck.ext4">
  294. <primary sortas="b-fsck.ext4">fsck.ext4</primary>
  295. </indexterm>
  296. </listitem>
  297. </varlistentry>
  298. <varlistentry id="fsck.ext4dev">
  299. <term><command>fsck.ext4dev</command></term>
  300. <listitem>
  301. <para>By default checks <systemitem class="filesystem">ext4</systemitem>
  302. development file systems. This is a hard link to
  303. <command>fsck</command>.</para>
  304. <indexterm zone="ch-system-e2fsprogs fsck.ext4dev">
  305. <primary sortas="b-fsck.ext4dev">fsck.ext4dev</primary>
  306. </indexterm>
  307. </listitem>
  308. </varlistentry>
  309. <varlistentry id="logsave">
  310. <term><command>logsave</command></term>
  311. <listitem>
  312. <para>Saves the output of a command in a log file</para>
  313. <indexterm zone="ch-system-e2fsprogs logsave">
  314. <primary sortas="b-logsave">logsave</primary>
  315. </indexterm>
  316. </listitem>
  317. </varlistentry>
  318. <varlistentry id="lsattr">
  319. <term><command>lsattr</command></term>
  320. <listitem>
  321. <para>Lists the attributes of files on a second extended file
  322. system</para>
  323. <indexterm zone="ch-system-e2fsprogs lsattr">
  324. <primary sortas="b-lsattr">lsattr</primary>
  325. </indexterm>
  326. </listitem>
  327. </varlistentry>
  328. <varlistentry id="mk_cmds">
  329. <term><command>mk_cmds</command></term>
  330. <listitem>
  331. <para>Converts a table of command names and help messages into a C
  332. source file suitable for use with the <filename
  333. class="libraryfile">libss</filename> subsystem library</para>
  334. <indexterm zone="ch-system-e2fsprogs mk_cmds">
  335. <primary sortas="b-mk_cmds">mk_cmds</primary>
  336. </indexterm>
  337. </listitem>
  338. </varlistentry>
  339. <varlistentry id="mke2fs">
  340. <term><command>mke2fs</command></term>
  341. <listitem>
  342. <para>Creates an <systemitem class="filesystem">ext2</systemitem>
  343. or <systemitem class="filesystem">ext3</systemitem> file system on
  344. the given device</para>
  345. <indexterm zone="ch-system-e2fsprogs mke2fs">
  346. <primary sortas="b-mke2fs">mke2fs</primary>
  347. </indexterm>
  348. </listitem>
  349. </varlistentry>
  350. <varlistentry id="mkfs.ext2">
  351. <term><command>mkfs.ext2</command></term>
  352. <listitem>
  353. <para>By default creates <systemitem class="filesystem">ext2</systemitem>
  354. file systems. This is a hard link to <command>mke2fs</command>.</para>
  355. <indexterm zone="ch-system-e2fsprogs mkfs.ext2">
  356. <primary sortas="b-mkfs.ext2">mkfs.ext2</primary>
  357. </indexterm>
  358. </listitem>
  359. </varlistentry>
  360. <varlistentry id="mkfs.ext3">
  361. <term><command>mkfs.ext3</command></term>
  362. <listitem>
  363. <para>By default creates <systemitem class="filesystem">ext3</systemitem>
  364. file systems. This is a hard link to <command>mke2fs</command>.</para>
  365. <indexterm zone="ch-system-e2fsprogs mkfs.ext3">
  366. <primary sortas="b-mkfs.ext3">mkfs.ext3</primary>
  367. </indexterm>
  368. </listitem>
  369. </varlistentry>
  370. <varlistentry id="mkfs.ext4">
  371. <term><command>mkfs.ext4</command></term>
  372. <listitem>
  373. <para>By default creates <systemitem class="filesystem">ext4</systemitem>
  374. file systems. This is a hard link to <command>mke2fs</command>.</para>
  375. <indexterm zone="ch-system-e2fsprogs mkfs.ext4">
  376. <primary sortas="b-mkfs.ext4">mkfs.ext4</primary>
  377. </indexterm>
  378. </listitem>
  379. </varlistentry>
  380. <varlistentry id="mkfs.ext4dev">
  381. <term><command>mkfs.ext4dev</command></term>
  382. <listitem>
  383. <para>By default creates <systemitem class="filesystem">ext4</systemitem>
  384. development file systems. This is a hard link to <command>mke2fs</command>.</para>
  385. <indexterm zone="ch-system-e2fsprogs mkfs.ext4dev">
  386. <primary sortas="b-mkfs.ext4dev">mkfs.ext4dev</primary>
  387. </indexterm>
  388. </listitem>
  389. </varlistentry>
  390. <varlistentry id="mklost-found">
  391. <term><command>mklost+found</command></term>
  392. <listitem>
  393. <para>Used to create a <filename class="directory">lost+found</filename>
  394. directory on an <systemitem class="filesystem">ext2</systemitem> file
  395. system; it pre-allocates disk blocks to this directory to lighten the
  396. task of <command>e2fsck</command></para>
  397. <indexterm zone="ch-system-e2fsprogs mklost-found">
  398. <primary sortas="b-mklost+found">mklost+found</primary>
  399. </indexterm>
  400. </listitem>
  401. </varlistentry>
  402. <varlistentry id="resize2fs">
  403. <term><command>resize2fs</command></term>
  404. <listitem>
  405. <para>Can be used to enlarge or shrink an <systemitem
  406. class="filesystem">ext2</systemitem> file system</para>
  407. <indexterm zone="ch-system-e2fsprogs resize2fs">
  408. <primary sortas="b-resize2fs">resize2fs</primary>
  409. </indexterm>
  410. </listitem>
  411. </varlistentry>
  412. <varlistentry id="tune2fs">
  413. <term><command>tune2fs</command></term>
  414. <listitem>
  415. <para>Adjusts tunable file system parameters on an <systemitem
  416. class="filesystem">ext2</systemitem> file system</para>
  417. <indexterm zone="ch-system-e2fsprogs tune2fs">
  418. <primary sortas="b-tune2fs">tune2fs</primary>
  419. </indexterm>
  420. </listitem>
  421. </varlistentry>
  422. <varlistentry id="uuidd">
  423. <term><command>uuidd</command></term>
  424. <listitem>
  425. <para>A daemon used by the UUID library to generate time-based
  426. UUIDs in a secure and guranteed-unique fashion.</para>
  427. <indexterm zone="ch-system-e2fsprogs uuidd">
  428. <primary sortas="b-uuidd">uuidd</primary>
  429. </indexterm>
  430. </listitem>
  431. </varlistentry>
  432. <varlistentry id="uuidgen">
  433. <term><command>uuidgen</command></term>
  434. <listitem>
  435. <para>Creates new UUIDs. Each new UUID can reasonably be considered
  436. unique among all UUIDs created, on the local system and on other
  437. systems, in the past and in the future</para>
  438. <indexterm zone="ch-system-e2fsprogs uuidgen">
  439. <primary sortas="b-uuidgen">uuidgen</primary>
  440. </indexterm>
  441. </listitem>
  442. </varlistentry>
  443. <varlistentry id="libblkid">
  444. <term><filename class="libraryfile">libblkid</filename></term>
  445. <listitem>
  446. <para>Contains routines for device identification and token
  447. extraction</para>
  448. <indexterm zone="ch-system-e2fsprogs libblkid">
  449. <primary sortas="c-libblkid">libblkid</primary>
  450. </indexterm>
  451. </listitem>
  452. </varlistentry>
  453. <varlistentry id="libcom_err">
  454. <term><filename class="libraryfile">libcom_err</filename></term>
  455. <listitem>
  456. <para>The common error display routine</para>
  457. <indexterm zone="ch-system-e2fsprogs libcom_err">
  458. <primary sortas="c-libcom_err">libcom_err</primary>
  459. </indexterm>
  460. </listitem>
  461. </varlistentry>
  462. <varlistentry id="libe2p">
  463. <term><filename class="libraryfile">libe2p</filename></term>
  464. <listitem>
  465. <para>Used by <command>dumpe2fs</command>, <command>chattr</command>,
  466. and <command>lsattr</command></para>
  467. <indexterm zone="ch-system-e2fsprogs libe2p">
  468. <primary sortas="c-libe2p">libe2p</primary>
  469. </indexterm>
  470. </listitem>
  471. </varlistentry>
  472. <varlistentry id="libext2fs">
  473. <term><filename class="libraryfile">libext2fs</filename></term>
  474. <listitem>
  475. <para>Contains routines to enable user-level programs to manipulate an
  476. <systemitem class="filesystem">ext2</systemitem> file system</para>
  477. <indexterm zone="ch-system-e2fsprogs libext2fs">
  478. <primary sortas="c-libext2fs">libext2fs</primary>
  479. </indexterm>
  480. </listitem>
  481. </varlistentry>
  482. <varlistentry id="libss">
  483. <term><filename class="libraryfile">libss</filename></term>
  484. <listitem>
  485. <para>Used by <command>debugfs</command></para>
  486. <indexterm zone="ch-system-e2fsprogs libss">
  487. <primary sortas="c-libss">libss</primary>
  488. </indexterm>
  489. </listitem>
  490. </varlistentry>
  491. <varlistentry id="libuuid">
  492. <term><filename class="libraryfile">libuuid</filename></term>
  493. <listitem>
  494. <para>Contains routines for generating unique identifiers for objects
  495. that may be accessible beyond the local system</para>
  496. <indexterm zone="ch-system-e2fsprogs libuuid">
  497. <primary sortas="c-libuuid">libuuid</primary>
  498. </indexterm>
  499. </listitem>
  500. </varlistentry>
  501. </variablelist>
  502. </sect2>
  503. </sect1>