e2fsprogs-desc.xml 2.3 KB

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