e2fsprogs-desc.xml 2.3 KB

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