e2fsprogs-desc.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Descriptions</title>
  3. <para>Last checked against version &e2fsprogs-contversion;.</para>
  4. <sect3><title>Program file descriptions</title>
  5. <sect4><title>badblocks</title>
  6. <para>badblocks is used to search for bad blocks on a device (usually a disk
  7. partition).</para></sect4>
  8. <sect4><title>chattr</title>
  9. <para>chattr changes the file attributes on a Linux second extended file
  10. system.</para></sect4>
  11. <sect4><title>compile_et</title>
  12. <para>compile_et is used to convert a table, listing error-code names
  13. and associated messages, into a C source file that is suitable for use
  14. with the com_err library.</para></sect4>
  15. <sect4><title>debugfs</title>
  16. <para>The debugfs program is a file system debugger. It can be used to examine
  17. and change the state of an ext2 file system.</para></sect4>
  18. <sect4><title>dumpe2fs</title>
  19. <para>dumpe2fs prints the super block and blocks group information for the
  20. filesystem present on a specified device.</para></sect4>
  21. <sect4><title>e2fsck and fsck.ext2</title>
  22. <para>e2fsck and fsck.ext2 are used to check, and optionally repair, Linux
  23. second extended filesystems.</para></sect4>
  24. <sect4><title>e2image</title>
  25. <para>e2image is used to save critical ext2 filesystem data to
  26. a file.</para></sect4>
  27. <sect4><title>e2label</title>
  28. <para>e2label will display or change the filesystem label on the ext2
  29. filesystem located on the specified device.</para></sect4>
  30. <sect4><title>fsck</title>
  31. <para>fsck is used to check, and optionally repair, a Linux file
  32. system.</para></sect4>
  33. <sect4><title>fsck.ext3</title>
  34. <para>fsck.ext3 is used to check, and optionally repair, a Linux ext3
  35. filesystems.</para></sect4>
  36. <sect4><title>lsattr</title>
  37. <para>lsattr lists the file attributes on a second extended
  38. file system.</para></sect4>
  39. <sect4><title>mk_cmds</title>
  40. <para>The mk_cmds utility takes a command table file as input and produces
  41. a C source file as output, which is intended to be used with the subsystem
  42. library, libss.</para></sect4>
  43. <sect4><title>mke2fs and mkfs.ext2</title>
  44. <para>mke2fs is used to create a Linux second extended file system on a device
  45. (usually a disk partition). mkfs.ext2 does the same as mke2fs.</para></sect4>
  46. <sect4><title>mkfs.ext3</title>
  47. <para>mkfs.ext3 is used to create an ext3 filesystem.</para></sect4>
  48. <sect4><title>mklost+found</title>
  49. <para>mklost+found is used to create a lost+found directory in the current
  50. working directory on a Linux second extended file system. mklost+found
  51. pre-allocates disk blocks to the directory to make it
  52. usable by e2fsck.</para></sect4>
  53. <sect4><title>resize2fs</title>
  54. <para>resize2fs is used to resize ext2 file systems.</para></sect4>
  55. <sect4><title>tune2fs</title>
  56. <para>tune2fs adjusts tunable filesystem parameters on a Linux second extended
  57. filesystem.</para></sect4>
  58. <sect4><title>uuidgen</title>
  59. <para>The uuidgen program creates a new universally unique identifier (UUID)
  60. using the libuuid library. The new UUID can reasonably be considered unique
  61. among all UUIDs created, on the local system and on other
  62. systems, in the past and in the future.</para></sect4>
  63. </sect3>
  64. <sect3><title>Library file descriptions</title>
  65. <sect4><title>libcom_err</title>
  66. <para>The common error display routine.</para></sect4>
  67. <sect4><title>libe2p</title>
  68. <para>libe2p is used by dumpe2fs, chattr, and lsattr.</para></sect4>
  69. <sect4><title>libext2fs</title>
  70. <para>The ext2fs library is designed to allow user-level programs to
  71. manipulate an ext2 filesystem.</para></sect4>
  72. <sect4><title>libss</title>
  73. <para>libss is used by debugfs.</para></sect4>
  74. <sect4><title>libuuid</title>
  75. <para>The libuuid library is used to generate unique identifiers for
  76. objects that may be accessible beyond the local system.</para></sect4>
  77. </sect3>
  78. </sect2>