From b08f4096533577934b885fa9df41d3881d141612 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 15 Feb 2001 15:26:52 +0000 Subject: Initial XML commit git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/e2fsprogs-desc.xml | 123 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 appendixa/e2fsprogs-desc.xml (limited to 'appendixa/e2fsprogs-desc.xml') diff --git a/appendixa/e2fsprogs-desc.xml b/appendixa/e2fsprogs-desc.xml new file mode 100644 index 000000000..52618e3ef --- /dev/null +++ b/appendixa/e2fsprogs-desc.xml @@ -0,0 +1,123 @@ + +Contents + + +The e2fsprogs package contains the chattr, lsattr, uuidgen, badblocks, +debugfs, dumpe2fs, e2fsck, e2label, fsck, fsck.ext2, mke2fs, mkfs.ext2, +mklost+found and tune2fs programs. + + + + +Description + +chattr + + +chattr changes the file attributes on a Linux second extended file system. + + + + +lsattr + + +lsattr lists the file attributes on a second extended file system. + + + + +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. + + + + +badblocks + + +badblocks is used to search for bad blocks on a device (usually a disk +partition). + + + + +debugfs + + +The debugfs program is a file system debugger. It can be used to examine +and change the state of an ext2 file system. + + + + +dumpe2fs + + +dumpe2fs prints the super block and blocks group information for the +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. + + + + +e2label + + +e2label will display or change the filesystem label on the ext2 filesystem +located on the specified device. + + + + +fsck + + +fsck is used to check and optionally repair a Linux file system. + + + + +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. + + + + +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. + + + + +tune2fs + + +tune2fs adjusts tunable filesystem parameters on a Linux second extended +filesystem. + + + + + + -- cgit v1.2.3-54-g00ecf