e2fsprogs-desc.xml 3.2 KB

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