Revision [8175]
This is an old revision of e2fsprogs made by coolpup on 2010-07-11 05:59:20.
Verify currently installed version by entering into a terminal (console):
tune2fs
Execute file system automatic repair by unmounting the partition first and then entering, for example, into a terminal (console):
e2fsck -p /dev/hda1
e2fsprogs software package(s)
e2fsprogs-1.41.12-q1.pet- Build: compiled within Quirky
References
http://www.t2-project.org/packages/e2fsprogs.htmlAppendix
./configure CFLAGS="-mtune=generic -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" --prefix=/ --sysconfdir=/etc --localstatedir=/var && make && make check