Revision [27805]
This is an old revision of e2fsprogs made by coolpup on 2013-06-13 12:30:27.
e2fsprogs
file-system management- software package {source code}
- verify installed version via the command-line interface:
tune2fs
- InstallationFrugal using e2fsprogs for creating EXT file-systems
- make a file immutable using chattr command:
chattr +i [file]
- execute file-system automatic repair on un-mounted partition X using e2fsck command:
e2fsck -p /dev/sdX
./configure CFLAGS="-mtune=generic -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" --prefix=/ --sysconfdir=/etc --localstatedir=/var --host=i686-pc-linux-gnu && time make -j 2
Categories
CategoryRecoveryCategorySoftwareTopPackages
CategorySoftware