summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2019-09-23 16:04:59 -0400
committerTheodore Ts'o <tytso@mit.edu>2019-09-23 16:04:59 -0400
commitc2a8499d5db0ad071d38b0ca369bbb5fb5929099 (patch)
tree870775cce0ef7669a2c15dbcb09a5a653e4b6b68
parent040cd2479d734f50f1402d6708aed5bfbe52bc6e (diff)
Update release notes, etc., for the 1.45.4 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r--README2
l---------RELEASE-NOTES2
-rw-r--r--debian/changelog22
-rw-r--r--doc/RelNotes/v1.45.4.txt50
-rw-r--r--doc/libext2fs.texinfo8
-rw-r--r--e2fsprogs.lsm8
-rw-r--r--e2fsprogs.spec2
-rw-r--r--po/e2fsprogs.pot865
-rw-r--r--version.h4
9 files changed, 529 insertions, 434 deletions
diff --git a/README b/README
index 58cf809c..d39c08ec 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- This is the new version (1.45.3) of the second extended file
+ This is the new version (1.45.4) of the second extended file
system management programs.
From time to time, I release new versions of e2fsprogs, to fix
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 512ec6d2..ae6a5a33 120000
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1 +1 @@
-doc/RelNotes/v1.45.3.txt \ No newline at end of file
+doc/RelNotes/v1.45.4.txt \ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index c5a53fdd..e9120cd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,25 @@
+e2fsprogs (1.45.4-1) unstable; urgency=medium
+
+ * New upstream feature
+ * Fix CVE-2019-5094: A maliciously corrupted file systems can trigger
+ buffer overruns in the quota code used by e2fsck.
+ * E2fsck will now check to make sure the casefold flag is only set on
+ directories, and only when the casefold feature is enabled.
+ * E2fsck will not disable the low dtime checks when using a backup
+ superblock where the last mount time is zero to fix a failure in
+ xfstests ext4/007
+ * Fix e2fsck so that when it needs to recreate the root directory, the
+ quota counts are correctly updated
+ * Update the man pages to document the new fsverity feature, and improve
+ the documentation for the casefold and encrypt features
+ * Allow e2scrub_all to work when the VG free space is exactly the
+ snapshot size (Closes: #935009)
+ * Avoid spurious lvm warnings when e2scrub_all is run out of cron on
+ non-systemd systems (Closes: #940240)
+ * Update the Dutch, German, Malay, Spanish, and Vietnamese translations
+
+ -- Theodore Y. Ts'o <tytso@mit.edu> Mon, 23 Sep 2019 15:31:27 -0400
+
e2fsprogs (1.45.3-4) unstable; urgency=medium
* stop using Link Time Optimization; it breaks reproducible builds
diff --git a/doc/RelNotes/v1.45.4.txt b/doc/RelNotes/v1.45.4.txt
new file mode 100644
index 00000000..acdd3612
--- /dev/null
+++ b/doc/RelNotes/v1.45.4.txt
@@ -0,0 +1,50 @@
+E2fsprogs 1.45.4 (September 23, 2019)
+=====================================
+
+Updates/Fixes since v1.45.3:
+
+Fixes
+-----
+
+A maliciously corrupted file systems can trigger buffer overruns in the
+quota code used by e2fsck. (Addresses CVE-2019-5094)
+
+E2fsck now checks to make sure the casefold flag is only set on
+directories, and only when the casefold feature is enabled.
+
+E2fsck will not disable the low dtime checks when using a backup
+superblock where the last mount time is zero. This fixes a failure in
+xfstests ext4/007.
+
+Fix e2fsck so that when it needs to recreate the root directory, the
+quota counts are correctly updated.
+
+Fix e2scrub_all cron script so it checks to make sure e2scrub_all
+exists, since the crontab and cron script might stick around after the
+e2fsprogs package is removed. (Addresses Debian Bug: #932622)
+
+Fix e2scrub_all so that it works when the free space is exactly the
+snapshot size. (Addresses Debian Bug: #935009)
+
+Avoid spurious lvm warnings when e2scrub_all is run out of cron on
+non-systemd systems (Addresses Debian Bug: #940240)
+
+Update the man pages to document the new fsverity feature, and improve
+the documentation for the casefold and encrypt features.
+
+
+Performance, Internal Implementation, Development Support etc.
+--------------------------------------------------------------
+
+Fixed various debian packaging issues. (Addresses Debian Bug: #933247,
+#932874, #932876, #932855, #932859, #932861, #932881, #932888)
+
+Fix false positive test failure in f_pre_1970_date_encoding on 32-bit
+systems with a 64-bit time_t. (Addresses Debian Bug: #932906)
+
+Fixed various compiler warnings. (Addresses Google Bug #118836063)
+
+Update the Czech, Dutch, French, German, Malay, Polish, Portuguese,
+Spanish, Swedish, Ukrainian, and Vietnamese translations from the
+Translation Project.
+
diff --git a/doc/libext2fs.texinfo b/doc/libext2fs.texinfo
index 5a6ddeb1..a001be53 100644
--- a/doc/libext2fs.texinfo
+++ b/doc/libext2fs.texinfo
@@ -1,7 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename libext2fs.info
-@settitle The EXT2FS Library (version 1.45.3)
+@settitle The EXT2FS Library (version 1.45.4)
@synindex tp fn
@comment %**end of header
@@ -60,8 +60,8 @@ by the author.
@title The EXT2FS Library
@subtitle The EXT2FS Library
-@subtitle Version 1.45.3
-@subtitle July 2019
+@subtitle Version 1.45.4
+@subtitle September 2019
@author by Theodore Ts'o
@@ -101,7 +101,7 @@ by the Foundation.
@top The EXT2FS Library
-This manual documents the EXT2FS Library, version 1.45.3.
+This manual documents the EXT2FS Library, version 1.45.4.
@menu
* Introduction to the EXT2FS Library::
diff --git a/e2fsprogs.lsm b/e2fsprogs.lsm
index 51aa747d..311e9d1e 100644
--- a/e2fsprogs.lsm
+++ b/e2fsprogs.lsm
@@ -1,15 +1,15 @@
Begin3
Title: EXT2 Filesystem utilities
-Version: 1.45.3
-Entered-date: 2019-07-14
+Version: 1.45.4
+Entered-date: 2019-09-23
Description: The filesystem utilities for the EXT2, EXT3, and EXT4
filesystems, including e2fsck, mke2fs, dumpe2fs, and others.
Keywords: utilities, filesystem, Ext2fs, ext3, ext4
Author: tytso@mit.edu (Theodore Tso)
Maintained-by: tytso@mit.edu (Theodore Tso)
Primary-site: ftp.kernel.org /pub/linux/kernel/people/tytso/e2fsprogs
- 7744kB e2fsprogs-1.45.3.tar.gz
- 1kB e2fsprogs-1.45.3.lsm
+ 7744kB e2fsprogs-1.45.4.tar.gz
+ 1kB e2fsprogs-1.45.4.lsm
Alternate-site: download.sourceforge.net /pub/sourceforge/e2fsprogs
Platforms: linux 1.2.x/1.3.x/2.0.x/2.1.x/2.2.x/2.3.x/2.4.x/2.5.x/2.6.x/3.x/4.x
Copying-policy: GPL-2/LGPL-2
diff --git a/e2fsprogs.spec b/e2fsprogs.spec
index d718d187..ca35cc27 100644
--- a/e2fsprogs.spec
+++ b/e2fsprogs.spec
@@ -5,7 +5,7 @@
Summary: Utilities for managing ext2/ext3/ext4 filesystems
Name: e2fsprogs
-Version: 1.45.3
+Version: 1.45.4
Release: 0
License: GPLv2
Group: System Environment/Base
diff --git a/po/e2fsprogs.pot b/po/e2fsprogs.pot
index 0dd457ee..9dcf76dd 100644
--- a/po/e2fsprogs.pot
+++ b/po/e2fsprogs.pot
@@ -77,9 +77,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: e2fsprogs v1.45.3\n"
+"Project-Id-Version: e2fsprogs v1.45.4\n"
"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
-"POT-Creation-Date: 2019-07-14 20:56-0400\n"
+"POT-Creation-Date: 2019-09-23 15:43-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -531,77 +531,77 @@ msgstr ""
msgid "reading directory block"
msgstr ""
-#: e2fsck/pass1.c:1224
+#: e2fsck/pass1.c:1225
msgid "in-use inode map"
msgstr ""
-#: e2fsck/pass1.c:1235
+#: e2fsck/pass1.c:1236
msgid "directory inode map"
msgstr ""
-#: e2fsck/pass1.c:1245
+#: e2fsck/pass1.c:1246
msgid "regular file inode map"
msgstr ""
-#: e2fsck/pass1.c:1254 misc/e2image.c:1282
+#: e2fsck/pass1.c:1255 misc/e2image.c:1282
msgid "in-use block map"
msgstr ""
-#: e2fsck/pass1.c:1263
+#: e2fsck/pass1.c:1264
msgid "metadata block map"
msgstr ""
-#: e2fsck/pass1.c:1325
+#: e2fsck/pass1.c:1326
msgid "opening inode scan"
msgstr ""
-#: e2fsck/pass1.c:1363
+#: e2fsck/pass1.c:1366
msgid "getting next inode from scan"
msgstr ""
-#: e2fsck/pass1.c:2067
+#: e2fsck/pass1.c:2079
msgid "Pass 1"
msgstr ""
-#: e2fsck/pass1.c:2128
+#: e2fsck/pass1.c:2140
#, c-format
msgid "reading indirect blocks of inode %u"
msgstr ""
-#: e2fsck/pass1.c:2179
+#: e2fsck/pass1.c:2191
msgid "bad inode map"
msgstr ""
-#: e2fsck/pass1.c:2219
+#: e2fsck/pass1.c:2231
msgid "inode in bad block map"
msgstr ""
-#: e2fsck/pass1.c:2239
+#: e2fsck/pass1.c:2251
msgid "imagic inode map"
msgstr ""
-#: e2fsck/pass1.c:2270
+#: e2fsck/pass1.c:2282
msgid "multiply claimed block map"
msgstr ""
-#: e2fsck/pass1.c:2395
+#: e2fsck/pass1.c:2407
msgid "ext attr block map"
msgstr ""
-#: e2fsck/pass1.c:3640
+#: e2fsck/pass1.c:3652
#, c-format
msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
msgstr ""
-#: e2fsck/pass1.c:4060
+#: e2fsck/pass1.c:4072
msgid "block bitmap"
msgstr ""
-#: e2fsck/pass1.c:4066
+#: e2fsck/pass1.c:4078
msgid "inode bitmap"
msgstr ""
-#: e2fsck/pass1.c:4072
+#: e2fsck/pass1.c:4084
msgid "inode table"
msgstr ""
@@ -625,7 +625,7 @@ msgstr ""
msgid "Pass 3"
msgstr ""
-#: e2fsck/pass3.c:344
+#: e2fsck/pass3.c:350
msgid "inode loop detection bitmap"
msgstr ""
@@ -645,185 +645,193 @@ msgstr ""
msgid "check_block_bitmap_checksum: Memory allocation error"
msgstr ""
-#: e2fsck/problem.c:52
+#: e2fsck/problem.c:53
msgid "(no prompt)"
msgstr ""
-#: e2fsck/problem.c:53
+#: e2fsck/problem.c:54
msgid "Fix"
msgstr ""
-#: e2fsck/problem.c:54
+#: e2fsck/problem.c:55
msgid "Clear"
msgstr ""
-#: e2fsck/problem.c:55
+#: e2fsck/problem.c:56
msgid "Relocate"
msgstr ""
-#: e2fsck/problem.c:56
+#: e2fsck/problem.c:57
msgid "Allocate"
msgstr ""
-#: e2fsck/problem.c:57
+#: e2fsck/problem.c:58
msgid "Expand"
msgstr ""
-#: e2fsck/problem.c:58
+#: e2fsck/problem.c:59
msgid "Connect to /lost+found"
msgstr ""
-#: e2fsck/problem.c:59
+#: e2fsck/problem.c:60
msgid "Create"
msgstr ""
-#: e2fsck/problem.c:60
+#: e2fsck/problem.c:61
msgid "Salvage"
msgstr ""
-#: e2fsck/problem.c:61
+#: e2fsck/problem.c:62
msgid "Truncate"
msgstr ""
-#: e2fsck/problem.c:62
+#: e2fsck/problem.c:63
msgid "Clear inode"
msgstr ""
-#: e2fsck/problem.c:63
+#: e2fsck/problem.c:64
msgid "Abort"
msgstr ""
-#: e2fsck/problem.c:64
+#: e2fsck/problem.c:65
msgid "Split"
msgstr ""
-#: e2fsck/problem.c:65
+#: e2fsck/problem.c:66
msgid "Continue"
msgstr ""
-#: e2fsck/problem.c:66
+#: e2fsck/problem.c:67
msgid "Clone multiply-claimed blocks"
msgstr ""
-#: e2fsck/problem.c:67
+#: e2fsck/problem.c:68
msgid "Delete file"
msgstr ""
-#: e2fsck/problem.c:68
+#: e2fsck/problem.c:69
msgid "Suppress messages"
msgstr ""
-#: e2fsck/problem.c:69
+#: e2fsck/problem.c:70
msgid "Unlink"
msgstr ""
-#: e2fsck/problem.c:70
+#: e2fsck/problem.c:71
msgid "Clear HTree index"
msgstr ""
-#: e2fsck/problem.c:71
+#: e2fsck/problem.c:72
msgid "Recreate"
msgstr ""
-#: e2fsck/problem.c:72
+#: e2fsck/problem.c:73
msgid "Optimize"
msgstr ""
-#: e2fsck/problem.c:81
+#: e2fsck/problem.c:74
+msgid "Clear flag"
+msgstr ""
+
+#: e2fsck/problem.c:83
msgid "(NONE)"
msgstr ""
-#: e2fsck/problem.c:82
+#: e2fsck/problem.c:84
msgid "FIXED"
msgstr ""
-#: e2fsck/problem.c:83
+#: e2fsck/problem.c:85
msgid "CLEARED"
msgstr ""
-#: e2fsck/problem.c:84
+#: e2fsck/problem.c:86
msgid "RELOCATED"
msgstr ""
-#: e2fsck/problem.c:85
+#: e2fsck/problem.c:87
msgid "ALLOCATED"
msgstr ""
-#: e2fsck/problem.c:86
+#: e2fsck/problem.c:88
msgid "EXPANDED"
msgstr ""
-#: e2fsck/problem.c:87
+#: e2fsck/problem.c:89
msgid "RECONNECTED"
msgstr ""
-#: e2fsck/problem.c:88
+#: e2fsck/problem.c:90
msgid "CREATED"
msgstr ""
-#: e2fsck/problem.c:89
+#: e2fsck/problem.c:91
msgid "SALVAGED"
msgstr ""
-#: e2fsck/problem.c:90
+#: e2fsck/problem.c:92
msgid "TRUNCATED"
msgstr ""
-#: e2fsck/problem.c:91
+#: e2fsck/problem.c:93
msgid "INODE CLEARED"
msgstr ""
-#: e2fsck/problem.c:92
+#: e2fsck/problem.c:94
msgid "ABORTED"
msgstr ""
-#: e2fsck/problem.c:93
+#: e2fsck/problem.c:95
msgid "SPLIT"
msgstr ""
-#: e2fsck/problem.c:94
+#: e2fsck/problem.c:96
msgid "CONTINUING"
msgstr ""
-#: e2fsck/problem.c:95
+#: e2fsck/problem.c:97
msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
msgstr ""
-#: e2fsck/problem.c:96
+#: e2fsck/problem.c:98
msgid "FILE DELETED"
msgstr ""
-#: e2fsck/problem.c:97
+#: e2fsck/problem.c:99
msgid "SUPPRESSED"
msgstr ""
-#: e2fsck/problem.c:98
+#: e2fsck/problem.c:100
msgid "UNLINKED"
msgstr ""
-#: e2fsck/problem.c:99
+#: e2fsck/problem.c:101
msgid "HTREE INDEX CLEARED"
msgstr ""
-#: e2fsck/problem.c:100
+#: e2fsck/problem.c:102
msgid "WILL RECREATE"
msgstr ""
-#: e2fsck/problem.c:101
+#: e2fsck/problem.c:103
msgid "WILL OPTIMIZE"
msgstr ""
-#: e2fsck/problem.c:115
+#: e2fsck/problem.c:104
+msgid "FLAG CLEARED"
+msgstr ""
+
+#: e2fsck/problem.c:118
#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
msgid "@b @B for @g %g is not in @g. (@b %b)\n"
msgstr ""
-#: e2fsck/problem.c:119
+#: e2fsck/problem.c:122
#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
msgid "@i @B for @g %g is not in @g. (@b %b)\n"
msgstr ""
-#: e2fsck/problem.c:124
+#: e2fsck/problem.c:127
#. @-expanded: inode table for group %g is not in group. (block %b)\n
#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
msgid ""
@@ -831,7 +839,7 @@ msgid ""
"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
msgstr ""
-#: e2fsck/problem.c:130
+#: e2fsck/problem.c:133
#. @-expanded: \n
#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
@@ -853,7 +861,7 @@ msgid ""
"\n"
msgstr ""
-#: e2fsck/problem.c:141
+#: e2fsck/problem.c:144
#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
#. @-expanded: The physical size of the device is %c blocks\n
#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
@@ -863,7 +871,7 @@ msgid ""
"Either the @S or the partition table is likely to be corrupt!\n"
msgstr ""
-#: e2fsck/problem.c:148
+#: e2fsck/problem.c:151
#. @-expanded: superblock block_size = %b, fragsize = %c.\n
#. @-expanded: This version of e2fsck does not support fragment sizes different\n
#. @-expanded: from the block size.\n
@@ -873,17 +881,17 @@ msgid ""
"from the @b size.\n"
msgstr ""
-#: e2fsck/problem.c:155
+#: e2fsck/problem.c:158
#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
msgid "@S @bs_per_group = %b, should have been %c\n"
msgstr ""
-#: e2fsck/problem.c:160
+#: e2fsck/problem.c:163
#. @-expanded: superblock first_data_block = %b, should have been %c\n
msgid "@S first_data_@b = %b, should have been %c\n"
msgstr ""
-#: e2fsck/problem.c:165
+#: e2fsck/problem.c:168
#. @-expanded: filesystem did not have a UUID; generating one.\n
#. @-expanded: \n
msgid ""
@@ -891,7 +899,7 @@ msgid ""
"\n"
msgstr ""
-#: e2fsck/problem.c:171
+#: e2fsck/problem.c:174
#, no-c-format
msgid ""
"Note: if several inode or block bitmap blocks or part\n"
@@ -902,53 +910,53 @@ msgid ""
"\n"
msgstr ""
-#: e2fsck/problem.c:180
+#: e2fsck/problem.c:183
#. @-expanded: Corruption found in superblock. (%s = %N).\n
msgid "Corruption found in @S. (%s = %N).\n"
msgstr ""
-#: e2fsck/problem.c:186
+#: e2fsck/problem.c:189
#, no-c-format
#. @-expanded: Error determining size of the physical device: %m\n
msgid "Error determining size of the physical @v: %m\n"
msgstr ""
-#: e2fsck/problem.c:191
+#: e2fsck/problem.c:194
#. @-expanded: inode count in superblock is %i, should be %j.\n
msgid "@i count in @S is %i, @s %j.\n"
msgstr ""
-#: e2fsck/problem.c:195
+#: e2fsck/problem.c:198
msgid "The Hurd does not support the filetype feature.\n"
msgstr ""
-#: e2fsck/problem.c:201
+#: e2fsck/problem.c:204
#, no-c-format
#. @-expanded: superblock has an invalid journal (inode %i).\n
msgid "@S has an @n @j (@i %i).\n"
msgstr ""
-#: e2fsck/problem.c:206
+#: e2fsck/problem.c:209
#. @-expanded: External journal has multiple filesystem users (unsupported).\n
msgid "External @j has multiple @f users (unsupported).\n"
msgstr ""
-#: e2fsck/problem.c:211
+#: e2fsck/problem.c:214
#. @-expanded: Can't find external journal\n
msgid "Can't find external @j\n"
msgstr ""
-#: e2fsck/problem.c:216
+#: e2fsck/problem.c:219
#. @-expanded: External journal has bad superblock\n
msgid "External @j has bad @S\n"
msgstr ""
-#: e2fsck/problem.c:221
+#: e2fsck/problem.c:224
#. @-expanded: External journal does not support this filesystem\n
msgid "External @j does not support this @f\n"
msgstr ""
-#: e2fsck/problem.c:226
+#: e2fsck/problem.c:229
#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
#. @-expanded: format.\n
@@ -960,79 +968,79 @@ msgid ""
"It is also possible the @j @S is corrupt.\n"
msgstr ""
-#: e2fsck/problem.c:235
+#: e2fsck/problem.c:238
#. @-expanded: journal superblock is corrupt.\n
msgid "@j @S is corrupt.\n"
msgstr ""
-#: e2fsck/problem.c:240
+#: e2fsck/problem.c:243
#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
msgid "@S has_@j flag is clear, but a @j is present.\n"
msgstr ""
-#: e2fsck/problem.c:245
+#: e2fsck/problem.c:248
#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
msgid "@S needs_recovery flag is set, but no @j is present.\n"
msgstr ""
-#: e2fsck/problem.c:250
+#: e2fsck/problem.c:253
#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
msgid "@S needs_recovery flag is clear, but @j has data.\n"
msgstr ""
-#: e2fsck/problem.c:255
+#: e2fsck/problem.c:258
#. @-expanded: Clear journal
msgid "Clear @j"
msgstr ""
-#: e2fsck/problem.c:260 e2fsck/problem.c:796
+#: e2fsck/problem.c:263 e2fsck/problem.c:799
#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
msgid "@f has feature flag(s) set, but is a revision 0 @f. "
msgstr ""
-#: e2fsck/problem.c:265
+#: e2fsck/problem.c:268
#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
msgstr ""
-#: e2fsck/problem.c:270
+#: e2fsck/problem.c:273
#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
msgid "@I %B (%b) found in @o @i %i.\n"
msgstr ""
-#: e2fsck/problem.c:275
+#: e2fsck/problem.c:278
#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
msgid "Already cleared %B (%b) found in @o @i %i.\n"
msgstr ""
-#: e2fsck/problem.c:281
+#: e2fsck/problem.c:284
#, no-c-format
#. @-expanded: illegal orphaned inode %i in superblock.\n
msgid "@I @o @i %i in @S.\n"
msgstr ""
-#: e2fsck/problem.c:287
+#: e2fsck/problem.c:290
#, no-c-format
#. @-expanded: illegal inode %i in orphaned inode list.\n
msgid "@I @i %i in @o @i list.\n"
msgstr ""
-#: e2fsck/problem.c:292
+#: e2fsck/problem.c:295
#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
msgid "@j @S has an unknown read-only feature flag set.\n"
msgstr ""
-#: e2fsck/problem.c:297
+#: e2fsck/problem.c:300
#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
msgid "@j @S has an unknown incompatible feature flag set.\n"
msgstr ""
-#: e2fsck/problem.c:302
+#: e2fsck/problem.c:305
#. @-expanded: journal version not supported by this e2fsck.\n
msgid "@j version not supported by this e2fsck.\n"
msgstr ""
-#: e2fsck/problem.c:308
+#: e2fsck/problem.c:311
#, no-c-format
#. @-expanded: Moving journal from /%s to hidden inode.\n
#. @-expanded: \n
@@ -1041,7 +1049,7 @@ msgid ""
"\n"
msgstr ""
-#: e2fsck/problem.c:314
+#: e2fsck/problem.c:317
#, no-c-format
#. @-expanded: Error moving journal: %m\n
#. @-expanded: \n
@@ -1050,7 +1058,7 @@ msgid ""
"\n"
msgstr ""
-#: e2fsck/problem.c:319
+#: e2fsck/problem.c:322
#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
#. @-expanded: \n
@@ -1060,17 +1068,17 @@ msgid ""
"\n"
msgstr ""
-#: e2fsck/problem.c:325
+#: e2fsck/problem.c:328
#. @-expanded: Run journal anyway
msgid "Run @j anyway"
msgstr ""
-#: e2fsck/problem.c:330
+#: e2fsck/problem.c:333
#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
msgstr ""
-#: e2fsck/problem.c:335
+#: e2fsck/problem.c:338
#. @-expanded: Backing up journal inode block information.\n
#. @-expanded: \n
msgid ""
@@ -1078,7 +1086,7 @@ msgid ""
"\n"
msgstr ""
-#: e2fsck/problem.c:341
+#: e2fsck/problem.c:344
#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
#. @-expanded: is %N; should be zero.
msgid ""
@@ -1086,17 +1094,17 @@ msgid ""
"is %N; @s zero. "
msgstr ""
-#: e2fsck/problem.c:347
+#: e2fsck/problem.c:350
#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
msgid "Resize_@i not enabled, but the resize @i is non-zero. "
msgstr ""
-#: e2fsck/problem.c:352
+#: e2fsck/problem.c:355
#. @-expanded: Resize inode not valid.
msgid "Resize @i not valid. "
msgstr ""
-#: e2fsck/problem.c:357
+#: e2fsck/problem.c:360
#. @-expanded: superblock last mount time (%t,\n
#. @-expanded: \tnow = %T) is in the future.\n
msgid ""
@@ -1104,7 +1112,7 @@ msgid ""
"\tnow = %T) is in the future.\n"
msgstr ""
-#: e2fsck/problem.c:362
+#: e2fsck/problem.c:365
#. @-expanded: superblock last write time (%t,\n
#. @-expanded: \tnow = %T) is in the future.\n
msgid ""
@@ -1112,13 +1120,13 @@ msgid ""
"\tnow = %T) is in the future.\n"
msgstr ""
-#: e2fsck/problem.c:368
+#: e2fsck/problem.c:371
#, no-c-format
#. @-expanded: superblock hint for external superblock should be %X.
msgid "@S hint for external superblock @s %X. "
msgstr ""
-#: e2fsck/problem.c:373
+#: e2fsck/problem.c:376
#. @-expanded: Adding dirhash hint to filesystem.\n
#. @-expanded: \n
msgid ""
@@ -1126,37 +1134,37 @@ msgid ""
"\n"
msgstr ""
-#: e2fsck/problem.c:378
+#: e2fsck/problem.c:381
#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
msgid "@g descriptor %g checksum is %04x, should be %04y. "
msgstr ""
-#: e2fsck/problem.c:384
+#: e2fsck/problem.c:387
#, no-c-format
#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
msgid "@g descriptor %g marked uninitialized without feature set.\n"
msgstr ""
-#: e2fsck/problem.c:389
+#: e2fsck/problem.c:392
#. @-expanded: group descriptor %g has invalid unused inodes count %b.
msgid "@g descriptor %g has invalid unused inodes count %b. "
msgstr ""
-#: e2fsck/problem.c:394
+#: e2fsck/problem.c:397
#. @-expanded: Last group block bitmap uninitialized.
msgid "Last @g @b @B uninitialized. "
msgstr ""
-#: e2fsck/problem.c:400
+#: e2fsck/problem.c:403
#, no-c-format
msgid "Journal transaction %i was corrupt, replay was aborted.\n"
msgstr ""
-#: e2fsck/problem.c:405
+#: e2fsck/problem.c:408
msgid "The test_fs flag is set (and ext4 is available). "
msgstr ""
-#: e2fsck/problem.c:410
+#: e2fsck/problem.c:413
#. @-expanded: superblock last mount time is in the future.\n
#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
#. @-expanded: set)\n
@@ -1166,7 +1174,7 @@ msgid ""
"set)\n"
msgstr ""
-#: e2fsck/problem.c:416
+#: e2fsck/problem.c:419
#. @-expanded: superblock last write time is in the future.\n
#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
#. @-expanded: set)\n
@@ -1176,47 +1184,47 @@ msgid ""
"set)\n"
msgstr ""
-#: e2fsck/problem.c:422
+#: e2fsck/problem.c:425
#. @-expanded: One or more block group descriptor checksums are invalid.
msgid "One or more @b @g descriptor checksums are invalid. "
msgstr ""
-#: e2fsck/problem.c:427
+#: e2fsck/problem.c:430
#. @-expanded: Setting free inodes count to %j (was %i)\n
msgid "Setting free @is count to %j (was %i)\n"
msgstr ""
-#: e2fsck/problem.c:432
+#: e2fsck/problem.c:435
#. @-expanded: Setting free blocks count to %c (was %b)\n
msgid "Setting free @bs count to %c (was %b)\n"
msgstr ""
-#: e2fsck/problem.c:437
+#: e2fsck/problem.c:440
#. @-expanded: Hiding %U quota inode %i (%Q).\n
msgid "Hiding %U @q @i %i (%Q).\n"
msgstr ""
-#: e2fsck/problem.c:442
+#: e2fsck/problem.c:445
#. @-expanded: superblock has invalid MMP block.
msgid "@S has invalid MMP block. "
msgstr ""
-#: e2fsck/problem.c:447
+#: e2fsck/problem.c:450
#. @-expanded: superblock has invalid MMP magic.
msgid "@S has invalid MMP magic. "
msgstr ""
-#: e2fsck/problem.c:453
+#: e2fsck/problem.c:456
#, no-c-format
msgid "ext2fs_open2: %m\n"
msgstr ""
-#: e2fsck/problem.c:459
+#: e2fsck/problem.c:462
#, no-c-format
msgid "ext2fs_check_desc: %m\n"
msgstr ""
-#: e2fsck/problem.c:465
+#: e2fsck/problem.c:468
#. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
#. @-expanded: simultaneously.
msgid ""
@@ -1224,56 +1232,56 @@ msgid ""
"simultaneously."
msgstr ""
-#: e2fsck/problem.c:471
+#: e2fsck/problem.c:474
#. @-expanded: superblock MMP block checksum does not match.
msgid "@S MMP @b checksum does not match. "
msgstr ""
-#: e2fsck/problem.c:476
+#: e2fsck/problem.c:479
#. @-expanded: superblock 64bit filesystem needs extents to access the whole disk.
msgid "@S 64bit @f needs extents to access the whole disk. "
msgstr ""
-#: e2fsck/problem.c:481
+#: e2fsck/problem.c:484
msgid "First_meta_bg is too big. (%N, max value %g). "
msgstr ""
-#: e2fsck/problem.c:486
+#: e2fsck/problem.c:489
#. @-expanded: External journal superblock checksum does not match superblock.
msgid "External @j @S checksum does not match @S. "
msgstr ""
-#: e2fsck/problem.c:491
+#: e2fsck/problem.c:494
#. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
msgid "@S metadata_csum_seed is not necessary without metadata_csum."
msgstr ""
-#: e2fsck/problem.c:497
+#: e2fsck/problem.c:500
#, no-c-format
msgid "Error initializing quota context in support library: %m\n"
msgstr ""
-#: e2fsck/problem.c:502
+#: e2fsck/problem.c:505
#. @-expanded: Bad required extra isize in superblock (%N).
msgid "Bad required extra isize in @S (%N). "
msgstr ""
-#: e2fsck/problem.c:507
+#: e2fsck/problem.c:510
#. @-expanded: Bad desired extra isize in superblock (%N).
msgid "Bad desired extra isize in @S (%N). "
msgstr ""
-#: e2fsck/problem.c:512
+#: e2fsck/problem.c:515
#. @-expanded: Invalid %U quota inode %i.
msgid "Invalid %U @q @i %i. "
msgstr ""
-#: e2fsck/problem.c:517
+#: e2fsck/problem.c:520
#. @-expanded: superblock would have too many inodes (%N).\n
msgid "@S would have too many inodes (%N).\n"
msgstr ""
-#: e2fsck/problem.c:522
+#: e2fsck/problem.c:525
#. @-expanded: Resize_inode and meta_bg features are enabled. Those features are\n
#. @-expanded: not compatible. Resize inode should be disabled.
msgid ""
@@ -1281,122 +1289,122 @@ msgid ""
"not compatible. Resize @i should be disabled. "
msgstr ""
-#: e2fsck/problem.c:530
+#: e2fsck/problem.c:533
#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
msgid "Pass 1: Checking @is, @bs, and sizes\n"
msgstr ""
-#: e2fsck/problem.c:534
+#: e2fsck/problem.c:537
#. @-expanded: root inode is not a directory.
msgid "@r is not a @d. "
msgstr ""
-#: e2fsck/problem.c:539
+#: e2fsck/problem.c:542
#. @-expanded: root inode has dtime set (probably due to old mke2fs).
msgid "@r has dtime set (probably due to old mke2fs). "
msgstr ""
-#: e2fsck/problem.c:544
+#: e2fsck/problem.c:547
#. @-expanded: Reserved inode %i (%Q) has invalid mode.
msgid "Reserved @i %i (%Q) has @n mode. "
msgstr ""
-#: e2fsck/problem.c:550
+#: e2fsck/problem.c:553
#, no-c-format
#. @-expanded: deleted inode %i has zero dtime.
msgid "@D @i %i has zero dtime. "
msgstr ""
-#: e2fsck/problem.c:556
+#: e2fsck/problem.c:559
#, no-c-format
#. @-expanded: inode %i is in use, but has dtime set.
msgid "@i %i is in use, but has dtime set. "
msgstr ""
-#: e2fsck/problem.c:562
+#: e2fsck/problem.c:565
#, no-c-format
#. @-expanded: inode %i is a zero-length directory.
msgid "@i %i is a @z @d. "
msgstr ""
-#: e2fsck/problem.c:567
+#: e2fsck/problem.c:570
#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
msgid "@g %g's @b @B at %b @C.\n"
msgstr ""
-#: e2fsck/problem.c:572
+#: e2fsck/problem.c:575
#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
msgid "@g %g's @i @B at %b @C.\n"
msgstr ""
-#: e2fsck/problem.c:577
+#: e2fsck/problem.c:580
#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
msgid "@g %g's @i table at %b @C.\n"
msgstr ""
-#: e2fsck/problem.c:582
+#: e2fsck/problem.c:585
#. @-expanded: group %g's block bitmap (%b) is bad.
msgid "@g %g's @b @B (%b) is bad. "
msgstr ""
-#: e2fsck/problem.c:587
+#: e2fsck/problem.c:590
#. @-expanded: group %g's inode bitmap (%b) is bad.
msgid "@g %g's @i @B (%b) is bad. "
msgstr ""
-#: e2fsck/problem.c:592
+#: e2fsck/problem.c:595
#. @-expanded: inode %i, i_size is %Is, should be %N.
msgid "@i %i, i_size is %Is, @s %N. "
msgstr ""
-#: e2fsck/problem.c:597
+#: e2fsck/problem.c:600
#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
msgid "@i %i, i_@bs is %Ib, @s %N. "
msgstr ""
-#: e2fsck/problem.c:602
+#: e2fsck/problem.c:605
#. @-expanded: illegal %B (%b) in inode %i.
msgid "@I %B (%b) in @i %i. "
msgstr ""
-#: e2fsck/problem.c:607
+#: e2fsck/problem.c:610
#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
msgid "%B (%b) overlaps @f metadata in @i %i. "
msgstr ""
-#: e2fsck/problem.c:613
+#: e2fsck/problem.c:616
#, no-c-format
#. @-expanded: inode %i has illegal block(s).
msgid "@i %i has illegal @b(s). "
msgstr ""
-#: e2fsck/problem.c:619
+#: e2fsck/problem.c:622
#, no-c-format
#. @-expanded: Too many illegal blocks in inode %i.\n
msgid "Too many illegal @bs in @i %i.\n"
msgstr ""
-#: e2fsck/problem.c:624
+#: e2fsck/problem.c:627
#. @-expanded: illegal %B (%b) in bad block inode.
msgid "@I %B (%b) in bad @b @i. "
msgstr ""
-#: e2fsck/problem.c:629
+#: e2fsck/problem.c:632
#. @-expanded: Bad block inode has illegal block(s).
msgid "Bad @b @i has illegal @b(s). "
msgstr ""
-#: e2fsck/problem.c:634
+#: e2fsck/problem.c:637
#. @-expanded: Duplicate or bad block in use!\n
msgid "Duplicate or bad @b in use!\n"
msgstr ""
-#: e2fsck/problem.c:639
+#: e2fsck/problem.c:642
#. @-expanded: Bad block %b used as bad block inode indirect block.
msgid "Bad @b %b used as bad @b @i indirect @b. "
msgstr ""
-#: e2fsck/problem.c:644
+#: e2fsck/problem.c:647
#. @-expanded: \n
#. @-expanded: The bad block inode has probably been corrupted. You probably\n
#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
@@ -1408,7 +1416,7 @@ msgid ""
"in the @f.\n"
msgstr ""
-#: e2fsck/problem.c:651
+#: e2fsck/problem.c:654
#. @-expanded: \n
#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
msgid ""
@@ -1416,7 +1424,7 @@ msgid ""
"If the @b is really bad, the @f can not be fixed.\n"
msgstr ""
-#: e2fsck/problem.c:656
+#: e2fsck/problem.c:659
#. @-expanded: You can remove this block from the bad block list and hope\n
#. @-expanded: that the block is really OK. But there are no guarantees.\n
#. @-expanded: \n
@@ -1426,120 +1434,120 @@ msgid ""
"\n"
msgstr ""
-#: e2fsck/problem.c:662
+#: e2fsck/problem.c:665
#. @-expanded: The primary superblock (%b) is on the bad block list.\n
msgid "The primary @S (%b) is on the bad @b list.\n"
msgstr ""
-#: e2fsck/problem.c:667
+#: e2fsck/problem.c:670
#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
msgstr ""
-#: e2fsck/problem.c:673
+#: e2fsck/problem.c:676
#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
msgid "Warning: Group %g's @S (%b) is bad.\n"
msgstr ""
-#: e2fsck/problem.c:679
+#: e2fsck/problem.c:682
#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
msgstr ""
-#: e2fsck/problem.c:685
+#: e2fsck/problem.c:688
#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
msgstr ""
-#: e2fsck/problem.c:691
+#: e2fsck/problem.c:694
#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
msgstr ""
-#: e2fsck/problem.c:697
+#: e2fsck/problem.c:700
#, no-c-format
#. @-expanded: error allocating block buffer for relocating %s\n
msgid "@A @b buffer for relocating %s\n"
msgstr ""
-#: e2fsck/problem.c:702
+#: e2fsck/problem.c:705
#. @-expanded: Relocating group %g's %s from %b to %c...\n
msgid "Relocating @g %g's %s from %b to %c...\n"
msgstr ""
-#: e2fsck/problem.c:708
+#: e2fsck/problem.c:711
#, no-c-format
#. @-expanded: Relocating group %g's %s to %c...\n
msgid "Relocating @g %g's %s to %c...\n"
msgstr ""
-#: e2fsck/problem.c:713
+#: e2fsck/problem.c:716
#. @-expanded: Warning: could not read block %b of %s: %m\n
msgid "Warning: could not read @b %b of %s: %m\n"
msgstr ""
-#: e2fsck/problem.c:718
+#: e2fsck/problem.c:721
#. @-expanded: Warning: could not write block %b for %s: %m\n
msgid "Warning: could not write @b %b for %s: %m\n"
msgstr ""
-#: e2fsck/problem.c:723 e2fsck/problem.c:1871
+#: e2fsck/problem.c:726 e2fsck/problem.c:1883
#. @-expanded: error allocating inode bitmap (%N): %m\n
msgid "@A @i @B (%N): %m\n"
msgstr ""
-#: e2fsck/problem.c:728
+#: e2fsck/problem.c:731
#. @-expanded: error allocating block bitmap (%N): %m\n
msgid "@A @b @B (%N): %m\n"
msgstr ""
-#: e2fsck/problem.c:734
+#: e2fsck/problem.c:737
#, no-c-format
#. @-expanded: error allocating icount link information: %m\n
msgid "@A icount link information: %m\n"
msgstr ""
-#: e2fsck/problem.c:740
+#: e2fsck/problem.c:743
#, no-c-format
#. @-expanded: error allocating directory block array: %m\n
msgid "@A @d @b array: %m\n"
msgstr ""
-#: e2fsck/problem.c:746
+#: e2fsck/problem.c:749
#, no-c-format
#. @-expanded: Error while scanning inodes (%i): %m\n
msgid "Error while scanning @is (%i): %m\n"
msgstr ""
-#: e2fsck/problem.c:752
+#: e2fsck/problem.c:755
#, no-c-format
#. @-expanded: Error while iterating over blocks in inode %i: %m\n
msgid "Error while iterating over @bs in @i %i: %m\n"
msgstr ""
-#: e2fsck/problem.c:757
+#: e2fsck/problem.c:760
#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
msgstr ""
-#: e2fsck/problem.c:762
+#: e2fsck/problem.c:765
#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
msgstr ""
-#: e2fsck/problem.c:769
+#: e2fsck/problem.c:772
#, no-c-format
#. @-expanded: Error reading inode %i: %m\n
msgid "Error reading @i %i: %m\n"
msgstr ""
-#: e2fsck/problem.c:778
+#: e2fsck/problem.c:781
#, no-c-format
#. @-expanded: inode %i has imagic flag set.
msgid "@i %i has imagic flag set. "
msgstr ""
-#: e2fsck/problem.c:784
+#: e2fsck/problem.c:787
#, no-c-format
#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
#. @-expanded: or append-only flag set.
@@ -1548,142 +1556,142 @@ msgid ""
"or append-only flag set. "
msgstr ""
-#: e2fsck/problem.c:791
+#: e2fsck/problem.c:794
#, no-c-format
#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
msgstr ""
-#: e2fsck/problem.c:801
+#: e2fsck/problem.c:804
#. @-expanded: journal inode is not in use, but contains data.
msgid "@j @i is not in use, but contains data. "
msgstr ""
-#: e2fsck/problem.c:806
+#: e2fsck/problem.c:809
#. @-expanded: journal is not regular file.
msgid "@j is not regular file. "
msgstr ""
-#: e2fsck/problem.c:812
+#: e2fsck/problem.c:815
#, no-c-format
#. @-expanded: inode %i was part of the orphaned inode list.
msgid "@i %i was part of the @o @i list. "
msgstr ""
-#: e2fsck/problem.c:818
+#: e2fsck/problem.c:821
#. @-expanded: inodes that were part of a corrupted orphan linked list found.
msgid "@is that were part of a corrupted orphan linked list found. "
msgstr ""
-#: e2fsck/problem.c:823
+#: e2fsck/problem.c:826
#. @-expanded: error allocating refcount structure (%N): %m\n
msgid "@A refcount structure (%N): %m\n"
msgstr ""
-#: e2fsck/problem.c:828
+#: e2fsck/problem.c:831
#. @-expanded: Error reading extended attribute block %b for inode %i.
msgid "Error reading @a @b %b for @i %i. "
msgstr ""
-#: e2fsck/problem.c:833
+#: e2fsck/problem.c:836
#. @-expanded: inode %i has a bad extended attribute block %b.
msgid "@i %i has a bad @a @b %b. "
msgstr ""
-#: e2fsck/problem.c:838
+#: e2fsck/problem.c:841
#. @-expanded: Error reading extended attribute block %b (%m).
msgid "Error reading @a @b %b (%m). "
msgstr ""
-#: e2fsck/problem.c:843
+#: e2fsck/problem.c:846
#. @-expanded: extended attribute block %b has reference count %r, should be %N.
msgid "@a @b %b has reference count %r, @s %N. "
msgstr ""
-#: e2fsck/problem.c:848
+#: e2fsck/problem.c:851
#. @-expanded: Error writing extended attribute block %b (%m).
msgid "Error writing @a @b %b (%m). "
msgstr ""
-#: e2fsck/problem.c:853
+#: e2fsck/problem.c:856
#. @-expanded: extended attribute block %b has h_blocks > 1.
msgid "@a @b %b has h_@bs > 1. "
msgstr ""
-#: e2fsck/problem.c:858
+#: e2fsck/problem.c:861
#. @-expanded: error allocating extended attribute region allocation structure.
msgid "@A @a region allocation structure. "
msgstr ""
-#: e2fsck/problem.c:863
+#: e2fsck/problem.c:866
#. @-expanded: extended attribute block %b is corrupt (allocation collision).
msgid "@a @b %b is corrupt (allocation collision). "
msgstr ""
-#: e2fsck/problem.c:868
+#: e2fsck/problem.c:871
#. @-expanded: extended attribute block %b is corrupt (invalid name).
msgid "@a @b %b is corrupt (@n name). "
msgstr ""
-#: e2fsck/problem.c:873
+#: e2fsck/problem.c:876
#. @-expanded: extended attribute block %b is corrupt (invalid value).
msgid "@a @b %b is corrupt (@n value). "
msgstr ""
-#: e2fsck/problem.c:879
+#: e2fsck/problem.c:882
#, no-c-format
#. @-expanded: inode %i is too big.
msgid "@i %i is too big. "
msgstr ""
-#: e2fsck/problem.c:883
+#: e2fsck/problem.c:886
#. @-expanded: %B (%b) causes directory to be too big.
msgid "%B (%b) causes @d to be too big. "
msgstr ""
-#: e2fsck/problem.c:888
+#: e2fsck/problem.c:891
msgid "%B (%b) causes file to be too big. "
msgstr ""
-#: e2fsck/problem.c:893
+#: e2fsck/problem.c:896
msgid "%B (%b) causes symlink to be too big. "
msgstr ""
-#: e2fsck/problem.c:899
+#: e2fsck/problem.c:902
#, no-c-format
#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
msgstr ""
-#: e2fsck/problem.c:905
+#: e2fsck/problem.c:908
#, no-c-format
#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
msgstr ""
-#: e2fsck/problem.c:911
+#: e2fsck/problem.c:914
#, no-c-format
#. @-expanded: HTREE directory inode %i has an invalid root node.\n
msgid "@h %i has an @n root node.\n"
msgstr ""
-#: e2fsck/problem.c:916
+#: e2fsck/problem.c:919
#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
msgid "@h %i has an unsupported hash version (%N)\n"
msgstr ""
-#: e2fsck/problem.c:922
+#: e2fsck/problem.c:925
#, no-c-format
#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
msgid "@h %i uses an incompatible htree root node flag.\n"
msgstr ""
-#: e2fsck/problem.c:927
+#: e2fsck/problem.c:930
#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
msgid "@h %i has a tree depth (%N) which is too big\n"
msgstr ""
-#: e2fsck/problem.c:933
+#: e2fsck/problem.c:936
#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
#. @-expanded: filesystem metadata.
msgid ""
@@ -1691,54 +1699,54 @@ msgid ""
"@f metadata. "
msgstr ""
-#: e2fsck/problem.c:940
+#: e2fsck/problem.c:943
#, no-c-format
#. @-expanded: Resize inode (re)creation failed: %m.
msgid "Resize @i (re)creation failed: %m."
msgstr ""
-#: e2fsck/problem.c:945
+#: e2fsck/problem.c:948
#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
msgid "@i %i has a extra size (%IS) which is @n\n"
msgstr ""
-#: e2fsck/problem.c:950
+#: e2fsck/problem.c:953
#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
msgid "@a in @i %i has a namelen (%N) which is @n\n"
msgstr ""
-#: e2fsck/problem.c:955
+#: e2fsck/problem.c:958
#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
msgid "@a in @i %i has a value offset (%N) which is @n\n"
msgstr ""
-#: e2fsck/problem.c:960
+#: e2fsck/problem.c:963
#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
msgstr ""
-#: e2fsck/problem.c:965
+#: e2fsck/problem.c:968
#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
msgid "@a in @i %i has a value size (%N) which is @n\n"
msgstr ""
-#: e2fsck/problem.c:970
+#: e2fsck/problem.c:973
#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
msgid "@a in @i %i has a hash (%N) which is @n\n"
msgstr ""
-#: e2fsck/problem.c:975
+#: e2fsck/problem.c:978
#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
msgid "@i %i is a %It but it looks like it is really a directory.\n"
msgstr ""
-#: e2fsck/problem.c:981
+#: e2fsck/problem.c:984
#, no-c-format
#. @-expanded: Error while reading over extent tree in inode %i: %m\n
msgid "Error while reading over @x tree in @i %i: %m\n"
msgstr ""
-#: e2fsck/problem.c:986
+#: e2fsck/problem.c:989
#. @-expanded: Failed to iterate extents in inode %i\n
#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
msgid ""
@@ -1746,7 +1754,7 @@ msgid ""
"\t(op %s, blk %b, lblk %c): %m\n"
msgstr ""
-#: e2fsck/problem.c:992
+#: e2fsck/problem.c:995
#. @-expanded: inode %i has an invalid extent\n
#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
msgid ""
@@ -1754,7 +1762,7 @@ msgid ""
"\t(logical @b %c, @n physical @b %b, len %N)\n"
msgstr ""
-#: e2fsck/problem.c:997
+#: e2fsck/problem.c:1000
#. @-expanded: inode %i has an invalid extent\n
#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
msgid ""
@@ -1762,30 +1770,30 @@ msgid ""
"\t(logical @b %c, physical @b %b, @n len %N)\n"
msgstr ""
-#: e2fsck/problem.c:1003
+#: e2fsck/problem.c:1006
#, no-c-format
#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
msgstr ""
-#: e2fsck/problem.c:1009
+#: e2fsck/problem.c:1012
#, no-c-format
#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
msgstr ""
-#: e2fsck/problem.c:1015
+#: e2fsck/problem.c:1018
#, no-c-format
#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
msgid "@i %i missing EXTENT_FL, but is in extents format\n"
msgstr ""
-#: e2fsck/problem.c:1021
+#: e2fsck/problem.c:1024
#, no-c-format
msgid "Fast symlink %i has EXTENT_FL set. "
msgstr ""
-#: e2fsck/problem.c:1026
+#: e2fsck/problem.c:1029
#. @-expanded: inode %i has out of order extents\n
#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
msgid ""
@@ -1793,38 +1801,38 @@ msgid ""
"\t(@n logical @b %c, physical @b %b, len %N)\n"
msgstr ""
-#: e2fsck/problem.c:1030
+#: e2fsck/problem.c:1033
#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
msgstr ""
-#: e2fsck/problem.c:1036
+#: e2fsck/problem.c:1039
#, no-c-format
#. @-expanded: Error converting subcluster block bitmap: %m\n
msgid "Error converting subcluster @b @B: %m\n"
msgstr ""
-#: e2fsck/problem.c:1041
+#: e2fsck/problem.c:1044
#. @-expanded: quota inode is not a regular file.
msgid "@q @i is not a regular file. "
msgstr ""
-#: e2fsck/problem.c:1046
+#: e2fsck/problem.c:1049
#. @-expanded: quota inode is not in use, but contains data.
msgid "@q @i is not in use, but contains data. "
msgstr ""
-#: e2fsck/problem.c:1051
+#: e2fsck/problem.c:1054
#. @-expanded: quota inode is visible to the user.
msgid "@q @i is visible to the user. "
msgstr ""
-#: e2fsck/problem.c:1056
+#: e2fsck/problem.c:1059
#. @-expanded: The bad block inode looks invalid.
msgid "The bad @b @i looks @n. "
msgstr ""
-#: e2fsck/problem.c:1061
+#: e2fsck/problem.c:1064
#. @-expanded: inode %i has zero length extent\n
#. @-expanded: \t(invalid logical block %c, physical block %b)\n
msgid ""
@@ -1832,25 +1840,25 @@ msgid ""
"\t(@n logical @b %c, physical @b %b)\n"
msgstr ""
-#: e2fsck/problem.c:1067
+#: e2fsck/problem.c:1070
#, no-c-format
#. @-expanded: inode %i seems to contain garbage.
msgid "@i %i seems to contain garbage. "
msgstr ""
-#: e2fsck/problem.c:1073
+#: e2fsck/problem.c:1076
#, no-c-format
#. @-expanded: inode %i passes checks, but checksum does not match inode.
msgid "@i %i passes checks, but checksum does not match @i. "
msgstr ""
-#: e2fsck/problem.c:1079
+#: e2fsck/problem.c:1082
#, no-c-format
#. @-expanded: inode %i extended attribute is corrupt (allocation collision).
msgid "@i %i @a is corrupt (allocation collision). "
msgstr ""
-#: e2fsck/problem.c:1087
+#: e2fsck/problem.c:1090
#. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
msgid ""
@@ -1858,12 +1866,12 @@ msgid ""
"\t(logical @b %c, physical @b %b, len %N)\n"
msgstr ""
-#: e2fsck/problem.c:1096
+#: e2fsck/problem.c:1099
#. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
msgstr ""
-#: e2fsck/problem.c:1101
+#: e2fsck/problem.c:1104
#. @-expanded: Interior extent node level %N of inode %i:\n
#. @-expanded: Logical start %b does not match logical start %c at next level.
msgid ""
@@ -1871,7 +1879,7 @@ msgid ""
"Logical start %b does not match logical start %c at next level. "
msgstr ""
-#: e2fsck/problem.c:1107
+#: e2fsck/problem.c:1110
#. @-expanded: inode %i, end of extent exceeds allowed value\n
#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
msgid ""
@@ -1879,37 +1887,37 @@ msgid ""
"\t(logical @b %c, physical @b %b, len %N)\n"
msgstr ""
-#: e2fsck/problem.c:1113
+#: e2fsck/problem.c:1116
#, no-c-format
#. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
msgstr ""
-#: e2fsck/problem.c:1119
+#: e2fsck/problem.c:1122
#, no-c-format
#. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
msgstr ""
-#: e2fsck/problem.c:1127
+#: e2fsck/problem.c:1130
#, no-c-format
#. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
msgid ""
"@i %i block %b conflicts with critical metadata, skipping block checks.\n"
msgstr ""
-#: e2fsck/problem.c:1132
+#: e2fsck/problem.c:1135
#. @-expanded: directory inode %i block %b should be at block %c.
msgid "@d @i %i @b %b should be at @b %c. "
msgstr ""
-#: e2fsck/problem.c:1138
+#: e2fsck/problem.c:1141
#, no-c-format
#. @-expanded: directory inode %i has extent marked uninitialized at block %c.
msgid "@d @i %i has @x marked uninitialized at @b %c. "
msgstr ""
-#: e2fsck/problem.c:1143
+#: e2fsck/problem.c:1146
#. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
#. @-expanded: Will fix in pass 1B.\n
msgid ""
@@ -1917,13 +1925,13 @@ msgid ""
"Will fix in pass 1B.\n"
msgstr ""
-#: e2fsck/problem.c:1149
+#: e2fsck/problem.c:1152
#, no-c-format
#. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
msgstr ""
-#: e2fsck/problem.c:1156
+#: e2fsck/problem.c:1159
#, no-c-format
#. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
#. @-expanded: or inline-data flag set.
@@ -1932,41 +1940,41 @@ msgid ""
"or inline-data flag set. "
msgstr ""
-#: e2fsck/problem.c:1163
+#: e2fsck/problem.c:1166
#, no-c-format
#. @-expanded: inode %i has extent header but inline data flag is set.\n
msgid "@i %i has @x header but inline data flag is set.\n"
msgstr ""
-#: e2fsck/problem.c:1169
+#: e2fsck/problem.c:1172
#, no-c-format
#. @-expanded: inode %i seems to have inline data but extent flag is set.\n
msgid "@i %i seems to have inline data but @x flag is set.\n"
msgstr ""
-#: e2fsck/problem.c:1175
+#: e2fsck/problem.c:1178
#, no-c-format
#. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
msgstr ""
-#: e2fsck/problem.c:1181
+#: e2fsck/problem.c:1184
#, no-c-format
#. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
msgstr ""
-#: e2fsck/problem.c:1186
+#: e2fsck/problem.c:1189
#. @-expanded: Bad block list says the bad block list inode is bad.
msgid "Bad block list says the bad block list @i is bad. "
msgstr ""
-#: e2fsck/problem.c:1191
+#: e2fsck/problem.c:1194
#. @-expanded: error allocating extent region allocation structure.
msgid "@A @x region allocation structure. "
msgstr ""
-#: e2fsck/problem.c:1196
+#: e2fsck/problem.c:1199
#. @-expanded: inode %i has a duplicate extent mapping\n
#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
msgid ""
@@ -1974,45 +1982,45 @@ msgid ""
"\t(logical @b %c, @n physical @b %b, len %N)\n"
msgstr ""
-#: e2fsck/problem.c:1201
+#: e2fsck/problem.c:1204
#. @-expanded: error allocating memory for encrypted directory list\n
msgid "@A memory for encrypted @d list\n"
msgstr ""
-#: e2fsck/problem.c:1206
+#: e2fsck/problem.c:1209
#. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
msgstr ""
-#: e2fsck/problem.c:1212
+#: e2fsck/problem.c:1215
#, no-c-format
#. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
msgid "@i %i on bigalloc @f cannot be @b mapped. "
msgstr ""
-#: e2fsck/problem.c:1218
+#: e2fsck/problem.c:1221
#, no-c-format
#. @-expanded: inode %i has corrupt extent header.
msgid "@i %i has corrupt @x header. "
msgstr ""
-#: e2fsck/problem.c:1224
+#: e2fsck/problem.c:1227
#, no-c-format
#. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
msgstr ""
-#: e2fsck/problem.c:1229
+#: e2fsck/problem.c:1232
#. @-expanded: inode %i has illegal extended attribute value inode %N.\n
msgid "@i %i has @I @a value @i %N.\n"
msgstr ""
-#: e2fsck/problem.c:1235
+#: e2fsck/problem.c:1238
#. @-expanded: inode %i has invalid extended attribute. EA inode %N missing EA_INODE flag.\n
msgid "@i %i has @n @a. EA @i %N missing EA_INODE flag.\n"
msgstr ""
-#: e2fsck/problem.c:1240
+#: e2fsck/problem.c:1243
#. @-expanded: EA inode %N for parent inode %i missing EA_INODE flag.\n
#. @-expanded:
msgid ""
@@ -2021,6 +2029,21 @@ msgid ""
msgstr ""
#: e2fsck/problem.c:1248
+#, c-format
+#. @-expanded: inode %i has the casefold flag set but is not a directory.
+msgid "@i %i has the casefold flag set but is not a directory. "
+msgstr ""
+
+#: e2fsck/problem.c:1253
+#, c-format
+#. @-expanded: directory %p has the casefold flag, but the\n
+#. @-expanded: casefold feature is not enabled.
+msgid ""
+"@d %p has the casefold flag, but the\n"
+"casefold feature is not enabled. "
+msgstr ""
+
+#: e2fsck/problem.c:1260
#. @-expanded: \n
#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
@@ -2030,45 +2053,45 @@ msgid ""
"Pass 1B: Rescanning for @m @bs\n"
msgstr ""
-#: e2fsck/problem.c:1255
+#: e2fsck/problem.c:1267
#, no-c-format
#. @-expanded: multiply-claimed block(s) in inode %i:
msgid "@m @b(s) in @i %i:"
msgstr ""
-#: e2fsck/problem.c:1271
+#: e2fsck/problem.c:1283
#, no-c-format
msgid "Error while scanning inodes (%i): %m\n"
msgstr ""
-#: e2fsck/problem.c:1277
+#: e2fsck/problem.c:1289
#, no-c-format
#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
msgid "@A @i @B (@i_dup_map): %m\n"
msgstr ""
-#: e2fsck/problem.c:1283
+#: e2fsck/problem.c:1295
#, no-c-format
#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
msgid "Error while iterating over @bs in @i %i (%s): %m\n"
msgstr ""
-#: e2fsck/problem.c:1288 e2fsck/problem.c:1663
+#: e2fsck/problem.c:1300 e2fsck/problem.c:1675
#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
msgstr ""
-#: e2fsck/problem.c:1298
+#: e2fsck/problem.c:1310
#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
msgstr ""
-#: e2fsck/problem.c:1304
+#: e2fsck/problem.c:1316
#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
msgid "Pass 1D: Reconciling @m @bs\n"
msgstr ""
-#: e2fsck/problem.c:1309
+#: e2fsck/problem.c:1321
#. @-expanded: File %Q (inode #%i, mod time %IM) \n
#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
msgid ""
@@ -2076,17 +2099,17 @@ msgid ""
" has %r @m @b(s), shared with %N file(s):\n"
msgstr ""
-#: e2fsck/problem.c:1315
+#: e2fsck/problem.c:1327
#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
msgid "\t%Q (@i #%i, mod time %IM)\n"
msgstr ""
-#: e2fsck/problem.c:1320
+#: e2fsck/problem.c:1332
#. @-expanded: \t<filesystem metadata>\n
msgid "\t<@f metadata>\n"
msgstr ""
-#: e2fsck/problem.c:1325
+#: e2fsck/problem.c:1337
#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
#. @-expanded: \n
msgid ""
@@ -2094,7 +2117,7 @@ msgid ""
"\n"
msgstr ""
-#: e2fsck/problem.c:1330
+#: e2fsck/problem.c:1342
#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
#. @-expanded: \n
msgid ""
@@ -2102,343 +2125,343 @@ msgid ""
"\n"
msgstr ""
-#: e2fsck/problem.c:1344
+#: e2fsck/problem.c:1356
#, no-c-format
msgid "Couldn't clone file: %m\n"
msgstr ""
-#: e2fsck/problem.c:1350
+#: e2fsck/problem.c:1362
#. @-expanded: Pass 1E: Optimizing extent trees\n
msgid "Pass 1E: Optimizing @x trees\n"
msgstr ""
-#: e2fsck/problem.c:1356
+#: e2fsck/problem.c:1368
#, no-c-format
#. @-expanded: Failed to optimize extent tree %p (%i): %m\n
msgid "Failed to optimize @x tree %p (%i): %m\n"
msgstr ""
-#: e2fsck/problem.c:1361
+#: e2fsck/problem.c:1373
#. @-expanded: Optimizing extent trees:
msgid "Optimizing @x trees: "
msgstr ""
-#: e2fsck/problem.c:1376
+#: e2fsck/problem.c:1388
msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
msgstr ""
-#: e2fsck/problem.c:1381
+#: e2fsck/problem.c:1393
#. @-expanded: inode %i extent tree (at level %b) could be shorter.
msgid "@i %i @x tree (at level %b) could be shorter. "
msgstr ""
-#: e2fsck/problem.c:1386
+#: e2fsck/problem.c:1398
#. @-expanded: inode %i extent tree (at level %b) could be narrower.
msgid "@i %i @x tree (at level %b) could be narrower. "
msgstr ""
-#: e2fsck/problem.c:1393
+#: e2fsck/problem.c:1405
#. @-expanded: Pass 2: Checking directory structure\n
msgid "Pass 2: Checking @d structure\n"
msgstr ""
-#: e2fsck/problem.c:1399
+#: e2fsck/problem.c:1411
#, no-c-format
#. @-expanded: invalid inode number for '.' in directory inode %i.\n
msgid "@n @i number for '.' in @d @i %i.\n"
msgstr ""
-#: e2fsck/problem.c:1404
+#: e2fsck/problem.c:1416
#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
msgid "@E has @n @i #: %Di.\n"
msgstr ""
-#: e2fsck/problem.c:1409
+#: e2fsck/problem.c:1421
#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
msgid "@E has @D/unused @i %Di. "
msgstr ""
-#: e2fsck/problem.c:1414
+#: e2fsck/problem.c:1426
#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
msgid "@E @L to '.' "
msgstr ""
-#: e2fsck/problem.c:1419
+#: e2fsck/problem.c:1431
#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
msgid "@E points to @i (%Di) located in a bad @b.\n"
msgstr ""
-#: e2fsck/problem.c:1424
+#: e2fsck/problem.c:1436
#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
msgid "@E @L to @d %P (%Di).\n"
msgstr ""
-#: e2fsck/problem.c:1429
+#: e2fsck/problem.c:1441
#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
msgid "@E @L to the @r.\n"
msgstr ""
-#: e2fsck/problem.c:1434
+#: e2fsck/problem.c:1446
#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
msgid "@E has illegal characters in its name.\n"
msgstr ""
-#: e2fsck/problem.c:1440
+#: e2fsck/problem.c:1452
#, no-c-format
#. @-expanded: Missing '.' in directory inode %i.\n
msgid "Missing '.' in @d @i %i.\n"
msgstr ""
-#: e2fsck/problem.c:1446
+#: e2fsck/problem.c:1458
#, no-c-format
#. @-expanded: Missing '..' in directory inode %i.\n
msgid "Missing '..' in @d @i %i.\n"
msgstr ""
-#: e2fsck/problem.c:1451
+#: e2fsck/problem.c:1463
#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
msgstr ""
-#: e2fsck/problem.c:1456
+#: e2fsck/problem.c:1468
#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
msgstr ""
-#: e2fsck/problem.c:1461
+#: e2fsck/problem.c:1473
#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
msgid "i_faddr @F %IF, @s zero.\n"
msgstr ""
-#: e2fsck/problem.c:1466
+#: e2fsck/problem.c:1478
#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
msgid "i_file_acl @F %If, @s zero.\n"
msgstr ""
-#: e2fsck/problem.c:1471
+#: e2fsck/problem.c:1483
#. @-expanded: i_size_high for inode %i (%Q) is %Id, should be zero.\n
msgid "i_size_high @F %Id, @s zero.\n"
msgstr ""
-#: e2fsck/problem.c:1476
+#: e2fsck/problem.c:1488
#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
msgid "i_frag @F %N, @s zero.\n"
msgstr ""
-#: e2fsck/problem.c:1481
+#: e2fsck/problem.c:1493
#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
msgid "i_fsize @F %N, @s zero.\n"
msgstr ""
-#: e2fsck/problem.c:1486
+#: e2fsck/problem.c:1498
#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
msgid "@i %i (%Q) has @n mode (%Im).\n"
msgstr ""
-#: e2fsck/problem.c:1491
+#: e2fsck/problem.c:1503
#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
msgid "@d @i %i, %B, offset %N: @d corrupted\n"
msgstr ""
-#: e2fsck/problem.c:1496
+#: e2fsck/problem.c:1508
#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
msgid "@d @i %i, %B, offset %N: filename too long\n"
msgstr ""
-#: e2fsck/problem.c:1501
+#: e2fsck/problem.c:1513
#. @-expanded: directory inode %i has an unallocated %B.
msgid "@d @i %i has an unallocated %B. "
msgstr ""
-#: e2fsck/problem.c:1507
+#: e2fsck/problem.c:1519
#, no-c-format
#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
msgstr ""
-#: e2fsck/problem.c:1513
+#: e2fsck/problem.c:1525
#, no-c-format
#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
msgstr ""
-#: e2fsck/problem.c:1518
+#: e2fsck/problem.c:1530
#. @-expanded: inode %i (%Q) is an illegal character device.\n
msgid "@i %i (%Q) is an @I character @v.\n"
msgstr ""
-#: e2fsck/problem.c:1523
+#: e2fsck/problem.c:1535
#. @-expanded: inode %i (%Q) is an illegal block device.\n
msgid "@i %i (%Q) is an @I @b @v.\n"
msgstr ""
-#: e2fsck/problem.c:1528
+#: e2fsck/problem.c:1540
#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
msgid "@E is duplicate '.' @e.\n"
msgstr ""
-#: e2fsck/problem.c:1533
+#: e2fsck/problem.c:1545
#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
msgid "@E is duplicate '..' @e.\n"
msgstr ""
-#: e2fsck/problem.c:1539 e2fsck/problem.c:1898
+#: e2fsck/problem.c:1551 e2fsck/problem.c:1910
#, no-c-format
msgid "Internal error: couldn't find dir_info for %i.\n"
msgstr ""
-#: e2fsck/problem.c:1544
+#: e2fsck/problem.c:1556
#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
msgid "@E has rec_len of %Dr, @s %N.\n"
msgstr ""
-#: e2fsck/problem.c:1550
+#: e2fsck/problem.c:1562
#, no-c-format
#. @-expanded: error allocating icount structure: %m\n
msgid "@A icount structure: %m\n"
msgstr ""
-#: e2fsck/problem.c:1556
+#: e2fsck/problem.c:1568
#, no-c-format
#. @-expanded: Error iterating over directory blocks: %m\n
msgid "Error iterating over @d @bs: %m\n"
msgstr ""
-#: e2fsck/problem.c:1561
+#: e2fsck/problem.c:1573
#. @-expanded: Error reading directory block %b (inode %i): %m\n
msgid "Error reading @d @b %b (@i %i): %m\n"
msgstr ""
-#: e2fsck/problem.c:1566
+#: e2fsck/problem.c:1578
#. @-expanded: Error writing directory block %b (inode %i): %m\n
msgid "Error writing @d @b %b (@i %i): %m\n"
msgstr ""
-#: e2fsck/problem.c:1572
+#: e2fsck/problem.c:1584
#, no-c-format
#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
msgid "@A new @d @b for @i %i (%s): %m\n"
msgstr ""
-#: e2fsck/problem.c:1578
+#: e2fsck/problem.c:1590
#, no-c-format
#. @-expanded: Error deallocating inode %i: %m\n
msgid "Error deallocating @i %i: %m\n"
msgstr ""
-#: e2fsck/problem.c:1584
+#: e2fsck/problem.c:1596
#, no-c-format
#. @-expanded: directory entry for '.' in %p (%i) is big.\n
msgid "@d @e for '.' in %p (%i) is big.\n"
msgstr ""
-#: e2fsck/problem.c:1589
+#: e2fsck/problem.c:1601
#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
msgid "@i %i (%Q) is an @I FIFO.\n"
msgstr ""
-#: e2fsck/problem.c:1594
+#: e2fsck/problem.c:1606
#. @-expanded: inode %i (%Q) is an illegal socket.\n
msgid "@i %i (%Q) is an @I socket.\n"
msgstr ""
-#: e2fsck/problem.c:1599
+#: e2fsck/problem.c:1611
#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
msgid "Setting filetype for @E to %N.\n"
msgstr ""
-#: e2fsck/problem.c:1604
+#: e2fsck/problem.c:1616
#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
msgstr ""
-#: e2fsck/problem.c:1609
+#: e2fsck/problem.c:1621
#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
msgid "@E has filetype set.\n"
msgstr ""
-#: e2fsck/problem.c:1614
+#: e2fsck/problem.c:1626
#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
msgid "@E has a @z name.\n"
msgstr ""
-#: e2fsck/problem.c:1619
+#: e2fsck/problem.c:1631
#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
msgid "Symlink %Q (@i #%i) is @n.\n"
msgstr ""
-#: e2fsck/problem.c:1624
+#: e2fsck/problem.c:1636
#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
msgid "@a @b @F @n (%If).\n"
msgstr ""
-#: e2fsck/problem.c:1629
+#: e2fsck/problem.c:1641
#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
msgstr ""
-#: e2fsck/problem.c:1634
+#: e2fsck/problem.c:1646
#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
msgid "@p @h %d: %B not referenced\n"
msgstr ""
-#: e2fsck/problem.c:1639
+#: e2fsck/problem.c:1651
#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
msgid "@p @h %d: %B referenced twice\n"
msgstr ""
-#: e2fsck/problem.c:1644
+#: e2fsck/problem.c:1656
#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
msgid "@p @h %d: %B has bad min hash\n"
msgstr ""
-#: e2fsck/problem.c:1649
+#: e2fsck/problem.c:1661
#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
msgid "@p @h %d: %B has bad max hash\n"
msgstr ""
-#: e2fsck/problem.c:1654
+#: e2fsck/problem.c:1666
#. @-expanded: invalid HTREE directory inode %d (%q).
msgid "@n @h %d (%q). "
msgstr ""
-#: e2fsck/problem.c:1658
+#: e2fsck/problem.c:1670
#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
msgid "@p @h %d (%q): bad @b number %b.\n"
msgstr ""
-#: e2fsck/problem.c:1669
+#: e2fsck/problem.c:1681
#, no-c-format
#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
msgid "@p @h %d: root node is @n\n"
msgstr ""
-#: e2fsck/problem.c:1674
+#: e2fsck/problem.c:1686
#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
msgid "@p @h %d: %B has @n limit (%N)\n"
msgstr ""
-#: e2fsck/problem.c:1679
+#: e2fsck/problem.c:1691
#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
msgid "@p @h %d: %B has @n count (%N)\n"
msgstr ""
-#: e2fsck/problem.c:1684
+#: e2fsck/problem.c:1696
#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
msgid "@p @h %d: %B has an unordered hash table\n"
msgstr ""
-#: e2fsck/problem.c:1689
+#: e2fsck/problem.c:1701
#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
msgid "@p @h %d: %B has @n depth (%N)\n"
msgstr ""
-#: e2fsck/problem.c:1694
+#: e2fsck/problem.c:1706
#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
msgid "Duplicate @E found. "
msgstr ""
-#: e2fsck/problem.c:1699
+#: e2fsck/problem.c:1711
#, no-c-format
#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
#. @-expanded: Rename to %s
@@ -2447,7 +2470,7 @@ msgid ""
"Rename to %s"
msgstr ""
-#: e2fsck/problem.c:1704
+#: e2fsck/problem.c:1716
#. @-expanded: Duplicate entry '%Dn' found.\n
#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
#. @-expanded: \n
@@ -2457,154 +2480,154 @@ msgid ""
"\n"
msgstr ""
-#: e2fsck/problem.c:1709
+#: e2fsck/problem.c:1721
#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
msgid "i_blocks_hi @F %N, @s zero.\n"
msgstr ""
-#: e2fsck/problem.c:1714
+#: e2fsck/problem.c:1726
#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
msgid "Unexpected @b in @h %d (%q).\n"
msgstr ""
-#: e2fsck/problem.c:1719
+#: e2fsck/problem.c:1731
#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
msgstr ""
-#: e2fsck/problem.c:1724
+#: e2fsck/problem.c:1736
#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
msgstr ""
-#: e2fsck/problem.c:1729
+#: e2fsck/problem.c:1741
#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
msgid "i_file_acl_hi @F %N, @s zero.\n"
msgstr ""
-#: e2fsck/problem.c:1735
+#: e2fsck/problem.c:1747
#, no-c-format
#. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
msgid "@p @h %d: root node fails checksum.\n"
msgstr ""
-#: e2fsck/problem.c:1741
+#: e2fsck/problem.c:1753
#, no-c-format
#. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
msgid "@p @h %d: internal node fails checksum.\n"
msgstr ""
-#: e2fsck/problem.c:1746
+#: e2fsck/problem.c:1758
#. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
msgstr ""
-#: e2fsck/problem.c:1751
+#: e2fsck/problem.c:1763
#. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
msgstr ""
-#: e2fsck/problem.c:1756
+#: e2fsck/problem.c:1768
#. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
msgstr ""
-#: e2fsck/problem.c:1762
+#: e2fsck/problem.c:1774
#, no-c-format
#. @-expanded: Fixing size of inline directory inode %i failed.\n
msgid "Fixing size of inline @d @i %i failed.\n"
msgstr ""
-#: e2fsck/problem.c:1767
+#: e2fsck/problem.c:1779
#. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
msgid "Encrypted @E is too short.\n"
msgstr ""
-#: e2fsck/problem.c:1774
+#: e2fsck/problem.c:1786
#. @-expanded: Pass 3: Checking directory connectivity\n
msgid "Pass 3: Checking @d connectivity\n"
msgstr ""
-#: e2fsck/problem.c:1779
+#: e2fsck/problem.c:1791
#. @-expanded: root inode not allocated.
msgid "@r not allocated. "
msgstr ""
-#: e2fsck/problem.c:1784
+#: e2fsck/problem.c:1796
#. @-expanded: No room in lost+found directory.
msgid "No room in @l @d. "
msgstr ""
-#: e2fsck/problem.c:1790
+#: e2fsck/problem.c:1802
#, no-c-format
#. @-expanded: Unconnected directory inode %i (%p)\n
msgid "Unconnected @d @i %i (%p)\n"
msgstr ""
-#: e2fsck/problem.c:1795
+#: e2fsck/problem.c:1807
#. @-expanded: /lost+found not found.
msgid "/@l not found. "
msgstr ""
-#: e2fsck/problem.c:1800
+#: e2fsck/problem.c:1812
#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
msgstr ""
-#: e2fsck/problem.c:1806
+#: e2fsck/problem.c:1818
#, no-c-format
#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
msgid "Bad or non-existent /@l. Cannot reconnect.\n"
msgstr ""
-#: e2fsck/problem.c:1812
+#: e2fsck/problem.c:1824
#, no-c-format
#. @-expanded: Could not expand /lost+found: %m\n
msgid "Could not expand /@l: %m\n"
msgstr ""
-#: e2fsck/problem.c:1818
+#: e2fsck/problem.c:1830
#, no-c-format
msgid "Could not reconnect %i: %m\n"
msgstr ""
-#: e2fsck/problem.c:1824
+#: e2fsck/problem.c:1836
#, no-c-format
#. @-expanded: Error while trying to find /lost+found: %m\n
msgid "Error while trying to find /@l: %m\n"
msgstr ""
-#: e2fsck/problem.c:1830
+#: e2fsck/problem.c:1842
#, no-c-format
#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
msgstr ""
-#: e2fsck/problem.c:1836
+#: e2fsck/problem.c:1848
#, no-c-format
#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
msgstr ""
-#: e2fsck/problem.c:1842
+#: e2fsck/problem.c:1854
#, no-c-format
#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
msgstr ""
-#: e2fsck/problem.c:1848
+#: e2fsck/problem.c:1860
#, no-c-format
#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
msgstr ""
-#: e2fsck/problem.c:1854
+#: e2fsck/problem.c:1866
#, no-c-format
#. @-expanded: Error while adjusting inode count on inode %i\n
msgid "Error while adjusting @i count on @i %i\n"
msgstr ""
-#: e2fsck/problem.c:1860
+#: e2fsck/problem.c:1872
#, no-c-format
#. @-expanded: Couldn't fix parent of inode %i: %m\n
#. @-expanded: \n
@@ -2613,7 +2636,7 @@ msgid ""
"\n"
msgstr ""
-#: e2fsck/problem.c:1866
+#: e2fsck/problem.c:1878
#, no-c-format
#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
#. @-expanded: \n
@@ -2622,40 +2645,40 @@ msgid ""
"\n"
msgstr ""
-#: e2fsck/problem.c:1877
+#: e2fsck/problem.c:1889
#, no-c-format
#. @-expanded: Error creating root directory (%s): %m\n
msgid "Error creating root @d (%s): %m\n"
msgstr ""
-#: e2fsck/problem.c:1883
+#: e2fsck/problem.c:1895
#, no-c-format
#. @-expanded: Error creating /lost+found directory (%s): %m\n
msgid "Error creating /@l @d (%s): %m\n"
msgstr ""
-#: e2fsck/problem.c:1888
+#: e2fsck/problem.c:1900
#. @-expanded: root inode is not a directory; aborting.\n
msgid "@r is not a @d; aborting.\n"
msgstr ""
-#: e2fsck/problem.c:1893
+#: e2fsck/problem.c:1905
#. @-expanded: Cannot proceed without a root inode.\n
msgid "Cannot proceed without a @r.\n"
msgstr ""
-#: e2fsck/problem.c:1904
+#: e2fsck/problem.c:1916
#, no-c-format
#. @-expanded: /lost+found is not a directory (ino=%i)\n
msgid "/@l is not a @d (ino=%i)\n"
msgstr ""
-#: e2fsck/problem.c:1909
+#: e2fsck/problem.c:1921
#. @-expanded: /lost+found has inline data\n
msgid "/@l has inline data\n"
msgstr ""
-#: e2fsck/problem.c:1914
+#: e2fsck/problem.c:1926
#. @-expanded: Cannot allocate space for /lost+found.\n
#. @-expanded: Place lost files in root directory instead
msgid ""
@@ -2663,7 +2686,7 @@ msgid ""
"Place lost files in root directory instead"
msgstr ""
-#: e2fsck/problem.c:1919
+#: e2fsck/problem.c:1931
#. @-expanded: Insufficient space to recover lost files!\n
#. @-expanded: Move data off the filesystem and re-run e2fsck.\n
#. @-expanded: \n
@@ -2673,50 +2696,50 @@ msgid ""
"\n"
msgstr ""
-#: e2fsck/problem.c:1924
+#: e2fsck/problem.c:1936
#. @-expanded: /lost+found is encrypted\n
msgid "/@l is encrypted\n"
msgstr ""
-#: e2fsck/problem.c:1931
+#: e2fsck/problem.c:1943
msgid "Pass 3A: Optimizing directories\n"
msgstr ""
-#: e2fsck/problem.c:1937
+#: e2fsck/problem.c:1949
#, no-c-format
msgid "Failed to create dirs_to_hash iterator: %m\n"
msgstr ""
-#: e2fsck/problem.c:1942
+#: e2fsck/problem.c:1954
msgid "Failed to optimize directory %q (%d): %m\n"
msgstr ""
-#: e2fsck/problem.c:1947
+#: e2fsck/problem.c:1959
msgid "Optimizing directories: "
msgstr ""
-#: e2fsck/problem.c:1964
+#: e2fsck/problem.c:1976
msgid "Pass 4: Checking reference counts\n"
msgstr ""
-#: e2fsck/problem.c:1970
+#: e2fsck/problem.c:1982
#, no-c-format
#. @-expanded: unattached zero-length inode %i.
msgid "@u @z @i %i. "
msgstr ""
-#: e2fsck/problem.c:1976
+#: e2fsck/problem.c:1988
#, no-c-format
#. @-expanded: unattached inode %i\n
msgid "@u @i %i\n"
msgstr ""
-#: e2fsck/problem.c:1981
+#: e2fsck/problem.c:1993
#. @-expanded: inode %i ref count is %Il, should be %N.
msgid "@i %i ref count is %Il, @s %N. "
msgstr ""
-#: e2fsck/problem.c:1985
+#: e2fsck/problem.c:1997
#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
@@ -2726,67 +2749,67 @@ msgid ""
"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
msgstr ""
-#: e2fsck/problem.c:1992
+#: e2fsck/problem.c:2004
#. @-expanded: extended attribute inode %i ref count is %N, should be %n.
msgid "@a @i %i ref count is %N, @s %n. "
msgstr ""
-#: e2fsck/problem.c:1997
+#: e2fsck/problem.c:2009
#. @-expanded: directory exceeds max links, but no DIR_NLINK feature in superblock.\n
msgid "@d exceeds max links, but no DIR_NLINK feature in @S.\n"
msgstr ""
-#: e2fsck/problem.c:2004
+#: e2fsck/problem.c:2016
#. @-expanded: Pass 5: Checking group summary information\n
msgid "Pass 5: Checking @g summary information\n"
msgstr ""
-#: e2fsck/problem.c:2009
+#: e2fsck/problem.c:2021
#. @-expanded: Padding at end of inode bitmap is not set.
msgid "Padding at end of @i @B is not set. "
msgstr ""
-#: e2fsck/problem.c:2014
+#: e2fsck/problem.c:2026
#. @-expanded: Padding at end of block bitmap is not set.
msgid "Padding at end of @b @B is not set. "
msgstr ""
-#: e2fsck/problem.c:2019
+#: e2fsck/problem.c:2031
#. @-expanded: block bitmap differences:
msgid "@b @B differences: "
msgstr ""
-#: e2fsck/problem.c:2041
+#: e2fsck/problem.c:2053
#. @-expanded: inode bitmap differences:
msgid "@i @B differences: "
msgstr ""
-#: e2fsck/problem.c:2063
+#: e2fsck/problem.c:2075
#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
msgstr ""
-#: e2fsck/problem.c:2068
+#: e2fsck/problem.c:2080
#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
msgstr ""
-#: e2fsck/problem.c:2073
+#: e2fsck/problem.c:2085
#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
msgid "Free @is count wrong (%i, counted=%j).\n"
msgstr ""
-#: e2fsck/problem.c:2078
+#: e2fsck/problem.c:2090
#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
msgstr ""
-#: e2fsck/problem.c:2083
+#: e2fsck/problem.c:2095
#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
msgid "Free @bs count wrong (%b, counted=%c).\n"
msgstr ""
-#: e2fsck/problem.c:2088
+#: e2fsck/problem.c:2100
#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
#. @-expanded: endpoints (%i, %j)\n
msgid ""
@@ -2794,81 +2817,81 @@ msgid ""
"endpoints (%i, %j)\n"
msgstr ""
-#: e2fsck/problem.c:2094
+#: e2fsck/problem.c:2106
msgid "Internal error: fudging end of bitmap (%N)\n"
msgstr ""
-#: e2fsck/problem.c:2100
+#: e2fsck/problem.c:2112
#, no-c-format
#. @-expanded: Error copying in replacement inode bitmap: %m\n
msgid "Error copying in replacement @i @B: %m\n"
msgstr ""
-#: e2fsck/problem.c:2106
+#: e2fsck/problem.c:2118
#, no-c-format
#. @-expanded: Error copying in replacement block bitmap: %m\n
msgid "Error copying in replacement @b @B: %m\n"
msgstr ""
-#: e2fsck/problem.c:2136
+#: e2fsck/problem.c:2148
#, no-c-format
#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
msgstr ""
-#: e2fsck/problem.c:2142
+#: e2fsck/problem.c:2154
#, no-c-format
#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
msgstr ""
-#: e2fsck/problem.c:2148
+#: e2fsck/problem.c:2160
#, no-c-format
#. @-expanded: group %g inode bitmap does not match checksum.\n
msgid "@g %g @i @B does not match checksum.\n"
msgstr ""
-#: e2fsck/problem.c:2154
+#: e2fsck/problem.c:2166
#, no-c-format
#. @-expanded: group %g block bitmap does not match checksum.\n
msgid "@g %g @b @B does not match checksum.\n"
msgstr ""
-#: e2fsck/problem.c:2161
+#: e2fsck/problem.c:2173
#. @-expanded: Recreate journal
msgid "Recreate @j"
msgstr ""
-#: e2fsck/problem.c:2166
+#: e2fsck/problem.c:2178
msgid "Update quota info for quota type %N"
msgstr ""
-#: e2fsck/problem.c:2172
+#: e2fsck/problem.c:2184
#, no-c-format
#. @-expanded: Error setting block group checksum info: %m\n
msgid "Error setting @b @g checksum info: %m\n"
msgstr ""
-#: e2fsck/problem.c:2178
+#: e2fsck/problem.c:2190
#, no-c-format
msgid "Error writing file system info: %m\n"
msgstr ""
-#: e2fsck/problem.c:2184
+#: e2fsck/problem.c:2196
#, no-c-format
msgid "Error flushing writes to storage device: %m\n"
msgstr ""
-#: e2fsck/problem.c:2189
+#: e2fsck/problem.c:2201
msgid "Error writing quota info for quota type %N: %m\n"
msgstr ""
-#: e2fsck/problem.c:2352
+#: e2fsck/problem.c:2364
#, c-format
msgid "Unhandled error code (0x%x)!\n"
msgstr ""
-#: e2fsck/problem.c:2482 e2fsck/problem.c:2486
+#: e2fsck/problem.c:2494 e2fsck/problem.c:2498
msgid "IGNORED"
msgstr ""
@@ -7068,7 +7091,7 @@ msgid "Should never happen: resize inode corrupt!\n"
msgstr ""
#: lib/ext2fs/ext2_err.c:11
-msgid "EXT2FS Library version 1.45.3"
+msgid "EXT2FS Library version 1.45.4"
msgstr ""
#: lib/ext2fs/ext2_err.c:12
diff --git a/version.h b/version.h
index edcfc941..f3004792 100644
--- a/version.h
+++ b/version.h
@@ -7,5 +7,5 @@
* file may be redistributed under the GNU Public License v2.
*/
-#define E2FSPROGS_VERSION "1.45.3"
-#define E2FSPROGS_DATE "14-Jul-2019"
+#define E2FSPROGS_VERSION "1.45.4"
+#define E2FSPROGS_DATE "23-Sep-2019"