e2fsprogs-desc.xml 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Short descriptions</title>
  3. <para><command>badblocks</command> searches a device (usually a disk
  4. partition) for bad blocks.</para>
  5. <para><command>blkid</command> is a command line utility to locate and
  6. print block device attributes.</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>findfs</command> finds a file system by label or UUID.</para>
  23. <para><command>fsck</command> is used to check, and optionally repair,
  24. filesystems. By default it checks the filesystems listed in
  25. <filename>/etc/fstab</filename></para>
  26. <para><command>logsave</command> saves the output of a command in a logfile.</para>
  27. <para><command>lsattr</command> lists the attributes of files on a second
  28. extended filesystem.</para>
  29. <para><command>mk_cmds</command> converts a table of command names
  30. and help messages into a C source file suitable for use with the
  31. <filename>libss</filename> subsystem library.</para>
  32. <para><command>mke2fs</command> is used to create a second extended
  33. filesystem on the given device.</para>
  34. <para><command>mklost+found</command> is used to create a
  35. <filename>lost+found</filename> directory on a second extended filesystem.
  36. It pre-allocates disk blocks to this directory to lighten the task of e2fsck.</para>
  37. <para><command>resize2fs</command> can be used to enlarge or shrink an
  38. ext2 filesystem.</para>
  39. <para><command>tune2fs</command> is used adjust tunable filesystem
  40. parameters on a second extended filesystem.</para>
  41. <para><command>uuidgen</command> creates new universally unique
  42. identifiers (UUID). Each new UUID can reasonably be considered unique
  43. among all UUIDs created, on the local system and on other systems, in the
  44. past and in the future.</para>
  45. <para><command>libblkid</command> contains routines for device
  46. identification and token extraction.</para>
  47. <para><command>libcom_err</command> is the common error display routine.</para>
  48. <para><command>libe2p</command> is used by dumpe2fs, chattr, and lsattr.</para>
  49. <para><command>libext2fs</command> contains routines to enable user-level
  50. programs to manipulate an ext2 filesystem.</para>
  51. <para><command>libss</command> is used by debugfs.</para>
  52. <para><command>libuuid</command> contains routines for generating unique
  53. identifiers for objects that may be accessible beyond the local system.</para>
  54. </sect2>