From bdc08c1c6419be50edb433c4425481bdabf8a5ea Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Wed, 6 Feb 2002 23:15:46 +0000 Subject: [Bug 190] reorganise and sync descriptions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/e2fsprogs-desc.xml | 108 ++++++++++++++++++++++++++++++------------- 1 file changed, 76 insertions(+), 32 deletions(-) (limited to 'appendixa/e2fsprogs-desc.xml') diff --git a/appendixa/e2fsprogs-desc.xml b/appendixa/e2fsprogs-desc.xml index 91f830e00..9c69fbbb2 100644 --- a/appendixa/e2fsprogs-desc.xml +++ b/appendixa/e2fsprogs-desc.xml @@ -1,65 +1,109 @@ - -Contents +Contents of e2fsprogs-&e2fsprogs-contversion; -The e2fsprogs package contains the badblocks, chattr, debugfs, -dumpe2fs, e2fsck, e2label, fsck, fsck.ext2, lsattr, mke2fs, -mkfs.ext2, mklost+found, tune2fs and uuidgen programs. +Program Files - +badblocks, chattr, compile_et, debugfs, dumpe2fs, e2fsck, +e2image, e2label, fsck, fsck.ext2, fsck.ext3, lsattr, mk_cmds, mke2fs, +mkfs.ext2, mklost+found, resize2fs, tune2fs and uuidgen -Description +Descriptions -badblocks +badblocks badblocks is used to search for bad blocks on a device (usually a disk -partition). +partition). -chattr +chattr chattr changes the file attributes on a Linux second extended file -system. +system. + +compile_et +compile_et is used to convert a table listing error-code names +and associated messages into a C source file suitable for use with the +com_err library -debugfs +debugfs The debugfs program is a file system debugger. It can be used to examine -and change the state of an ext2 file system. +and change the state of an ext2 file system. -dumpe2fs +dumpe2fs dumpe2fs prints the super block and blocks group information for the -filesystem present on a specified device. +filesystem present on a specified device. -e2fsck and fsck.ext2 -e2fsck is used to check a Linux second extended file system. fsck.ext2 -does the same as e2fsck. +e2fsck and fsck.ext2 +e2fsck is used to check and optionally repair Linux second +extended filesystems. fsck.ext2 does the same as e2fsck. -e2label +e2image +e2image is used to save critical ext2 filesystem data to +a file + +e2label e2label will display or change the filesystem label on the ext2 -filesystem located on the specified device. +filesystem located on the specified device. -fsck +fsck fsck is used to check and optionally repair a Linux -file system. +file system. + +fsck.ext3 +fsck.ext3 is used to check and optionally repair a Linux ext3 +filesystems -lsattr +lsattr lsattr lists the file attributes on a second extended -file system. +file system. -mke2fs and mkfs.ext2 +mk_cmds +No description is currently available. + +mke2fs and mkfs.ext2 mke2fs is used to create a Linux second extended file system on a device -(usually a disk partition). mkfs.ext2 does the same as mke2fs. +(usually a disk partition). mkfs.ext2 does the same as mke2fs. -mklost+found +mklost+found mklost+found is used to create a lost+found directory in the current working directory on a Linux second extended file system. mklost+found pre-allocates disk blocks to the directory to make it -usable by e2fsck. +usable by e2fsck. + +resize2fs +resize2fs is used to resize ext2 file systems. -tune2fs +tune2fs tune2fs adjusts tunable filesystem parameters on a Linux second extended -filesystem. +filesystem. -uuidgen +uuidgen The uuidgen program creates a new universally unique identifier (UUID) using the libuuid library. The new UUID can reasonably be considered unique among all UUIDs created on the local system, and among UUIDs created on other -systems in the past and in the future. +systems in the past and in the future. + + + +Library Files + +libcom_err.[a,so], libe2p.[a,so], libext2fs.[a,so], libss.[a,so], +libuuid.[a,so] + +Descriptions + +libcom_err +No description is currently available. + +libe2p +No description is currently available. + +libext2fs +No description is currently available. + +libss +No description is currently available. + +libuuid +No description is currently available. + + -- cgit v1.2.3-54-g00ecf