completely fixed when e2fsck exits. (Addresses Debian bug #104502.)
+2001-07-20 Theodore Tso <tytso@valinux.com>
+
+ * unix.c (main): Add an explicit warning when the filesystem is
+ left not completely fixed when e2fsck exits. (Addresses
+ Debian bug #104502.)
+
2001-07-19 Theodore Tso <tytso@valinux.com>
* pass1.c (check_ext_attr): The entire EA block is now checked to
}
if (ext2fs_test_valid(fs))
fs->flags &= ~EXT2_FLAG_MASTER_SB_ONLY;
- else
+ else {
+ printf(_("\n%s: ********** WARNING: Filesystem still has "
+ "errors **********\n\n"), ctx->device_name);
exit_value = FSCK_UNCORRECTED;
+ }
if (!(ctx->options & E2F_OPT_READONLY)) {
if (ext2fs_test_valid(fs)) {
if (!(sb->s_state & EXT2_VALID_FS))