e2fsprogs-desc.xml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. <para><command>badblocks</command> searches a device (usually a disk
  6. partition) for bad blocks.</para>
  7. <para><command>chattr</command> changes the attributes of files on a
  8. second extended (ext2) filesystem.</para>
  9. <para><command>compile_et</command> is an error table compiler. It
  10. converts a table of error-code names and messages into a C source file
  11. suitable for use with the com_err library.</para>
  12. <para><command>debugfs</command> is a filesystem debugger. It can be
  13. used to examine and change the state of an ext2 filesystem.</para>
  14. <para><command>dumpe2fs</command> prints the super block and blocks group
  15. information for the filesystem present on a given device.</para>
  16. <para><command>e2fsck</command> is used to check, and optionally repair,
  17. second extended (ext2) filesystems, and also ext3 filesystems.</para>
  18. <para><command>e2image</command> is used to save critical ext2 filesystem
  19. data to a file.</para>
  20. <para><command>e2label</command> will display or change the filesystem
  21. label on the ext2 filesystem present on a given device.</para>
  22. <para><command>fsck</command> is used to check, and optionally repair,
  23. filesystems. By default it checks the filesystems listed in
  24. <filename>/etc/fstab</filename></para>
  25. <para><command>lsattr</command> lists the attributes of files on a second
  26. extended filesystem.</para>
  27. <para><command>mk_cmds</command> converts a table of command names
  28. and help messages into a C source file suitable for use with the
  29. <filename>libss</filename> subsystem library.</para>
  30. <para><command>mke2fs</command> is used to create a second extended
  31. filesystem on the given device.</para>
  32. <para><command>mklost+found</command> is used to create a
  33. <filename>lost+found</filename> directory on a second extended filesystem.
  34. It pre-allocates disk blocks to this directory to lighten the task of e2fsck.</para>
  35. <para><command>resize2fs</command> can be used to enlarge or shrink an
  36. ext2 filesystem.</para>
  37. <para><command>tune2fs</command> is used adjust tunable filesystem
  38. parameters on a second extended filesystem.</para>
  39. <para><command>uuidgen</command> creates new universally unique
  40. identifiers (UUID). Each new UUID can reasonably be considered unique
  41. among all UUIDs created, on the local system and on other systems, in the
  42. past and in the future.</para>
  43. </sect3>
  44. <sect3><title>Library file descriptions</title>
  45. <para><command>libcom_err</command> is the common error display routine.</para>
  46. <para><command>libe2p</command> is used by dumpe2fs, chattr, and lsattr.</para>
  47. <para><command>libext2fs</command> contains routines to enable user-level
  48. programs to manipulate an ext2 filesystem.</para>
  49. <para><command>libss</command> is used by debugfs.</para>
  50. <para><command>libuuid</command> contains routines for generating unique
  51. identifiers for objects that may be accessible beyond the local system.</para>
  52. </sect3>
  53. </sect2>