MTD 248-645A Manual de usuario Pagina 141

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 347
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 140
Linux From Scratch - Version 7.0
121
Install the static libraries and headers:
make install-libs
Make the installed static libraries writable so debugging symbols can be removed later:
chmod -v u+w /usr/lib/{libcom_err,libe2p,libext2fs,libss}.a
This package installs a gzipped .info file but doesn't update the system-wide dir file. Unzip this file and then
update the system dir file using the following commands.
gunzip -v /usr/share/info/libext2fs.info.gz
install-info --dir-file=/usr/share/info/dir \
/usr/share/info/libext2fs.info
If desired, create and install some additional documentation by issuing the following commands:
makeinfo -o doc/com_err.info ../lib/et/com_err.texinfo
install -v -m644 doc/com_err.info /usr/share/info
install-info --dir-file=/usr/share/info/dir \
/usr/share/info/com_err.info
6.22.2. Contents of E2fsprogs
Installed programs: badblocks, chattr, compile_et, debugfs, dumpe2fs, e2freefrag, e2fsck, e2image,
e2initrd_helper, e2label, e2undo, filefrag, fsck.ext2, fsck.ext3, fsck.ext4, fsck.ext4dev,
logsave, lsattr, mk_cmds, mke2fs, mkfs.ext2, mkfs.ext3, mkfs.ext4, mkfs.ext4dev,
mklost+found, resize2fs, and tune2fs
Installed libraries: libcom_err.{a,so}, libe2p.{a,so}, libext2fs.{a,so} and libss.{a,so}
Installed directory: /usr/include/e2p, /usr/include/et, /usr/include/ext2fs, /usr/include/ss, /usr/share/et, /usr/
share/ss
Short Descriptions
badblocks Searches a device (usually a disk partition) for bad blocks
chattr Changes the attributes of files on an ext2 file system; it also changes ext3 file systems,
the journaling version of ext2 file systems
compile_et An error table compiler; it converts a table of error-code names and messages into a C source
file suitable for use with the com_err library
debugfs A file system debugger; it can be used to examine and change the state of an ext2 file
system
dumpe2fs Prints the super block and blocks group information for the file system present on a given
device
e2freefrag Reports free space fragmentation information
e2fsck Is used to check, and optionally repair ext2 file systems and ext3 file systems
e2image Is used to save critical ext2 file system data to a file
e2initrd_helper Prints the FS type of a given filesystem, given either a device name or label
e2label Displays or changes the file system label on the ext2 file system present on a given device
Vista de pagina 140
1 2 ... 136 137 138 139 140 141 142 143 144 145 146 ... 346 347

Comentarios a estos manuales

Sin comentarios