e2fsprogs-desc.sgml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <sect2>
  2. <title>Contents</title>
  3. <para>
  4. The e2fsprogs package contains the chattr, lsattr, uuidgen, badblocks,
  5. debugfs, dumpe2fs, e2fsck, e2label, fsck, fsck.ext2, mke2fs, mkfs.ext2,
  6. mklost+found and tune2fs programs.
  7. </para>
  8. </sect2>
  9. <sect2><title>Description</title>
  10. <sect3><title>chattr</title>
  11. <para>
  12. chattr changes the file attributes on a Linux second extended file system.
  13. </para>
  14. </sect3>
  15. <sect3><title>lsattr</title>
  16. <para>
  17. lsattr lists the file attributes on a second extended file system.
  18. </para>
  19. </sect3>
  20. <sect3><title>uuidgen</title>
  21. <para>
  22. The uuidgen program creates a new universally unique identifier (UUID)
  23. using the libuuid library. The new UUID can reasonably be considered unique
  24. among all UUIDs created on the local system, and among UUIDs created on other
  25. systems in the past and in the future.
  26. </para>
  27. </sect3>
  28. <sect3><title>badblocks</title>
  29. <para>
  30. badblocks is used to search for bad blocks on a device (usually a disk
  31. partition).
  32. </para>
  33. </sect3>
  34. <sect3><title>debugfs</title>
  35. <para>
  36. The debugfs program is a file system debugger. It can be used to examine
  37. and change the state of an ext2 file system.
  38. </para>
  39. </sect3>
  40. <sect3><title>dumpe2fs</title>
  41. <para>
  42. dumpe2fs prints the super block and blocks group information for the
  43. filesystem present on a specified device.
  44. </para>
  45. </sect3>
  46. <sect3><title>e2fsck and fsck.ext2</title>
  47. <para>
  48. e2fsck is used to check a Linux second extended file system. fsck.ext2
  49. does the same as e2fsck.
  50. </para>
  51. </sect3>
  52. <sect3><title>e2label</title>
  53. <para>
  54. e2label will display or change the filesystem label on the ext2 filesystem
  55. located on the specified device.
  56. </para>
  57. </sect3>
  58. <sect3><title>fsck</title>
  59. <para>
  60. fsck is used to check and optionally repair a Linux file system.
  61. </para>
  62. </sect3>
  63. <sect3><title>mke2fs and mkfs.ext2</title>
  64. <para>
  65. mke2fs is used to create a Linux second extended file system on a device
  66. (usually a disk partition). mkfs.ext2 does the same as mke2fs.
  67. </para>
  68. </sect3>
  69. <sect3><title>mklost+found</title>
  70. <para>
  71. mklost+found is used to create a lost+found directory in the current
  72. working directory on a Linux second extended file system. mklost+found
  73. pre-allocates disk blocks to the directory to make it usable by e2fsck.
  74. </para>
  75. </sect3>
  76. <sect3><title>tune2fs</title>
  77. <para>
  78. tune2fs adjusts tunable filesystem parameters on a Linux second extended
  79. filesystem.
  80. </para>
  81. </sect3>
  82. </sect2>