]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - e2fsck/problem.c
filefrag: Add support to use the FIEMAP ioctl
[thirdparty/e2fsprogs.git] / e2fsck / problem.c
CommitLineData
21c84b71
TT
1/*
2 * problem.c --- report filesystem problems to the user
3 *
4 * Copyright 1996, 1997 by Theodore Ts'o
5 *
6 * %Begin-Header%
7 * This file may be redistributed under the terms of the GNU Public
8 * License.
9 * %End-Header%
10 */
11
12#include <stdlib.h>
13#include <unistd.h>
14#include <string.h>
15#include <ctype.h>
16#include <termios.h>
17
18#include "e2fsck.h"
19
20#include "problem.h"
f8188fff 21#include "problemP.h"
21c84b71 22
1b6bf175
TT
23#define PROMPT_NONE 0
24#define PROMPT_FIX 1
25#define PROMPT_CLEAR 2
26#define PROMPT_RELOCATE 3
27#define PROMPT_ALLOCATE 4
28#define PROMPT_EXPAND 5
29#define PROMPT_CONNECT 6
30#define PROMPT_CREATE 7
31#define PROMPT_SALVAGE 8
32#define PROMPT_TRUNCATE 9
33#define PROMPT_CLEAR_INODE 10
34#define PROMPT_ABORT 11
35#define PROMPT_SPLIT 12
36#define PROMPT_CONTINUE 13
37#define PROMPT_CLONE 14
38#define PROMPT_DELETE 15
f8188fff 39#define PROMPT_SUPPRESS 16
4a9f5936 40#define PROMPT_UNLINK 17
503f9e7f 41#define PROMPT_CLEAR_HTREE 18
c3ffaf83
TT
42#define PROMPT_RECREATE 19
43#define PROMPT_NULL 20
21c84b71
TT
44
45/*
46 * These are the prompts which are used to ask the user if they want
47 * to fix a problem.
48 */
49static const char *prompt[] = {
0c4a0726
TT
50 N_("(no prompt)"), /* 0 */
51 N_("Fix"), /* 1 */
52 N_("Clear"), /* 2 */
53 N_("Relocate"), /* 3 */
54 N_("Allocate"), /* 4 */
55 N_("Expand"), /* 5 */
56 N_("Connect to /lost+found"), /* 6 */
db0691b5 57 N_("Create"), /* 7 */
0c4a0726
TT
58 N_("Salvage"), /* 8 */
59 N_("Truncate"), /* 9 */
60 N_("Clear inode"), /* 10 */
61 N_("Abort"), /* 11 */
62 N_("Split"), /* 12 */
63 N_("Continue"), /* 13 */
7ae1983a 64 N_("Clone multiply-claimed blocks"), /* 14 */
0c4a0726
TT
65 N_("Delete file"), /* 15 */
66 N_("Suppress messages"),/* 16 */
67 N_("Unlink"), /* 17 */
503f9e7f 68 N_("Clear HTree index"),/* 18 */
c3ffaf83 69 N_("Recreate"), /* 19 */
cebe48a1 70 "", /* 20 */
1b6bf175 71};
21c84b71
TT
72
73/*
74 * These messages are printed when we are preen mode and we will be
75 * automatically fixing the problem.
76 */
77static const char *preen_msg[] = {
0c4a0726
TT
78 N_("(NONE)"), /* 0 */
79 N_("FIXED"), /* 1 */
80 N_("CLEARED"), /* 2 */
81 N_("RELOCATED"), /* 3 */
82 N_("ALLOCATED"), /* 4 */
83 N_("EXPANDED"), /* 5 */
84 N_("RECONNECTED"), /* 6 */
85 N_("CREATED"), /* 7 */
86 N_("SALVAGED"), /* 8 */
87 N_("TRUNCATED"), /* 9 */
88 N_("INODE CLEARED"), /* 10 */
89 N_("ABORTED"), /* 11 */
90 N_("SPLIT"), /* 12 */
91 N_("CONTINUING"), /* 13 */
7ae1983a 92 N_("MULTIPLY-CLAIMED BLOCKS CLONED"), /* 14 */
0c4a0726
TT
93 N_("FILE DELETED"), /* 15 */
94 N_("SUPPRESSED"), /* 16 */
95 N_("UNLINKED"), /* 17 */
503f9e7f 96 N_("HTREE INDEX CLEARED"),/* 18 */
c3ffaf83
TT
97 N_("WILL RECREATE"), /* 19 */
98 "", /* 20 */
21c84b71
TT
99};
100
8fd98bba 101static struct e2fsck_problem problem_table[] = {
21c84b71
TT
102
103 /* Pre-Pass 1 errors */
104
105 /* Block bitmap not in group */
0c4a0726 106 { PR_0_BB_NOT_GROUP, N_("@b @B for @g %g is not in @g. (@b %b)\n"),
db0691b5 107 PROMPT_RELOCATE, PR_LATCH_RELOC },
21c84b71
TT
108
109 /* Inode bitmap not in group */
0c4a0726 110 { PR_0_IB_NOT_GROUP, N_("@i @B for @g %g is not in @g. (@b %b)\n"),
db0691b5 111 PROMPT_RELOCATE, PR_LATCH_RELOC },
21c84b71
TT
112
113 /* Inode table not in group */
114 { PR_0_ITABLE_NOT_GROUP,
0c4a0726
TT
115 N_("@i table for @g %g is not in @g. (@b %b)\n"
116 "WARNING: SEVERE DATA LOSS POSSIBLE.\n"),
1b6bf175
TT
117 PROMPT_RELOCATE, PR_LATCH_RELOC },
118
119 /* Superblock corrupt */
120 { PR_0_SB_CORRUPT,
0c4a0726 121 N_("\nThe @S could not be read or does not describe a correct ext2\n"
d74edf4e 122 "@f. If the @v is valid and it really contains an ext2\n"
1b6bf175 123 "@f (and not swap or ufs or something else), then the @S\n"
424cd2be 124 "is corrupt, and you might try running e2fsck with an alternate @S:\n"
d74edf4e 125 " e2fsck -b %S <@v>\n\n"),
1b6bf175
TT
126 PROMPT_NONE, PR_FATAL },
127
128 /* Filesystem size is wrong */
129 { PR_0_FS_SIZE_WRONG,
0c4a0726 130 N_("The @f size (according to the @S) is %b @bs\n"
d74edf4e 131 "The physical size of the @v is %c @bs\n"
0c4a0726 132 "Either the @S or the partition table is likely to be corrupt!\n"),
1b6bf175
TT
133 PROMPT_ABORT, 0 },
134
db0691b5 135 /* Fragments not supported */
1b6bf175 136 { PR_0_NO_FRAGMENTS,
0c4a0726 137 N_("@S @b_size = %b, fragsize = %c.\n"
1b6bf175 138 "This version of e2fsck does not support fragment sizes different\n"
0c4a0726 139 "from the @b size.\n"),
1b6bf175
TT
140 PROMPT_NONE, PR_FATAL },
141
142 /* Bad blocks_per_group */
143 { PR_0_BLOCKS_PER_GROUP,
0c4a0726 144 N_("@S @bs_per_group = %b, should have been %c\n"),
1b6bf175
TT
145 PROMPT_NONE, PR_AFTER_CODE, PR_0_SB_CORRUPT },
146
147 /* Bad first_data_block */
148 { PR_0_FIRST_DATA_BLOCK,
0c4a0726 149 N_("@S first_data_@b = %b, should have been %c\n"),
1b6bf175 150 PROMPT_NONE, PR_AFTER_CODE, PR_0_SB_CORRUPT },
db0691b5 151
1b6bf175
TT
152 /* Adding UUID to filesystem */
153 { PR_0_ADD_UUID,
0c4a0726 154 N_("@f did not have a UUID; generating one.\n\n"),
1b6bf175
TT
155 PROMPT_NONE, 0 },
156
157 /* Relocate hint */
158 { PR_0_RELOCATE_HINT,
7ae1983a
TT
159 N_("Note: if several inode or block bitmap blocks or part\n"
160 "of the inode table require relocation, you may wish to try\n"
161 "running e2fsck with the '-b %S' option first. The problem\n"
162 "may lie only with the primary block group descriptors, and\n"
163 "the backup block group descriptors may be OK.\n\n"),
1b6bf175
TT
164 PROMPT_NONE, PR_PREEN_OK | PR_NOCOLLATE },
165
166 /* Miscellaneous superblock corruption */
167 { PR_0_MISC_CORRUPT_SUPER,
0c4a0726 168 N_("Corruption found in @S. (%s = %N).\n"),
1b6bf175
TT
169 PROMPT_NONE, PR_AFTER_CODE, PR_0_SB_CORRUPT },
170
171 /* Error determing physical device size of filesystem */
db0691b5 172 { PR_0_GETSIZE_ERROR,
d74edf4e 173 N_("Error determining size of the physical @v: %m\n"),
1b6bf175 174 PROMPT_NONE, PR_FATAL },
d4b0ce03
TT
175
176 /* Inode count in superblock is incorrect */
177 { PR_0_INODE_COUNT_WRONG,
7ae1983a 178 N_("@i count in @S is %i, @s %j.\n"),
d4b0ce03 179 PROMPT_FIX, 0 },
4ea0a110
TT
180
181 { PR_0_HURD_CLEAR_FILETYPE,
182 N_("The Hurd does not support the filetype feature.\n"),
3b5386dc
TT
183 PROMPT_CLEAR, 0 },
184
185 /* Journal inode is invalid */
186 { PR_0_JOURNAL_BAD_INODE,
dd04d05f 187 N_("@S has an @n @j (@i %i).\n"),
3b5386dc
TT
188 PROMPT_CLEAR, PR_PREEN_OK },
189
adee8d75
TT
190 /* The external journal has (unsupported) multiple filesystems */
191 { PR_0_JOURNAL_UNSUPP_MULTIFS,
192 N_("External @j has multiple @f users (unsupported).\n"),
193 PROMPT_NONE, PR_FATAL },
3b5386dc 194
adee8d75
TT
195 /* Can't find external journal */
196 { PR_0_CANT_FIND_JOURNAL,
197 N_("Can't find external @j\n"),
198 PROMPT_NONE, PR_FATAL },
199
200 /* External journal has bad superblock */
201 { PR_0_EXT_JOURNAL_BAD_SUPER,
202 N_("External @j has bad @S\n"),
203 PROMPT_NONE, PR_FATAL },
3b5386dc
TT
204
205 /* Superblock has a bad journal UUID */
206 { PR_0_JOURNAL_BAD_UUID,
adee8d75
TT
207 N_("External @j does not support this @f\n"),
208 PROMPT_NONE, PR_FATAL },
3b5386dc
TT
209
210 /* Journal has an unknown superblock type */
f76ad462 211 { PR_0_JOURNAL_UNSUPP_SUPER,
dd04d05f 212 N_("@f @j @S is unknown type %N (unsupported).\n"
f76ad462
TT
213 "It is likely that your copy of e2fsck is old and/or doesn't "
214 "support this @j format.\n"
215 "It is also possible the @j @S is corrupt.\n"),
216 PROMPT_ABORT, PR_NO_OK | PR_AFTER_CODE, PR_0_JOURNAL_BAD_SUPER },
3b5386dc
TT
217
218 /* Journal superblock is corrupt */
219 { PR_0_JOURNAL_BAD_SUPER,
dd04d05f 220 N_("@j @S is corrupt.\n"),
3b5386dc
TT
221 PROMPT_FIX, PR_PREEN_OK },
222
dd04d05f 223 /* Superblock has_journal flag is clear but has a journal */
3b5386dc 224 { PR_0_JOURNAL_HAS_JOURNAL,
dd04d05f 225 N_("@S has_@j flag is clear, but a @j %s is present.\n"),
37b6b297 226 PROMPT_CLEAR, PR_PREEN_OK },
3b5386dc 227
dd04d05f 228 /* Superblock needs_recovery flag is set but not journal is present */
3b5386dc 229 { PR_0_JOURNAL_RECOVER_SET,
dd04d05f 230 N_("@S needs_recovery flag is set, but no @j is present.\n"),
3b5386dc
TT
231 PROMPT_CLEAR, PR_PREEN_OK },
232
dd04d05f 233 /* Superblock needs_recovery flag is set, but journal has data */
d37066a9 234 { PR_0_JOURNAL_RECOVERY_CLEAR,
dd04d05f 235 N_("@S needs_recovery flag is clear, but @j has data.\n"),
d37066a9
TT
236 PROMPT_NONE, 0 },
237
238 /* Ask if we should clear the journal */
3b5386dc 239 { PR_0_JOURNAL_RESET_JOURNAL,
d37066a9
TT
240 N_("Clear @j"),
241 PROMPT_NULL, PR_PREEN_NOMSG },
3b5386dc 242
d37066a9
TT
243 /* Ask if we should run the journal anyway */
244 { PR_0_JOURNAL_RUN,
245 N_("Run @j anyway"),
246 PROMPT_NULL, 0 },
247
248 /* Run the journal by default */
249 { PR_0_JOURNAL_RUN_DEFAULT,
250 N_("Recovery flag not set in backup @S, so running @j anyway.\n"),
251 PROMPT_NONE, 0 },
4ea0a110 252
ecf1b776 253 /* Clearing orphan inode */
8394902e
TT
254 { PR_0_ORPHAN_CLEAR_INODE,
255 N_("%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"),
ecf1b776
TT
256 PROMPT_NONE, 0 },
257
80bfaa3e
TT
258 /* Illegal block found in orphaned inode */
259 { PR_0_ORPHAN_ILLEGAL_BLOCK_NUM,
260 N_("@I @b #%B (%b) found in @o @i %i.\n"),
261 PROMPT_NONE, 0 },
db0691b5 262
80bfaa3e
TT
263 /* Already cleared block found in orphaned inode */
264 { PR_0_ORPHAN_ALREADY_CLEARED_BLOCK,
265 N_("Already cleared @b #%B (%b) found in @o @i %i.\n"),
266 PROMPT_NONE, 0 },
db0691b5 267
80bfaa3e
TT
268 /* Illegal orphan inode in superblock */
269 { PR_0_ORPHAN_ILLEGAL_HEAD_INODE,
270 N_("@I @o @i %i in @S.\n"),
271 PROMPT_NONE, 0 },
272
273 /* Illegal inode in orphaned inode list */
274 { PR_0_ORPHAN_ILLEGAL_INODE,
275 N_("@I @i %i in @o @i list.\n"),
276 PROMPT_NONE, 0 },
80bfaa3e 277
060b5fbf
TT
278 /* Filesystem revision is 0, but feature flags are set */
279 { PR_0_FS_REV_LEVEL,
7ae1983a 280 N_("@f has feature flag(s) set, but is a revision 0 @f. "),
060b5fbf
TT
281 PROMPT_FIX, PR_PREEN_OK | PR_NO_OK },
282
424cd2be
TT
283 /* Journal superblock has an unknown read-only feature flag set */
284 { PR_0_JOURNAL_UNSUPP_ROCOMPAT,
dd04d05f 285 N_("@j @S has an unknown read-only feature flag set.\n"),
2f686ace 286 PROMPT_ABORT, 0 },
424cd2be
TT
287
288 /* Journal superblock has an unknown incompatible feature flag set */
289 { PR_0_JOURNAL_UNSUPP_INCOMPAT,
dd04d05f 290 N_("@j @S has an unknown incompatible feature flag set.\n"),
2f686ace 291 PROMPT_ABORT, 0 },
c7f23364
TT
292
293 /* Journal has unsupported version number */
294 { PR_0_JOURNAL_UNSUPP_VERSION,
295 N_("@j version not supported by this e2fsck.\n"),
296 PROMPT_ABORT, 0 },
773fd8a1
TT
297
298 /* Moving journal to hidden file */
299 { PR_0_MOVE_JOURNAL,
7ae1983a 300 N_("Moving @j from /%s to hidden @i.\n\n"),
773fd8a1
TT
301 PROMPT_NONE, 0 },
302
303 /* Error moving journal to hidden file */
304 { PR_0_ERR_MOVE_JOURNAL,
305 N_("Error moving @j: %m\n\n"),
306 PROMPT_NONE, 0 },
307
62e3e7fe
TT
308 /* Clearing V2 journal superblock */
309 { PR_0_CLEAR_V2_JOURNAL,
7ae1983a 310 N_("Found @n V2 @j @S fields (from V1 @j).\n"
62e3e7fe
TT
311 "Clearing fields beyond the V1 @j @S...\n\n"),
312 PROMPT_NONE, 0 },
313
a435ec34
TT
314 /* Backup journal inode blocks */
315 { PR_0_BACKUP_JNL,
316 N_("Backing up @j @i @b information.\n\n"),
317 PROMPT_NONE, 0 },
318
e75cfc5d
TT
319 /* Reserved blocks w/o resize_inode */
320 { PR_0_NONZERO_RESERVED_GDT_BLOCKS,
321 N_("@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
322 "is %N; @s zero. "),
323 PROMPT_FIX, 0 },
324
325 /* Resize_inode not enabled, but resize inode is non-zero */
326 { PR_0_CLEAR_RESIZE_INODE,
7ae1983a 327 N_("Resize_@i not enabled, but the resize @i is non-zero. "),
e75cfc5d
TT
328 PROMPT_CLEAR, 0 },
329
c3ffaf83
TT
330 /* Resize inode invalid */
331 { PR_0_RESIZE_INODE_INVALID,
332 N_("Resize @i not valid. "),
333 PROMPT_RECREATE, 0 },
334
8dceb924
TT
335 /* Last mount time is in the future */
336 { PR_0_FUTURE_SB_LAST_MOUNT,
337 N_("@S last mount time is in the future. "),
d006b8ce 338 PROMPT_FIX, PR_PREEN_OK | PR_NO_OK },
8dceb924
TT
339
340 /* Last write time is in the future */
341 { PR_0_FUTURE_SB_LAST_WRITE,
342 N_("@S last write time is in the future. "),
d006b8ce 343 PROMPT_FIX, PR_PREEN_OK | PR_NO_OK },
8dceb924 344
b1c52b26
TT
345 { PR_0_EXTERNAL_JOURNAL_HINT,
346 N_("@S hint for external superblock @s %X. "),
347 PROMPT_FIX, PR_PREEN_OK },
348
f77704e4
TT
349 /* Adding dirhash hint */
350 { PR_0_DIRHASH_HINT,
351 N_("Adding dirhash hint to @f.\n\n"),
352 PROMPT_NONE, 0 },
353
49a7360b
JS
354 /* group descriptor N checksum is invalid. */
355 { PR_0_GDT_CSUM,
356 N_("@g descriptor %g checksum is invalid. "),
357 PROMPT_FIX, PR_PREEN_OK },
358
359 /* group descriptor N marked uninitialized without feature set. */
360 { PR_0_GDT_UNINIT,
361 N_("@g descriptor %g marked uninitialized without feature set.\n"),
362 PROMPT_FIX, PR_PREEN_OK },
363
364 /* group N block bitmap uninitialized but inode bitmap in use. */
365 { PR_0_BB_UNINIT_IB_INIT,
366 N_("@g %g @b @B uninitialized but @i @B in use.\n"),
367 PROMPT_FIX, PR_PREEN_OK },
368
369 /* Group descriptor N has invalid unused inodes count. */
370 { PR_0_GDT_ITABLE_UNUSED,
371 N_("@g descriptor %g has invalid unused inodes count %b. "),
372 PROMPT_FIX, PR_PREEN_OK },
373
0d5439c8
AD
374 /* Last group block bitmap uninitialized. */
375 { PR_0_BB_UNINIT_LAST,
376 N_("Last @g @b @B uninitialized. "),
377 PROMPT_FIX, PR_PREEN_OK },
378
185c4aea
TT
379 /* Journal transaction found corrupt */
380 { PR_0_JNL_TXN_CORRUPT,
381 N_("Journal transaction %i was corrupt, replay was aborted.\n"),
382 PROMPT_NONE, 0 },
383
80875db5
TT
384 { PR_0_CLEAR_TESTFS_FLAG,
385 N_("The test_fs flag is set (and ext4 is available). "),
386 PROMPT_CLEAR, PR_PREEN_OK },
387
21c84b71 388 /* Pass 1 errors */
49a7360b 389
1b6bf175
TT
390 /* Pass 1: Checking inodes, blocks, and sizes */
391 { PR_1_PASS_HEADER,
0c4a0726 392 N_("Pass 1: Checking @is, @bs, and sizes\n"),
1b6bf175 393 PROMPT_NONE, 0 },
db0691b5 394
21c84b71 395 /* Root directory is not an inode */
0c4a0726 396 { PR_1_ROOT_NO_DIR, N_("@r is not a @d. "),
db0691b5 397 PROMPT_CLEAR, 0 },
21c84b71
TT
398
399 /* Root directory has dtime set */
400 { PR_1_ROOT_DTIME,
0c4a0726 401 N_("@r has dtime set (probably due to old mke2fs). "),
21c84b71
TT
402 PROMPT_FIX, PR_PREEN_OK },
403
404 /* Reserved inode has bad mode */
405 { PR_1_RESERVED_BAD_MODE,
7ae1983a 406 N_("Reserved @i %i (%Q) has @n mode. "),
21c84b71
TT
407 PROMPT_CLEAR, PR_PREEN_OK },
408
409 /* Deleted inode has zero dtime */
410 { PR_1_ZERO_DTIME,
0c4a0726 411 N_("@D @i %i has zero dtime. "),
21c84b71
TT
412 PROMPT_FIX, PR_PREEN_OK },
413
414 /* Inode in use, but dtime set */
415 { PR_1_SET_DTIME,
0c4a0726 416 N_("@i %i is in use, but has dtime set. "),
21c84b71
TT
417 PROMPT_FIX, PR_PREEN_OK },
418
419 /* Zero-length directory */
420 { PR_1_ZERO_LENGTH_DIR,
0c4a0726 421 N_("@i %i is a @z @d. "),
21c84b71
TT
422 PROMPT_CLEAR, PR_PREEN_OK },
423
424 /* Block bitmap conflicts with some other fs block */
425 { PR_1_BB_CONFLICT,
0c4a0726 426 N_("@g %g's @b @B at %b @C.\n"),
21c84b71
TT
427 PROMPT_RELOCATE, 0 },
428
429 /* Inode bitmap conflicts with some other fs block */
430 { PR_1_IB_CONFLICT,
0c4a0726 431 N_("@g %g's @i @B at %b @C.\n"),
21c84b71
TT
432 PROMPT_RELOCATE, 0 },
433
434 /* Inode table conflicts with some other fs block */
435 { PR_1_ITABLE_CONFLICT,
0c4a0726 436 N_("@g %g's @i table at %b @C.\n"),
21c84b71
TT
437 PROMPT_RELOCATE, 0 },
438
439 /* Block bitmap is on a bad block */
440 { PR_1_BB_BAD_BLOCK,
0c4a0726 441 N_("@g %g's @b @B (%b) is bad. "),
21c84b71
TT
442 PROMPT_RELOCATE, 0 },
443
444 /* Inode bitmap is on a bad block */
445 { PR_1_IB_BAD_BLOCK,
0c4a0726 446 N_("@g %g's @i @B (%b) is bad. "),
21c84b71
TT
447 PROMPT_RELOCATE, 0 },
448
449 /* Inode has incorrect i_size */
450 { PR_1_BAD_I_SIZE,
0c4a0726 451 N_("@i %i, i_size is %Is, @s %N. "),
1b6bf175 452 PROMPT_FIX, PR_PREEN_OK },
db0691b5 453
21c84b71
TT
454 /* Inode has incorrect i_blocks */
455 { PR_1_BAD_I_BLOCKS,
0c4a0726 456 N_("@i %i, i_@bs is %Ib, @s %N. "),
1b6bf175 457 PROMPT_FIX, PR_PREEN_OK },
21c84b71 458
80bfaa3e 459 /* Illegal blocknumber in inode */
21c84b71 460 { PR_1_ILLEGAL_BLOCK_NUM,
0c4a0726 461 N_("@I @b #%B (%b) in @i %i. "),
21c84b71
TT
462 PROMPT_CLEAR, PR_LATCH_BLOCK },
463
464 /* Block number overlaps fs metadata */
465 { PR_1_BLOCK_OVERLAPS_METADATA,
0c4a0726 466 N_("@b #%B (%b) overlaps @f metadata in @i %i. "),
21c84b71
TT
467 PROMPT_CLEAR, PR_LATCH_BLOCK },
468
469 /* Inode has illegal blocks (latch question) */
470 { PR_1_INODE_BLOCK_LATCH,
0c4a0726 471 N_("@i %i has illegal @b(s). "),
21c84b71
TT
472 PROMPT_CLEAR, 0 },
473
474 /* Too many bad blocks in inode */
475 { PR_1_TOO_MANY_BAD_BLOCKS,
0c4a0726 476 N_("Too many illegal @bs in @i %i.\n"),
db0691b5 477 PROMPT_CLEAR_INODE, PR_NO_OK },
21c84b71
TT
478
479 /* Illegal block number in bad block inode */
480 { PR_1_BB_ILLEGAL_BLOCK_NUM,
0c4a0726 481 N_("@I @b #%B (%b) in bad @b @i. "),
21c84b71
TT
482 PROMPT_CLEAR, PR_LATCH_BBLOCK },
483
484 /* Bad block inode has illegal blocks (latch question) */
485 { PR_1_INODE_BBLOCK_LATCH,
0c4a0726 486 N_("Bad @b @i has illegal @b(s). "),
21c84b71
TT
487 PROMPT_CLEAR, 0 },
488
1b6bf175
TT
489 /* Duplicate or bad blocks in use! */
490 { PR_1_DUP_BLOCKS_PREENSTOP,
0c4a0726 491 N_("Duplicate or bad @b in use!\n"),
1b6bf175
TT
492 PROMPT_NONE, 0 },
493
db0691b5 494 /* Bad block used as bad block indirect block */
1b6bf175 495 { PR_1_BBINODE_BAD_METABLOCK,
000ba404
TT
496 N_("Bad @b %b used as bad @b @i indirect @b. "),
497 PROMPT_CLEAR, PR_LATCH_BBLOCK },
1b6bf175 498
db0691b5 499 /* Inconsistency can't be fixed prompt */
1b6bf175 500 { PR_1_BBINODE_BAD_METABLOCK_PROMPT,
000ba404
TT
501 N_("\nThe bad @b @i has probably been corrupted. You probably\n"
502 "should stop now and run ""e2fsck -c"" to scan for bad blocks\n"
503 "in the @f.\n"),
1b6bf175
TT
504 PROMPT_CONTINUE, PR_PREEN_NOMSG },
505
506 /* Bad primary block */
db0691b5 507 { PR_1_BAD_PRIMARY_BLOCK,
0c4a0726 508 N_("\nIf the @b is really bad, the @f can not be fixed.\n"),
1b6bf175 509 PROMPT_NONE, PR_AFTER_CODE, PR_1_BAD_PRIMARY_BLOCK_PROMPT },
db0691b5 510
1b6bf175 511 /* Bad primary block prompt */
db0691b5 512 { PR_1_BAD_PRIMARY_BLOCK_PROMPT,
7ae1983a
TT
513 N_("You can remove this @b from the bad @b list and hope\n"
514 "that the @b is really OK. But there are no guarantees.\n\n"),
1b6bf175
TT
515 PROMPT_CLEAR, PR_PREEN_NOMSG },
516
517 /* Bad primary superblock */
518 { PR_1_BAD_PRIMARY_SUPERBLOCK,
0c4a0726 519 N_("The primary @S (%b) is on the bad @b list.\n"),
1b6bf175 520 PROMPT_NONE, PR_AFTER_CODE, PR_1_BAD_PRIMARY_BLOCK },
db0691b5 521
1b6bf175
TT
522 /* Bad primary block group descriptors */
523 { PR_1_BAD_PRIMARY_GROUP_DESCRIPTOR,
0c4a0726
TT
524 N_("Block %b in the primary @g descriptors "
525 "is on the bad @b list\n"),
1b6bf175 526 PROMPT_NONE, PR_AFTER_CODE, PR_1_BAD_PRIMARY_BLOCK },
db0691b5 527
1b6bf175
TT
528 /* Bad superblock in group */
529 { PR_1_BAD_SUPERBLOCK,
0c4a0726 530 N_("Warning: Group %g's @S (%b) is bad.\n"),
1b6bf175 531 PROMPT_NONE, PR_PREEN_OK | PR_PREEN_NOMSG },
db0691b5 532
1b6bf175
TT
533 /* Bad block group descriptors in group */
534 { PR_1_BAD_GROUP_DESCRIPTORS,
0c4a0726
TT
535 N_("Warning: Group %g's copy of the @g descriptors has a bad "
536 "@b (%b).\n"),
1b6bf175
TT
537 PROMPT_NONE, PR_PREEN_OK | PR_PREEN_NOMSG },
538
db0691b5 539 /* Block claimed for no reason */
1b6bf175 540 { PR_1_PROGERR_CLAIMED_BLOCK,
0c4a0726
TT
541 N_("Programming error? @b #%b claimed for no reason in "
542 "process_bad_@b.\n"),
1b6bf175
TT
543 PROMPT_NONE, PR_PREEN_OK },
544
f8188fff 545 /* Error allocating blocks for relocating metadata */
1b6bf175 546 { PR_1_RELOC_BLOCK_ALLOCATE,
a3da9d1d 547 N_("@A %N contiguous @b(s) in @b @g %g for %s: %m\n"),
1b6bf175 548 PROMPT_NONE, PR_PREEN_OK },
db0691b5 549
f8188fff 550 /* Error allocating block buffer during relocation process */
1b6bf175 551 { PR_1_RELOC_MEMORY_ALLOCATE,
0c4a0726 552 N_("@A @b buffer for relocating %s\n"),
1b6bf175 553 PROMPT_NONE, PR_PREEN_OK },
db0691b5
TT
554
555 /* Relocating metadata group information from X to Y */
1b6bf175 556 { PR_1_RELOC_FROM_TO,
0c4a0726 557 N_("Relocating @g %g's %s from %b to %c...\n"),
1b6bf175 558 PROMPT_NONE, PR_PREEN_OK },
db0691b5 559
1b6bf175
TT
560 /* Relocating metatdata group information to X */
561 { PR_1_RELOC_TO,
ddc32a04 562 N_("Relocating @g %g's %s to %c...\n"), /* xgettext:no-c-format */
1b6bf175 563 PROMPT_NONE, PR_PREEN_OK },
db0691b5 564
1b6bf175
TT
565 /* Block read error during relocation process */
566 { PR_1_RELOC_READ_ERR,
0c4a0726 567 N_("Warning: could not read @b %b of %s: %m\n"),
1b6bf175 568 PROMPT_NONE, PR_PREEN_OK },
db0691b5 569
1b6bf175
TT
570 /* Block write error during relocation process */
571 { PR_1_RELOC_WRITE_ERR,
0c4a0726 572 N_("Warning: could not write @b %b for %s: %m\n"),
1b6bf175
TT
573 PROMPT_NONE, PR_PREEN_OK },
574
575 /* Error allocating inode bitmap */
576 { PR_1_ALLOCATE_IBITMAP_ERROR,
7ae1983a 577 N_("@A @i @B (%N): %m\n"),
1b6bf175
TT
578 PROMPT_NONE, PR_FATAL },
579
580 /* Error allocating block bitmap */
581 { PR_1_ALLOCATE_BBITMAP_ERROR,
7ae1983a 582 N_("@A @b @B (%N): %m\n"),
1b6bf175
TT
583 PROMPT_NONE, PR_FATAL },
584
ba7b0fee 585 /* Error allocating icount link information */
1b6bf175 586 { PR_1_ALLOCATE_ICOUNT,
0c4a0726 587 N_("@A icount link information: %m\n"),
1b6bf175
TT
588 PROMPT_NONE, PR_FATAL },
589
ba7b0fee 590 /* Error allocating directory block array */
1b6bf175 591 { PR_1_ALLOCATE_DBCOUNT,
0c4a0726 592 N_("@A @d @b array: %m\n"),
1b6bf175
TT
593 PROMPT_NONE, PR_FATAL },
594
595 /* Error while scanning inodes */
596 { PR_1_ISCAN_ERROR,
0c4a0726 597 N_("Error while scanning @is (%i): %m\n"),
1b6bf175
TT
598 PROMPT_NONE, PR_FATAL },
599
600 /* Error while iterating over blocks */
601 { PR_1_BLOCK_ITERATE,
133a56dc 602 N_("Error while iterating over @bs in @i %i: %m\n"),
1b6bf175
TT
603 PROMPT_NONE, PR_FATAL },
604
db0691b5 605 /* Error while storing inode count information */
1b6bf175 606 { PR_1_ICOUNT_STORE,
f18996c8 607 N_("Error storing @i count information (@i=%i, count=%N): %m\n"),
1b6bf175
TT
608 PROMPT_NONE, PR_FATAL },
609
db0691b5 610 /* Error while storing directory block information */
1b6bf175 611 { PR_1_ADD_DBLOCK,
0c4a0726 612 N_("Error storing @d @b information "
f18996c8 613 "(@i=%i, @b=%b, num=%N): %m\n"),
1b6bf175
TT
614 PROMPT_NONE, PR_FATAL },
615
db0691b5 616 /* Error while reading inode (for clearing) */
1b6bf175 617 { PR_1_READ_INODE,
0c4a0726 618 N_("Error reading @i %i: %m\n"),
1b6bf175 619 PROMPT_NONE, PR_FATAL },
f8188fff
TT
620
621 /* Suppress messages prompt */
622 { PR_1_SUPPRESS_MESSAGES, "", PROMPT_SUPPRESS, PR_NO_OK },
db0691b5 623
6fdc7a32
TT
624 /* Imagic flag set on an inode when filesystem doesn't support it */
625 { PR_1_SET_IMAGIC,
0c4a0726 626 N_("@i %i has imagic flag set. "),
6fdc7a32
TT
627 PROMPT_CLEAR, 0 },
628
629 /* Immutable flag set on a device or socket inode */
630 { PR_1_SET_IMMUTABLE,
bcf9c5d4
TT
631 N_("Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
632 "or append-only flag set. "),
a846d2f4 633 PROMPT_CLEAR, PR_PREEN_OK | PR_PREEN_NO | PR_NO_OK },
6fdc7a32 634
01fbc701 635 /* Compression flag set on an inode when filesystem doesn't support it */
1917875f
TT
636 { PR_1_COMPR_SET,
637 N_("@i %i has @cion flag set on @f without @cion support. "),
638 PROMPT_CLEAR, 0 },
639
d647a1ea
TT
640 /* Non-zero size for device, fifo or socket inode */
641 { PR_1_SET_NONZSIZE,
7ae1983a 642 N_("Special (@v/socket/fifo) @i %i has non-zero size. "),
d647a1ea 643 PROMPT_FIX, PR_PREEN_OK },
060b5fbf
TT
644
645 /* Filesystem revision is 0, but feature flags are set */
646 { PR_1_FS_REV_LEVEL,
7ae1983a 647 N_("@f has feature flag(s) set, but is a revision 0 @f. "),
060b5fbf
TT
648 PROMPT_FIX, PR_PREEN_OK | PR_NO_OK },
649
db0691b5 650 /* Journal inode is not in use, but contains data */
a9ca2016 651 { PR_1_JOURNAL_INODE_NOT_CLEAR,
7ae1983a 652 N_("@j @i is not in use, but contains data. "),
db0691b5
TT
653 PROMPT_CLEAR, PR_PREEN_OK },
654
a9ca2016
TT
655 /* Journal has bad mode */
656 { PR_1_JOURNAL_BAD_MODE,
67a473ec 657 N_("@j is not regular file. "),
a9ca2016
TT
658 PROMPT_FIX, PR_PREEN_OK },
659
21afac09
TT
660 /* Deal with inodes that were part of orphan linked list */
661 { PR_1_LOW_DTIME,
7ae1983a 662 N_("@i %i was part of the @o @i list. "),
db0691b5 663 PROMPT_FIX, PR_LATCH_LOW_DTIME, 0 },
21afac09
TT
664
665 /* Deal with inodes that were part of corrupted orphan linked
666 list (latch question) */
667 { PR_1_ORPHAN_LIST_REFUGEES,
668 N_("@is that were part of a corrupted orphan linked list found. "),
db0691b5
TT
669 PROMPT_FIX, 0 },
670
342d847d
TT
671 /* Error allocating refcount structure */
672 { PR_1_ALLOCATE_REFCOUNT,
7ae1983a 673 N_("@A refcount structure (%N): %m\n"),
342d847d
TT
674 PROMPT_NONE, PR_FATAL },
675
676 /* Error reading extended attribute block */
677 { PR_1_READ_EA_BLOCK,
678 N_("Error reading @a @b %b for @i %i. "),
679 PROMPT_CLEAR, 0 },
680
e8a3ee62 681 /* Invalid extended attribute block */
342d847d
TT
682 { PR_1_BAD_EA_BLOCK,
683 N_("@i %i has a bad @a @b %b. "),
684 PROMPT_CLEAR, 0 },
685
e8a3ee62
TT
686 /* Error reading Extended Attribute block while fixing refcount */
687 { PR_1_EXTATTR_READ_ABORT,
688 N_("Error reading @a @b %b (%m). "),
689 PROMPT_ABORT, 0 },
db0691b5 690
e8a3ee62
TT
691 /* Extended attribute reference count incorrect */
692 { PR_1_EXTATTR_REFCOUNT,
7ae1983a 693 N_("@a @b %b has reference count %B, @s %N. "),
e8a3ee62 694 PROMPT_FIX, 0 },
db0691b5
TT
695
696 /* Error writing Extended Attribute block while fixing refcount */
e8a3ee62
TT
697 { PR_1_EXTATTR_WRITE,
698 N_("Error writing @a @b %b (%m). "),
699 PROMPT_ABORT, 0 },
55fd07ed
TT
700
701 /* Multiple EA blocks not supported */
702 { PR_1_EA_MULTI_BLOCK,
7ae1983a 703 N_("@a @b %b has h_@bs > 1. "),
db0691b5 704 PROMPT_CLEAR, 0},
55fd07ed
TT
705
706 /* Error allocating EA region allocation structure */
707 { PR_1_EA_ALLOC_REGION,
7ae1983a 708 N_("@A @a @b %b. "),
55fd07ed 709 PROMPT_ABORT, 0},
db0691b5 710
55fd07ed
TT
711 /* Error EA allocation collision */
712 { PR_1_EA_ALLOC_COLLISION,
713 N_("@a @b %b is corrupt (allocation collision). "),
14fe1c33 714 PROMPT_CLEAR, 0},
db0691b5 715
55fd07ed
TT
716 /* Bad extended attribute name */
717 { PR_1_EA_BAD_NAME,
7ae1983a 718 N_("@a @b %b is corrupt (@n name). "),
db0691b5 719 PROMPT_CLEAR, 0},
55fd07ed
TT
720
721 /* Bad extended attribute value */
722 { PR_1_EA_BAD_VALUE,
7ae1983a 723 N_("@a @b %b is corrupt (@n value). "),
b94a052a
AD
724 PROMPT_CLEAR, 0},
725
da307041
TT
726 /* Inode too big (latch question) */
727 { PR_1_INODE_TOOBIG,
728 N_("@i %i is too big. "), PROMPT_TRUNCATE, 0 },
729
730 /* Directory too big */
db0691b5 731 { PR_1_TOOBIG_DIR,
da307041
TT
732 N_("@b #%B (%b) causes @d to be too big. "),
733 PROMPT_CLEAR, PR_LATCH_TOOBIG },
734
735 /* Regular file too big */
736 { PR_1_TOOBIG_REG,
737 N_("@b #%B (%b) causes file to be too big. "),
738 PROMPT_CLEAR, PR_LATCH_TOOBIG },
739
740 /* Symlink too big */
741 { PR_1_TOOBIG_SYMLINK,
742 N_("@b #%B (%b) causes symlink to be too big. "),
743 PROMPT_CLEAR, PR_LATCH_TOOBIG },
744
8fdc9985
TT
745 /* INDEX_FL flag set on a non-HTREE filesystem */
746 { PR_1_HTREE_SET,
747 N_("@i %i has INDEX_FL flag set on @f without htree support.\n"),
54779c66 748 PROMPT_CLEAR_HTREE, PR_PREEN_OK },
503f9e7f 749
db0691b5 750 /* INDEX_FL flag set on a non-directory */
503f9e7f
TT
751 { PR_1_HTREE_NODIR,
752 N_("@i %i has INDEX_FL flag set but is not a @d.\n"),
54779c66 753 PROMPT_CLEAR_HTREE, PR_PREEN_OK },
503f9e7f 754
db0691b5 755 /* Invalid root node in HTREE directory */
503f9e7f 756 { PR_1_HTREE_BADROOT,
7ae1983a 757 N_("@h %i has an @n root node.\n"),
54779c66 758 PROMPT_CLEAR_HTREE, PR_PREEN_OK },
503f9e7f 759
db0691b5 760 /* Unsupported hash version in HTREE directory */
503f9e7f
TT
761 { PR_1_HTREE_HASHV,
762 N_("@h %i has an unsupported hash version (%N)\n"),
54779c66 763 PROMPT_CLEAR_HTREE, PR_PREEN_OK },
503f9e7f 764
db0691b5 765 /* Incompatible flag in HTREE root node */
503f9e7f
TT
766 { PR_1_HTREE_INCOMPAT,
767 N_("@h %i uses an incompatible htree root node flag.\n"),
54779c66 768 PROMPT_CLEAR_HTREE, PR_PREEN_OK },
503f9e7f 769
db0691b5 770 /* HTREE too deep */
503f9e7f
TT
771 { PR_1_HTREE_DEPTH,
772 N_("@h %i has a tree depth (%N) which is too big\n"),
68ef5e1f 773 PROMPT_CLEAR_HTREE, PR_PREEN_OK },
db0691b5 774
000ba404
TT
775 /* Bad block has indirect block that conflicts with filesystem block */
776 { PR_1_BB_FS_BLOCK,
777 N_("Bad @b @i has an indirect @b (%b) that conflicts with\n"
778 "@f metadata. "),
779 PROMPT_CLEAR, PR_LATCH_BBLOCK },
c3ffaf83
TT
780
781 /* Resize inode failed */
782 { PR_1_RESIZE_INODE_CREATE,
783 N_("Resize @i (re)creation failed: %m."),
784 PROMPT_ABORT, 0 },
785
db0691b5 786 /* invalid inode->i_extra_isize */
cebe48a1 787 { PR_1_EXTRA_ISIZE,
7ae1983a 788 N_("@i %i has a extra size (%IS) which is @n\n"),
cebe48a1
TT
789 PROMPT_FIX, PR_PREEN_OK },
790
db0691b5 791 /* invalid ea entry->e_name_len */
cebe48a1 792 { PR_1_ATTR_NAME_LEN,
7ae1983a 793 N_("@a in @i %i has a namelen (%N) which is @n\n"),
cebe48a1
TT
794 PROMPT_CLEAR, PR_PREEN_OK },
795
db0691b5 796 /* invalid ea entry->e_value_size */
cebe48a1 797 { PR_1_ATTR_VALUE_SIZE,
7ae1983a 798 N_("@a in @i %i has a value size (%N) which is @n\n"),
cebe48a1
TT
799 PROMPT_CLEAR, PR_PREEN_OK },
800
db0691b5 801 /* invalid ea entry->e_value_offs */
cebe48a1 802 { PR_1_ATTR_VALUE_OFFSET,
7ae1983a 803 N_("@a in @i %i has a value offset (%N) which is @n\n"),
cebe48a1
TT
804 PROMPT_CLEAR, PR_PREEN_OK },
805
db0691b5 806 /* invalid ea entry->e_value_block */
cebe48a1 807 { PR_1_ATTR_VALUE_BLOCK,
7ae1983a 808 N_("@a in @i %i has a value @b (%N) which is @n (must be 0)\n"),
cebe48a1
TT
809 PROMPT_CLEAR, PR_PREEN_OK },
810
db0691b5 811 /* invalid ea entry->e_hash */
cebe48a1 812 { PR_1_ATTR_HASH,
fefaef39 813 N_("@a in @i %i has a hash (%N) which is @n\n"),
cebe48a1
TT
814 PROMPT_CLEAR, PR_PREEN_OK },
815
fbc3f901
TT
816 /* inode appears to be a directory */
817 { PR_1_TREAT_AS_DIRECTORY,
818 N_("@i %i is a %It but it looks like it is really a directory.\n"),
819 PROMPT_FIX, 0 },
820
15d482ba
TT
821 /* Error while reading extent tree */
822 { PR_1_READ_EXTENT,
823 N_("Error while reading over @x tree in @i %i: %m\n"),
824 PROMPT_CLEAR_INODE, 0 },
825
7518c176
TT
826 /* Failure to iterate extents */
827 { PR_1_EXTENT_ITERATE_FAILURE,
828 N_("Failed to iterate extents in @i %i\n"
829 "\t(op %s, blk %b, lblk %c): %m\n"),
830 PROMPT_CLEAR_INODE, 0 },
15d482ba
TT
831
832 /* Bad starting block in extent */
833 { PR_1_EXTENT_BAD_START_BLK,
834 N_("@i %i has an @n extent\n\t(logical @b %c, @n physical @b %b, len %N)\n"),
835 PROMPT_CLEAR, 0 },
836
837 /* Extent ends beyond filesystem */
838 { PR_1_EXTENT_ENDS_BEYOND,
839 N_("@i %i has an @n extent\n\t(logical @b %c, physical @b %b, @n len %N)\n"),
840 PROMPT_CLEAR, 0 },
841
842 /* EXTENTS_FL flag set on a non-extents filesystem */
843 { PR_1_EXTENTS_SET,
844 N_("@i %i has EXTENTS_FL flag set on @f without extents support.\n"),
845 PROMPT_CLEAR, 0 },
846
847 /* inode has extents, superblock missing INCOMPAT_EXTENTS feature */
848 { PR_1_EXTENT_FEATURE,
849 N_("@i %i is in extent format, but @S is missing EXTENTS feature\n"),
850 PROMPT_FIX, 0 },
851
852 /* inode missing EXTENTS_FL, but is an extent inode */
853 { PR_1_UNSET_EXTENT_FL,
854 N_("@i %i missing EXTENT_FL, but is in extents format\n"),
855 PROMPT_FIX, PR_PREEN_OK },
856
ee19c902
TT
857 /* Fast symlink has EXTENTS_FL set */
858 { PR_1_FAST_SYMLINK_EXTENT_FL,
859 N_("Fast symlink %i has EXTENT_FL set. "),
860 PROMPT_CLEAR, 0 },
861
d5a8f9a9
TT
862 /* Extents are out of order */
863 { PR_1_OUT_OF_ORDER_EXTENTS,
864 N_("@i %i has out of order extents\n\t(@n logical @b %c, physical @b %b, len %N)\n"),
865 PROMPT_CLEAR, 0 },
866
7518c176
TT
867 { PR_1_EXTENT_HEADER_INVALID,
868 N_("@i %i has an invalid extent node (blk %b, lblk %c)\n"),
869 PROMPT_CLEAR, 0 },
870
21c84b71
TT
871 /* Pass 1b errors */
872
1b6bf175
TT
873 /* Pass 1B: Rescan for duplicate/bad blocks */
874 { PR_1B_PASS_HEADER,
7ae1983a
TT
875 N_("\nRunning additional passes to resolve @bs claimed by more than one @i...\n"
876 "Pass 1B: Rescanning for @m @bs\n"),
1b6bf175
TT
877 PROMPT_NONE, 0 },
878
879 /* Duplicate/bad block(s) header */
db0691b5 880 { PR_1B_DUP_BLOCK_HEADER,
7ae1983a 881 N_("@m @b(s) in @i %i:"),
1b6bf175
TT
882 PROMPT_NONE, 0 },
883
884 /* Duplicate/bad block(s) in inode */
db0691b5 885 { PR_1B_DUP_BLOCK,
1b6bf175 886 " %b",
151786fc 887 PROMPT_NONE, PR_LATCH_DBLOCK | PR_PREEN_NOHDR },
1b6bf175
TT
888
889 /* Duplicate/bad block(s) end */
890 { PR_1B_DUP_BLOCK_END,
891 "\n",
151786fc 892 PROMPT_NONE, PR_PREEN_NOHDR },
db0691b5 893
1b6bf175
TT
894 /* Error while scanning inodes */
895 { PR_1B_ISCAN_ERROR,
0c4a0726 896 N_("Error while scanning inodes (%i): %m\n"),
1b6bf175
TT
897 PROMPT_NONE, PR_FATAL },
898
899 /* Error allocating inode bitmap */
900 { PR_1B_ALLOCATE_IBITMAP_ERROR,
7ae1983a 901 N_("@A @i @B (@i_dup_map): %m\n"),
1b6bf175
TT
902 PROMPT_NONE, PR_FATAL },
903
133a56dc
TT
904 /* Error while iterating over blocks */
905 { PR_1B_BLOCK_ITERATE,
906 N_("Error while iterating over @bs in @i %i (%s): %m\n"),
907 PROMPT_NONE, 0 },
0684a4f3
TT
908
909 /* Error adjusting EA refcount */
910 { PR_1B_ADJ_EA_REFCOUNT,
7ae1983a 911 N_("Error adjusting refcount for @a @b %b (@i %i): %m\n"),
0684a4f3
TT
912 PROMPT_NONE, 0 },
913
914
7ae1983a 915 /* Pass 1C: Scan directories for inodes with multiply-claimed blocks. */
1b6bf175 916 { PR_1C_PASS_HEADER,
49809dd8 917 N_("Pass 1C: Scanning directories for @is with @m @bs\n"),
1b6bf175
TT
918 PROMPT_NONE, 0 },
919
db0691b5 920
7ae1983a 921 /* Pass 1D: Reconciling multiply-claimed blocks */
1b6bf175 922 { PR_1D_PASS_HEADER,
7ae1983a 923 N_("Pass 1D: Reconciling @m @bs\n"),
1b6bf175 924 PROMPT_NONE, 0 },
db0691b5 925
21c84b71 926 /* File has duplicate blocks */
1b6bf175 927 { PR_1D_DUP_FILE,
0c4a0726 928 N_("File %Q (@i #%i, mod time %IM) \n"
7ae1983a 929 " has %B @m @b(s), shared with %N file(s):\n"),
1b6bf175 930 PROMPT_NONE, 0 },
db0691b5
TT
931
932 /* List of files sharing duplicate blocks */
1b6bf175 933 { PR_1D_DUP_FILE_LIST,
0c4a0726 934 N_("\t%Q (@i #%i, mod time %IM)\n"),
1b6bf175 935 PROMPT_NONE, 0 },
db0691b5
TT
936
937 /* File sharing blocks with filesystem metadata */
1b6bf175 938 { PR_1D_SHARE_METADATA,
0c4a0726 939 N_("\t<@f metadata>\n"),
1b6bf175
TT
940 PROMPT_NONE, 0 },
941
db0691b5 942 /* Report of how many duplicate/bad inodes */
1b6bf175 943 { PR_1D_NUM_DUP_INODES,
7ae1983a 944 N_("(There are %N @is containing @m @bs.)\n\n"),
1b6bf175
TT
945 PROMPT_NONE, 0 },
946
947 /* Duplicated blocks already reassigned or cloned. */
948 { PR_1D_DUP_BLOCKS_DEALT,
7ae1983a 949 N_("@m @bs already reassigned or cloned.\n\n"),
1b6bf175
TT
950 PROMPT_NONE, 0 },
951
952 /* Clone duplicate/bad blocks? */
953 { PR_1D_CLONE_QUESTION,
954 "", PROMPT_CLONE, PR_NO_OK },
db0691b5 955
1b6bf175
TT
956 /* Delete file? */
957 { PR_1D_DELETE_QUESTION,
958 "", PROMPT_DELETE, 0 },
959
960 /* Couldn't clone file (error) */
961 { PR_1D_CLONE_ERROR,
0c4a0726 962 N_("Couldn't clone file: %m\n"), PROMPT_NONE, 0 },
21c84b71
TT
963
964 /* Pass 2 errors */
965
1b6bf175
TT
966 /* Pass 2: Checking directory structure */
967 { PR_2_PASS_HEADER,
0c4a0726 968 N_("Pass 2: Checking @d structure\n"),
1b6bf175 969 PROMPT_NONE, 0 },
db0691b5 970
21c84b71
TT
971 /* Bad inode number for '.' */
972 { PR_2_BAD_INODE_DOT,
7ae1983a 973 N_("@n @i number for '.' in @d @i %i.\n"),
21c84b71
TT
974 PROMPT_FIX, 0 },
975
976 /* Directory entry has bad inode number */
db0691b5 977 { PR_2_BAD_INO,
7ae1983a 978 N_("@E has @n @i #: %Di.\n"),
21c84b71
TT
979 PROMPT_CLEAR, 0 },
980
981 /* Directory entry has deleted or unused inode */
db0691b5 982 { PR_2_UNUSED_INODE,
0c4a0726 983 N_("@E has @D/unused @i %Di. "),
21c84b71
TT
984 PROMPT_CLEAR, PR_PREEN_OK },
985
986 /* Directry entry is link to '.' */
db0691b5 987 { PR_2_LINK_DOT,
0c4a0726 988 N_("@E @L to '.' "),
21c84b71
TT
989 PROMPT_CLEAR, 0 },
990
991 /* Directory entry points to inode now located in a bad block */
992 { PR_2_BB_INODE,
0c4a0726 993 N_("@E points to @i (%Di) located in a bad @b.\n"),
21c84b71
TT
994 PROMPT_CLEAR, 0 },
995
996 /* Directory entry contains a link to a directory */
db0691b5 997 { PR_2_LINK_DIR,
0c4a0726 998 N_("@E @L to @d %P (%Di).\n"),
21c84b71
TT
999 PROMPT_CLEAR, 0 },
1000
1001 /* Directory entry contains a link to the root directry */
db0691b5 1002 { PR_2_LINK_ROOT,
0c4a0726 1003 N_("@E @L to the @r.\n"),
21c84b71
TT
1004 PROMPT_CLEAR, 0 },
1005
1006 /* Directory entry has illegal characters in its name */
db0691b5 1007 { PR_2_BAD_NAME,
0c4a0726 1008 N_("@E has illegal characters in its name.\n"),
21c84b71
TT
1009 PROMPT_FIX, 0 },
1010
db0691b5 1011 /* Missing '.' in directory inode */
21c84b71 1012 { PR_2_MISSING_DOT,
0c4a0726 1013 N_("Missing '.' in @d @i %i.\n"),
21c84b71
TT
1014 PROMPT_FIX, 0 },
1015
db0691b5 1016 /* Missing '..' in directory inode */
21c84b71 1017 { PR_2_MISSING_DOT_DOT,
0c4a0726 1018 N_("Missing '..' in @d @i %i.\n"),
21c84b71
TT
1019 PROMPT_FIX, 0 },
1020
1021 /* First entry in directory inode doesn't contain '.' */
1022 { PR_2_1ST_NOT_DOT,
7ae1983a 1023 N_("First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"),
21c84b71
TT
1024 PROMPT_FIX, 0 },
1025
1026 /* Second entry in directory inode doesn't contain '..' */
1027 { PR_2_2ND_NOT_DOT_DOT,
7ae1983a 1028 N_("Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"),
21c84b71 1029 PROMPT_FIX, 0 },
db0691b5 1030
21c84b71
TT
1031 /* i_faddr should be zero */
1032 { PR_2_FADDR_ZERO,
0c4a0726 1033 N_("i_faddr @F %IF, @s zero.\n"),
21c84b71
TT
1034 PROMPT_CLEAR, 0 },
1035
1036 /* i_file_acl should be zero */
1037 { PR_2_FILE_ACL_ZERO,
0c4a0726 1038 N_("i_file_acl @F %If, @s zero.\n"),
21c84b71
TT
1039 PROMPT_CLEAR, 0 },
1040
1041 /* i_dir_acl should be zero */
1042 { PR_2_DIR_ACL_ZERO,
0c4a0726 1043 N_("i_dir_acl @F %Id, @s zero.\n"),
21c84b71
TT
1044 PROMPT_CLEAR, 0 },
1045
1046 /* i_frag should be zero */
1047 { PR_2_FRAG_ZERO,
0c4a0726 1048 N_("i_frag @F %N, @s zero.\n"),
21c84b71
TT
1049 PROMPT_CLEAR, 0 },
1050
1051 /* i_fsize should be zero */
1052 { PR_2_FSIZE_ZERO,
0c4a0726 1053 N_("i_fsize @F %N, @s zero.\n"),
21c84b71
TT
1054 PROMPT_CLEAR, 0 },
1055
1056 /* inode has bad mode */
1057 { PR_2_BAD_MODE,
7ae1983a 1058 N_("@i %i (%Q) has @n mode (%Im).\n"),
21c84b71
TT
1059 PROMPT_CLEAR, 0 },
1060
1061 /* directory corrupted */
db0691b5 1062 { PR_2_DIR_CORRUPTED,
0c4a0726 1063 N_("@d @i %i, @b %B, offset %N: @d corrupted\n"),
21c84b71 1064 PROMPT_SALVAGE, 0 },
db0691b5 1065
21c84b71 1066 /* filename too long */
db0691b5 1067 { PR_2_FILENAME_LONG,
0c4a0726 1068 N_("@d @i %i, @b %B, offset %N: filename too long\n"),
21c84b71
TT
1069 PROMPT_TRUNCATE, 0 },
1070
1071 /* Directory inode has a missing block (hole) */
db0691b5 1072 { PR_2_DIRECTORY_HOLE,
0c4a0726 1073 N_("@d @i %i has an unallocated @b #%B. "),
21c84b71
TT
1074 PROMPT_ALLOCATE, 0 },
1075
1076 /* '.' is not NULL terminated */
1077 { PR_2_DOT_NULL_TERM,
0c4a0726 1078 N_("'.' @d @e in @d @i %i is not NULL terminated\n"),
21c84b71
TT
1079 PROMPT_FIX, 0 },
1080
1081 /* '..' is not NULL terminated */
1082 { PR_2_DOT_DOT_NULL_TERM,
0c4a0726 1083 N_("'..' @d @e in @d @i %i is not NULL terminated\n"),
21c84b71
TT
1084 PROMPT_FIX, 0 },
1085
7cf73dcd
TT
1086 /* Illegal character device inode */
1087 { PR_2_BAD_CHAR_DEV,
d74edf4e 1088 N_("@i %i (%Q) is an @I character @v.\n"),
7cf73dcd
TT
1089 PROMPT_CLEAR, 0 },
1090
1091 /* Illegal block device inode */
1092 { PR_2_BAD_BLOCK_DEV,
d74edf4e 1093 N_("@i %i (%Q) is an @I @b @v.\n"),
7cf73dcd
TT
1094 PROMPT_CLEAR, 0 },
1095
1b6bf175
TT
1096 /* Duplicate '.' entry */
1097 { PR_2_DUP_DOT,
0c4a0726 1098 N_("@E is duplicate '.' @e.\n"),
db0691b5 1099 PROMPT_FIX, 0 },
21c84b71 1100
1b6bf175
TT
1101 /* Duplicate '..' entry */
1102 { PR_2_DUP_DOT_DOT,
0c4a0726 1103 N_("@E is duplicate '..' @e.\n"),
1b6bf175
TT
1104 PROMPT_FIX, 0 },
1105
1106 /* Internal error: couldn't find dir_info */
1107 { PR_2_NO_DIRINFO,
0c4a0726 1108 N_("Internal error: couldn't find dir_info for %i.\n"),
1b6bf175
TT
1109 PROMPT_NONE, PR_FATAL },
1110
1111 /* Final rec_len is wrong */
1112 { PR_2_FINAL_RECLEN,
7ae1983a 1113 N_("@E has rec_len of %Dr, @s %N.\n"),
1b6bf175 1114 PROMPT_FIX, 0 },
db0691b5 1115
1b6bf175
TT
1116 /* Error allocating icount structure */
1117 { PR_2_ALLOCATE_ICOUNT,
0c4a0726 1118 N_("@A icount structure: %m\n"),
1b6bf175
TT
1119 PROMPT_NONE, PR_FATAL },
1120
1121 /* Error iterating over directory blocks */
1122 { PR_2_DBLIST_ITERATE,
d3128ccb 1123 N_("Error iterating over @d @bs: %m\n"),
1b6bf175
TT
1124 PROMPT_NONE, PR_FATAL },
1125
1126 /* Error reading directory block */
1127 { PR_2_READ_DIRBLOCK,
0c4a0726 1128 N_("Error reading @d @b %b (@i %i): %m\n"),
1b6bf175
TT
1129 PROMPT_CONTINUE, 0 },
1130
1131 /* Error writing directory block */
1132 { PR_2_WRITE_DIRBLOCK,
0c4a0726 1133 N_("Error writing @d @b %b (@i %i): %m\n"),
1b6bf175
TT
1134 PROMPT_CONTINUE, 0 },
1135
1136 /* Error allocating new directory block */
1137 { PR_2_ALLOC_DIRBOCK,
0c4a0726 1138 N_("@A new @d @b for @i %i (%s): %m\n"),
1b6bf175
TT
1139 PROMPT_NONE, 0 },
1140
1141 /* Error deallocating inode */
1142 { PR_2_DEALLOC_INODE,
0c4a0726 1143 N_("Error deallocating @i %i: %m\n"),
1b6bf175
TT
1144 PROMPT_NONE, PR_FATAL },
1145
f8188fff
TT
1146 /* Directory entry for '.' is big. Split? */
1147 { PR_2_SPLIT_DOT,
5dd77dbe 1148 N_("@d @e for '.' in %p (%i) is big.\n"),
f8188fff 1149 PROMPT_SPLIT, PR_NO_OK },
1b6bf175 1150
1dde43f0
TT
1151 /* Illegal FIFO inode */
1152 { PR_2_BAD_FIFO,
0c4a0726 1153 N_("@i %i (%Q) is an @I FIFO.\n"),
1dde43f0
TT
1154 PROMPT_CLEAR, 0 },
1155
1156 /* Illegal socket inode */
1157 { PR_2_BAD_SOCKET,
0c4a0726 1158 N_("@i %i (%Q) is an @I socket.\n"),
1dde43f0
TT
1159 PROMPT_CLEAR, 0 },
1160
aa4115a4
TT
1161 /* Directory filetype not set */
1162 { PR_2_SET_FILETYPE,
0c4a0726 1163 N_("Setting filetype for @E to %N.\n"),
aa4115a4
TT
1164 PROMPT_NONE, PR_PREEN_OK | PR_NO_OK | PR_NO_NOMSG },
1165
1166 /* Directory filetype incorrect */
1167 { PR_2_BAD_FILETYPE,
7ae1983a 1168 N_("@E has an incorrect filetype (was %Dt, @s %N).\n"),
aa4115a4
TT
1169 PROMPT_FIX, 0 },
1170
7847c1d4
TT
1171 /* Directory filetype set on filesystem */
1172 { PR_2_CLEAR_FILETYPE,
d007cb4c 1173 N_("@E has filetype set.\n"),
7847c1d4
TT
1174 PROMPT_CLEAR, PR_PREEN_OK },
1175
c40db6d5
TT
1176 /* Directory filename is null */
1177 { PR_2_NULL_NAME,
7ae1983a 1178 N_("@E has a @z name.\n"),
c40db6d5
TT
1179 PROMPT_CLEAR, 0 },
1180
bcf9c5d4
TT
1181 /* Invalid symlink */
1182 { PR_2_INVALID_SYMLINK,
7ae1983a 1183 N_("Symlink %Q (@i #%i) is @n.\n"),
342d847d
TT
1184 PROMPT_CLEAR, 0 },
1185
1186 /* i_file_acl (extended attribute block) is bad */
1187 { PR_2_FILE_ACL_BAD,
7ae1983a 1188 N_("@a @b @F @n (%If).\n"),
fdbdea09
TT
1189 PROMPT_CLEAR, 0 },
1190
a4742691
TT
1191 /* Filesystem contains large files, but has no such flag in sb */
1192 { PR_2_FEATURE_LARGE_FILES,
1193 N_("@f contains large files, but lacks LARGE_FILE flag in @S.\n"),
1194 PROMPT_FIX, 0 },
db0691b5 1195
8fdc9985
TT
1196 /* Node in HTREE directory not referenced */
1197 { PR_2_HTREE_NOTREF,
1198 N_("@p @h %d: node (%B) not referenced\n"),
1199 PROMPT_NONE, 0 },
1200
1201 /* Node in HTREE directory referenced twice */
1202 { PR_2_HTREE_DUPREF,
1203 N_("@p @h %d: node (%B) referenced twice\n"),
1204 PROMPT_NONE, 0 },
1205
1206 /* Node in HTREE directory has bad min hash */
1207 { PR_2_HTREE_MIN_HASH,
1208 N_("@p @h %d: node (%B) has bad min hash\n"),
1209 PROMPT_NONE, 0 },
1210
1211 /* Node in HTREE directory has bad max hash */
1212 { PR_2_HTREE_MAX_HASH,
1213 N_("@p @h %d: node (%B) has bad max hash\n"),
1214 PROMPT_NONE, 0 },
1215
1216 /* Clear invalid HTREE directory */
1217 { PR_2_HTREE_CLEAR,
2a604806 1218 N_("@n @h %d (%q). "), PROMPT_CLEAR_HTREE, 0 },
db0691b5 1219
8fdc9985
TT
1220 /* Bad block in htree interior node */
1221 { PR_2_HTREE_BADBLK,
b7a00563 1222 N_("@p @h %d (%q): bad @b number %b.\n"),
503f9e7f 1223 PROMPT_CLEAR_HTREE, 0 },
8fdc9985 1224
0684a4f3
TT
1225 /* Error adjusting EA refcount */
1226 { PR_2_ADJ_EA_REFCOUNT,
7ae1983a 1227 N_("Error adjusting refcount for @a @b %b (@i %i): %m\n"),
0684a4f3
TT
1228 PROMPT_NONE, PR_FATAL },
1229
ea1959f0
TT
1230 /* Invalid HTREE root node */
1231 { PR_2_HTREE_BAD_ROOT,
7ae1983a 1232 N_("@p @h %d: root node is @n\n"),
54779c66 1233 PROMPT_CLEAR_HTREE, PR_PREEN_OK },
ea1959f0 1234
ad4fa466
TT
1235 /* Invalid HTREE limit */
1236 { PR_2_HTREE_BAD_LIMIT,
7ae1983a 1237 N_("@p @h %d: node (%B) has @n limit (%N)\n"),
54779c66 1238 PROMPT_CLEAR_HTREE, PR_PREEN_OK },
ad4fa466
TT
1239
1240 /* Invalid HTREE count */
1241 { PR_2_HTREE_BAD_COUNT,
7ae1983a 1242 N_("@p @h %d: node (%B) has @n count (%N)\n"),
54779c66 1243 PROMPT_CLEAR_HTREE, PR_PREEN_OK },
ad4fa466
TT
1244
1245 /* HTREE interior node has out-of-order hashes in table */
1246 { PR_2_HTREE_HASH_ORDER,
1247 N_("@p @h %d: node (%B) has an unordered hash table\n"),
54779c66 1248 PROMPT_CLEAR_HTREE, PR_PREEN_OK },
ad4fa466 1249
7ae1983a 1250 /* Node in HTREE directory has invalid depth */
ad4fa466 1251 { PR_2_HTREE_BAD_DEPTH,
e5e12db9 1252 N_("@p @h %d: node (%B) has @n depth (%N)\n"),
ad4fa466 1253 PROMPT_NONE, 0 },
db0691b5 1254
b0700a1b
TT
1255 /* Duplicate directory entry found */
1256 { PR_2_DUPLICATE_DIRENT,
1257 N_("Duplicate @E found. "),
1258 PROMPT_CLEAR, 0 },
db0691b5 1259
b0700a1b 1260 /* Non-unique filename found */
ddc32a04 1261 { PR_2_NON_UNIQUE_FILE, /* xgettext: no-c-format */
b0700a1b
TT
1262 N_("@E has a non-unique filename.\nRename to %s"),
1263 PROMPT_NULL, 0 },
db0691b5 1264
0926668d
TT
1265 /* Duplicate directory entry found */
1266 { PR_2_REPORT_DUP_DIRENT,
1267 N_("Duplicate @e '%Dn' found.\n\tMarking %p (%i) to be rebuilt.\n\n"),
1268 PROMPT_NONE, 0 },
db0691b5 1269
5d17119d
TT
1270 /* i_blocks_hi should be zero */
1271 { PR_2_BLOCKS_HI_ZERO,
1272 N_("i_blocks_hi @F %N, @s zero.\n"),
1273 PROMPT_CLEAR, 0 },
1274
d45edec0
TT
1275 /* Unexpected HTREE block */
1276 { PR_2_UNEXPECTED_HTREE_BLOCK,
1277 N_("Unexpected @b in @h %d (%q).\n"), PROMPT_CLEAR_HTREE, 0 },
db0691b5 1278
49a7360b
JS
1279 /* Inode found in group where _INODE_UNINIT is set */
1280 { PR_2_INOREF_BG_INO_UNINIT,
4758835c 1281 N_("@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"),
49a7360b
JS
1282 PROMPT_FIX, PR_PREEN_OK },
1283
1284 /* Inode found in group unused inodes area */
1285 { PR_2_INOREF_IN_UNUSED,
4758835c 1286 N_("@E references @i %Di found in @g %g's unused inodes area.\n"),
49a7360b
JS
1287 PROMPT_FIX, PR_PREEN_OK },
1288
911ec626
TT
1289 /* i_blocks_hi should be zero */
1290 { PR_2_I_FILE_ACL_HI_ZERO,
1291 N_("i_file_acl_hi @F %N, @s zero.\n"),
1292 PROMPT_CLEAR, 0 },
1293
1b6bf175
TT
1294 /* Pass 3 errors */
1295
1296 /* Pass 3: Checking directory connectivity */
1297 { PR_3_PASS_HEADER,
0c4a0726 1298 N_("Pass 3: Checking @d connectivity\n"),
1b6bf175 1299 PROMPT_NONE, 0 },
db0691b5 1300
21c84b71
TT
1301 /* Root inode not allocated */
1302 { PR_3_NO_ROOT_INODE,
0c4a0726 1303 N_("@r not allocated. "),
db0691b5
TT
1304 PROMPT_ALLOCATE, 0 },
1305
21c84b71
TT
1306 /* No room in lost+found */
1307 { PR_3_EXPAND_LF_DIR,
0c4a0726 1308 N_("No room in @l @d. "),
21c84b71
TT
1309 PROMPT_EXPAND, 0 },
1310
1311 /* Unconnected directory inode */
1312 { PR_3_UNCONNECTED_DIR,
0c4a0726 1313 N_("Unconnected @d @i %i (%p)\n"),
21c84b71
TT
1314 PROMPT_CONNECT, 0 },
1315
1316 /* /lost+found not found */
1317 { PR_3_NO_LF_DIR,
0c4a0726 1318 N_("/@l not found. "),
5a679c8f 1319 PROMPT_CREATE, PR_PREEN_OK },
21c84b71
TT
1320
1321 /* .. entry is incorrect */
1322 { PR_3_BAD_DOT_DOT,
0c4a0726 1323 N_("'..' in %Q (%i) is %P (%j), @s %q (%d).\n"),
21c84b71
TT
1324 PROMPT_FIX, 0 },
1325
1b6bf175
TT
1326 /* Bad or non-existent /lost+found. Cannot reconnect */
1327 { PR_3_NO_LPF,
d007cb4c 1328 N_("Bad or non-existent /@l. Cannot reconnect.\n"),
1b6bf175
TT
1329 PROMPT_NONE, 0 },
1330
1331 /* Could not expand /lost+found */
1332 { PR_3_CANT_EXPAND_LPF,
0c4a0726 1333 N_("Could not expand /@l: %m\n"),
1b6bf175
TT
1334 PROMPT_NONE, 0 },
1335
1336 /* Could not reconnect inode */
1337 { PR_3_CANT_RECONNECT,
0c4a0726 1338 N_("Could not reconnect %i: %m\n"),
1b6bf175
TT
1339 PROMPT_NONE, 0 },
1340
1341 /* Error while trying to find /lost+found */
1342 { PR_3_ERR_FIND_LPF,
0c4a0726 1343 N_("Error while trying to find /@l: %m\n"),
1b6bf175
TT
1344 PROMPT_NONE, 0 },
1345
1346 /* Error in ext2fs_new_block while creating /lost+found */
db0691b5 1347 { PR_3_ERR_LPF_NEW_BLOCK,
0c4a0726 1348 N_("ext2fs_new_@b: %m while trying to create /@l @d\n"),
1b6bf175 1349 PROMPT_NONE, 0 },
db0691b5 1350
1b6bf175
TT
1351 /* Error in ext2fs_new_inode while creating /lost+found */
1352 { PR_3_ERR_LPF_NEW_INODE,
0c4a0726 1353 N_("ext2fs_new_@i: %m while trying to create /@l @d\n"),
1b6bf175
TT
1354 PROMPT_NONE, 0 },
1355
db0691b5 1356 /* Error in ext2fs_new_dir_block while creating /lost+found */
1b6bf175 1357 { PR_3_ERR_LPF_NEW_DIR_BLOCK,
0c4a0726 1358 N_("ext2fs_new_dir_@b: %m while creating new @d @b\n"),
1b6bf175 1359 PROMPT_NONE, 0 },
db0691b5 1360
1b6bf175
TT
1361 /* Error while writing directory block for /lost+found */
1362 { PR_3_ERR_LPF_WRITE_BLOCK,
0c4a0726 1363 N_("ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"),
1b6bf175
TT
1364 PROMPT_NONE, 0 },
1365
1366 /* Error while adjusting inode count */
1367 { PR_3_ADJUST_INODE,
0c4a0726 1368 N_("Error while adjusting @i count on @i %i\n"),
1b6bf175
TT
1369 PROMPT_NONE, 0 },
1370
1371 /* Couldn't fix parent directory -- error */
1372 { PR_3_FIX_PARENT_ERR,
0c4a0726 1373 N_("Couldn't fix parent of @i %i: %m\n\n"),
1b6bf175
TT
1374 PROMPT_NONE, 0 },
1375
db0691b5 1376 /* Couldn't fix parent directory -- couldn't find it */
1b6bf175 1377 { PR_3_FIX_PARENT_NOFIND,
7ae1983a 1378 N_("Couldn't fix parent of @i %i: Couldn't find parent @d @e\n\n"),
1b6bf175
TT
1379 PROMPT_NONE, 0 },
1380
1381 /* Error allocating inode bitmap */
1382 { PR_3_ALLOCATE_IBITMAP_ERROR,
0c4a0726 1383 N_("@A @i @B (%N): %m\n"),
1b6bf175
TT
1384 PROMPT_NONE, PR_FATAL },
1385
1386 /* Error creating root directory */
1387 { PR_3_CREATE_ROOT_ERROR,
0c4a0726 1388 N_("Error creating root @d (%s): %m\n"),
db0691b5 1389 PROMPT_NONE, PR_FATAL },
1b6bf175
TT
1390
1391 /* Error creating lost and found directory */
1392 { PR_3_CREATE_LPF_ERROR,
0c4a0726 1393 N_("Error creating /@l @d (%s): %m\n"),
206d2ade 1394 PROMPT_NONE, 0 },
1b6bf175 1395
f8188fff
TT
1396 /* Root inode is not directory; aborting */
1397 { PR_3_ROOT_NOT_DIR_ABORT,
0c4a0726 1398 N_("@r is not a @d; aborting.\n"),
db0691b5 1399 PROMPT_NONE, PR_FATAL },
f8188fff
TT
1400
1401 /* Cannot proceed without a root inode. */
1402 { PR_3_NO_ROOT_INODE_ABORT,
0c4a0726 1403 N_("Cannot proceed without a @r.\n"),
db0691b5 1404 PROMPT_NONE, PR_FATAL },
f8188fff 1405
7f813ba3
TT
1406 /* Internal error: couldn't find dir_info */
1407 { PR_3_NO_DIRINFO,
0c4a0726 1408 N_("Internal error: couldn't find dir_info for %i.\n"),
7f813ba3
TT
1409 PROMPT_NONE, PR_FATAL },
1410
4a9f5936
TT
1411 /* Lost+found not a directory */
1412 { PR_3_LPF_NOTDIR,
0c4a0726 1413 N_("/@l is not a @d (ino=%i)\n"),
b7a00563
TT
1414 PROMPT_UNLINK, 0 },
1415
850d05e9 1416 /* Pass 3A Directory Optimization */
b7a00563 1417
850d05e9 1418 /* Pass 3A: Optimizing directories */
b7a00563 1419 { PR_3A_PASS_HEADER,
850d05e9 1420 N_("Pass 3A: Optimizing directories\n"),
b7a00563
TT
1421 PROMPT_NONE, PR_PREEN_NOMSG },
1422
1423 /* Error iterating over directories */
850d05e9 1424 { PR_3A_OPTIMIZE_ITER,
cf9fbccc 1425 N_("Failed to create dirs_to_hash iterator: %m\n"),
b7a00563
TT
1426 PROMPT_NONE, 0 },
1427
1428 /* Error rehash directory */
850d05e9 1429 { PR_3A_OPTIMIZE_DIR_ERR,
cf9fbccc 1430 N_("Failed to optimize directory %q (%d): %m\n"),
b7a00563
TT
1431 PROMPT_NONE, 0 },
1432
1433 /* Rehashing dir header */
850d05e9
TT
1434 { PR_3A_OPTIMIZE_DIR_HEADER,
1435 N_("Optimizing directories: "),
b7a00563
TT
1436 PROMPT_NONE, PR_MSG_ONLY },
1437
1438 /* Rehashing directory %d */
850d05e9 1439 { PR_3A_OPTIMIZE_DIR,
b7a00563 1440 " %d",
850d05e9 1441 PROMPT_NONE, PR_LATCH_OPTIMIZE_DIR | PR_PREEN_NOHDR},
db0691b5
TT
1442
1443 /* Rehashing dir end */
850d05e9 1444 { PR_3A_OPTIMIZE_DIR_END,
b7a00563
TT
1445 "\n",
1446 PROMPT_NONE, PR_PREEN_NOHDR },
4a9f5936 1447
21c84b71 1448 /* Pass 4 errors */
db0691b5 1449
1b6bf175
TT
1450 /* Pass 4: Checking reference counts */
1451 { PR_4_PASS_HEADER,
0c4a0726 1452 N_("Pass 4: Checking reference counts\n"),
1b6bf175 1453 PROMPT_NONE, 0 },
db0691b5 1454
21c84b71
TT
1455 /* Unattached zero-length inode */
1456 { PR_4_ZERO_LEN_INODE,
7ae1983a 1457 N_("@u @z @i %i. "),
21c84b71
TT
1458 PROMPT_CLEAR, PR_PREEN_OK|PR_NO_OK },
1459
1460 /* Unattached inode */
1461 { PR_4_UNATTACHED_INODE,
7ae1983a 1462 N_("@u @i %i\n"),
21c84b71
TT
1463 PROMPT_CONNECT, 0 },
1464
1465 /* Inode ref count wrong */
1466 { PR_4_BAD_REF_COUNT,
0c4a0726 1467 N_("@i %i ref count is %Il, @s %N. "),
21c84b71 1468 PROMPT_FIX, PR_PREEN_OK },
1b6bf175
TT
1469
1470 { PR_4_INCONSISTENT_COUNT,
0c4a0726 1471 N_("WARNING: PROGRAMMING BUG IN E2FSCK!\n"
1b6bf175
TT
1472 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
1473 "@i_link_info[%i] is %N, @i.i_links_count is %Il. "
7ae1983a 1474 "They @s the same!\n"),
1b6bf175
TT
1475 PROMPT_NONE, 0 },
1476
1477 /* Pass 5 errors */
db0691b5 1478
1b6bf175
TT
1479 /* Pass 5: Checking group summary information */
1480 { PR_5_PASS_HEADER,
0c4a0726 1481 N_("Pass 5: Checking @g summary information\n"),
1b6bf175 1482 PROMPT_NONE, 0 },
db0691b5 1483
1b6bf175
TT
1484 /* Padding at end of inode bitmap is not set. */
1485 { PR_5_INODE_BMAP_PADDING,
0c4a0726 1486 N_("Padding at end of @i @B is not set. "),
1b6bf175 1487 PROMPT_FIX, PR_PREEN_OK },
db0691b5 1488
1b6bf175
TT
1489 /* Padding at end of block bitmap is not set. */
1490 { PR_5_BLOCK_BMAP_PADDING,
0c4a0726 1491 N_("Padding at end of @b @B is not set. "),
1b6bf175 1492 PROMPT_FIX, PR_PREEN_OK },
db0691b5 1493
1b6bf175
TT
1494 /* Block bitmap differences header */
1495 { PR_5_BLOCK_BITMAP_HEADER,
0c4a0726 1496 N_("@b @B differences: "),
1b6bf175
TT
1497 PROMPT_NONE, PR_PREEN_OK | PR_PREEN_NOMSG},
1498
1499 /* Block not used, but marked in bitmap */
f122632e 1500 { PR_5_BLOCK_UNUSED,
1b6bf175
TT
1501 " -%b",
1502 PROMPT_NONE, PR_LATCH_BBITMAP | PR_PREEN_OK | PR_PREEN_NOMSG },
db0691b5 1503
1b6bf175
TT
1504 /* Block used, but not marked used in bitmap */
1505 { PR_5_BLOCK_USED,
1506 " +%b",
1507 PROMPT_NONE, PR_LATCH_BBITMAP | PR_PREEN_OK | PR_PREEN_NOMSG },
1508
db0691b5 1509 /* Block bitmap differences end */
1b6bf175
TT
1510 { PR_5_BLOCK_BITMAP_END,
1511 "\n",
1512 PROMPT_FIX, PR_PREEN_OK | PR_PREEN_NOMSG },
1513
1514 /* Inode bitmap differences header */
1515 { PR_5_INODE_BITMAP_HEADER,
0c4a0726 1516 N_("@i @B differences: "),
1b6bf175
TT
1517 PROMPT_NONE, PR_PREEN_OK | PR_PREEN_NOMSG },
1518
1519 /* Inode not used, but marked in bitmap */
f122632e 1520 { PR_5_INODE_UNUSED,
1b6bf175
TT
1521 " -%i",
1522 PROMPT_NONE, PR_LATCH_IBITMAP | PR_PREEN_OK | PR_PREEN_NOMSG },
db0691b5 1523
1b6bf175
TT
1524 /* Inode used, but not marked used in bitmap */
1525 { PR_5_INODE_USED,
1526 " +%i",
1527 PROMPT_NONE, PR_LATCH_IBITMAP | PR_PREEN_OK | PR_PREEN_NOMSG },
1528
db0691b5 1529 /* Inode bitmap differences end */
1b6bf175
TT
1530 { PR_5_INODE_BITMAP_END,
1531 "\n",
1532 PROMPT_FIX, PR_PREEN_OK | PR_PREEN_NOMSG },
1533
1534 /* Free inodes count for group wrong */
1535 { PR_5_FREE_INODE_COUNT_GROUP,
0c4a0726 1536 N_("Free @is count wrong for @g #%g (%i, counted=%j).\n"),
1b6bf175
TT
1537 PROMPT_FIX, PR_PREEN_OK | PR_PREEN_NOMSG },
1538
1539 /* Directories count for group wrong */
1540 { PR_5_FREE_DIR_COUNT_GROUP,
0c4a0726 1541 N_("Directories count wrong for @g #%g (%i, counted=%j).\n"),
1b6bf175
TT
1542 PROMPT_FIX, PR_PREEN_OK | PR_PREEN_NOMSG },
1543
1544 /* Free inodes count wrong */
1545 { PR_5_FREE_INODE_COUNT,
0c4a0726 1546 N_("Free @is count wrong (%i, counted=%j).\n"),
1b6bf175
TT
1547 PROMPT_FIX, PR_PREEN_OK | PR_PREEN_NOMSG },
1548
1549 /* Free blocks count for group wrong */
1550 { PR_5_FREE_BLOCK_COUNT_GROUP,
0c4a0726 1551 N_("Free @bs count wrong for @g #%g (%b, counted=%c).\n"),
1b6bf175
TT
1552 PROMPT_FIX, PR_PREEN_OK | PR_PREEN_NOMSG },
1553
1554 /* Free blocks count wrong */
1555 { PR_5_FREE_BLOCK_COUNT,
0c4a0726 1556 N_("Free @bs count wrong (%b, counted=%c).\n"),
1b6bf175
TT
1557 PROMPT_FIX, PR_PREEN_OK | PR_PREEN_NOMSG },
1558
1559 /* Programming error: bitmap endpoints don't match */
1560 { PR_5_BMAP_ENDPOINTS,
0c4a0726
TT
1561 N_("PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't "
1562 "match calculated @B endpoints (%i, %j)\n"),
1b6bf175
TT
1563 PROMPT_NONE, PR_FATAL },
1564
1565 /* Internal error: fudging end of bitmap */
1566 { PR_5_FUDGE_BITMAP_ERROR,
0c4a0726 1567 N_("Internal error: fudging end of bitmap (%N)\n"),
db0691b5 1568 PROMPT_NONE, PR_FATAL },
bbd47d76
TT
1569
1570 /* Error copying in replacement inode bitmap */
1571 { PR_5_COPY_IBITMAP_ERROR,
7ae1983a 1572 N_("Error copying in replacement @i @B: %m\n"),
bbd47d76
TT
1573 PROMPT_NONE, PR_FATAL },
1574
1575 /* Error copying in replacement block bitmap */
1576 { PR_5_COPY_BBITMAP_ERROR,
7ae1983a 1577 N_("Error copying in replacement @b @B: %m\n"),
bbd47d76 1578 PROMPT_NONE, PR_FATAL },
db0691b5 1579
f122632e
TT
1580 /* Block range not used, but marked in bitmap */
1581 { PR_5_BLOCK_RANGE_UNUSED,
1582 " -(%b--%c)",
1583 PROMPT_NONE, PR_LATCH_BBITMAP | PR_PREEN_OK | PR_PREEN_NOMSG },
db0691b5 1584
f122632e
TT
1585 /* Block range used, but not marked used in bitmap */
1586 { PR_5_BLOCK_RANGE_USED,
1587 " +(%b--%c)",
1588 PROMPT_NONE, PR_LATCH_BBITMAP | PR_PREEN_OK | PR_PREEN_NOMSG },
1589
1590 /* Inode range not used, but marked in bitmap */
1591 { PR_5_INODE_RANGE_UNUSED,
1592 " -(%i--%j)",
1593 PROMPT_NONE, PR_LATCH_IBITMAP | PR_PREEN_OK | PR_PREEN_NOMSG },
db0691b5 1594
f122632e
TT
1595 /* Inode range used, but not marked used in bitmap */
1596 { PR_5_INODE_RANGE_USED,
1597 " +(%i--%j)",
1598 PROMPT_NONE, PR_LATCH_IBITMAP | PR_PREEN_OK | PR_PREEN_NOMSG },
1599
5107d0d1
KS
1600 /* Recreate journal if E2F_FLAG_JOURNAL_INODE flag is set */
1601 { PR_6_RECREATE_JOURNAL,
dd04d05f
TT
1602 N_("Recreate @j"),
1603 PROMPT_NULL, PR_PREEN_OK | PR_NO_OK },
5107d0d1 1604
49a7360b
JS
1605 /* Group N block(s) in use but group is marked BLOCK_UNINIT */
1606 { PR_5_BLOCK_UNINIT,
1607 N_("@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"),
1608 PROMPT_FIX, PR_PREEN_OK },
1609
1610 /* Group N inode(s) in use but group is marked INODE_UNINIT */
1611 { PR_5_INODE_UNINIT,
1612 N_("@g %g @i(s) in use but @g is marked INODE_UNINIT\n"),
1613 PROMPT_FIX, PR_PREEN_OK },
1614
21c84b71
TT
1615 { 0 }
1616};
1617
1618/*
1619 * This is the latch flags register. It allows several problems to be
1620 * "latched" together. This means that the user has to answer but one
1621 * question for the set of problems, and all of the associated
1622 * problems will be either fixed or not fixed.
1623 */
1b6bf175
TT
1624static struct latch_descr pr_latch_info[] = {
1625 { PR_LATCH_BLOCK, PR_1_INODE_BLOCK_LATCH, 0 },
1626 { PR_LATCH_BBLOCK, PR_1_INODE_BBLOCK_LATCH, 0 },
1627 { PR_LATCH_IBITMAP, PR_5_INODE_BITMAP_HEADER, PR_5_INODE_BITMAP_END },
1628 { PR_LATCH_BBITMAP, PR_5_BLOCK_BITMAP_HEADER, PR_5_BLOCK_BITMAP_END },
1629 { PR_LATCH_RELOC, PR_0_RELOCATE_HINT, 0 },
1630 { PR_LATCH_DBLOCK, PR_1B_DUP_BLOCK_HEADER, PR_1B_DUP_BLOCK_END },
21afac09 1631 { PR_LATCH_LOW_DTIME, PR_1_ORPHAN_LIST_REFUGEES, 0 },
da307041 1632 { PR_LATCH_TOOBIG, PR_1_INODE_TOOBIG, 0 },
850d05e9 1633 { PR_LATCH_OPTIMIZE_DIR, PR_3A_OPTIMIZE_DIR_HEADER, PR_3A_OPTIMIZE_DIR_END },
1b6bf175 1634 { -1, 0, 0 },
21c84b71
TT
1635};
1636
8fd98bba 1637static struct e2fsck_problem *find_problem(problem_t code)
21c84b71
TT
1638{
1639 int i;
1640
1641 for (i=0; problem_table[i].e2p_code; i++) {
1642 if (problem_table[i].e2p_code == code)
1643 return &problem_table[i];
1644 }
1645 return 0;
1646}
1647
1b6bf175
TT
1648static struct latch_descr *find_latch(int code)
1649{
1650 int i;
1651
1652 for (i=0; pr_latch_info[i].latch_code >= 0; i++) {
1653 if (pr_latch_info[i].latch_code == code)
1654 return &pr_latch_info[i];
1655 }
1656 return 0;
1657}
1658
1659int end_problem_latch(e2fsck_t ctx, int mask)
1660{
1661 struct latch_descr *ldesc;
1662 struct problem_context pctx;
1663 int answer = -1;
db0691b5 1664
1b6bf175
TT
1665 ldesc = find_latch(mask);
1666 if (ldesc->end_message && (ldesc->flags & PRL_LATCHED)) {
1667 clear_problem_context(&pctx);
1668 answer = fix_problem(ctx, ldesc->end_message, &pctx);
1669 }
1670 ldesc->flags &= ~(PRL_VARIABLE);
1671 return answer;
1672}
1673
1674int set_latch_flags(int mask, int setflags, int clearflags)
21c84b71 1675{
1b6bf175
TT
1676 struct latch_descr *ldesc;
1677
1678 ldesc = find_latch(mask);
1679 if (!ldesc)
1680 return -1;
1681 ldesc->flags |= setflags;
1682 ldesc->flags &= ~clearflags;
1683 return 0;
21c84b71
TT
1684}
1685
1b6bf175 1686int get_latch_flags(int mask, int *value)
21c84b71 1687{
1b6bf175
TT
1688 struct latch_descr *ldesc;
1689
1690 ldesc = find_latch(mask);
1691 if (!ldesc)
1692 return -1;
1693 *value = ldesc->flags;
1694 return 0;
21c84b71
TT
1695}
1696
1697void clear_problem_context(struct problem_context *ctx)
1698{
1699 memset(ctx, 0, sizeof(struct problem_context));
1700 ctx->blkcount = -1;
1701 ctx->group = -1;
1702}
1703
db0691b5 1704static void reconfigure_bool(e2fsck_t ctx, struct e2fsck_problem *ptr,
8fd98bba
TT
1705 const char *key, int mask, const char *name)
1706{
1707 int bool;
1708
1709 bool = (ptr->flags & mask);
1710 profile_get_boolean(ctx->profile, "problems", key, name, bool, &bool);
1711 if (bool)
1712 ptr->flags |= mask;
1713 else
1714 ptr->flags &= ~mask;
1715}
1716
1717
1b6bf175 1718int fix_problem(e2fsck_t ctx, problem_t code, struct problem_context *pctx)
21c84b71 1719{
1b6bf175 1720 ext2_filsys fs = ctx->fs;
8fd98bba 1721 struct e2fsck_problem *ptr;
1b6bf175
TT
1722 struct latch_descr *ldesc = 0;
1723 const char *message;
1724 int def_yn, answer, ans;
21c84b71
TT
1725 int print_answer = 0;
1726 int suppress = 0;
1727
1728 ptr = find_problem(code);
1729 if (!ptr) {
f122632e 1730 printf(_("Unhandled error code (0x%x)!\n"), code);
21c84b71
TT
1731 return 0;
1732 }
8fd98bba
TT
1733 if (!(ptr->flags & PR_CONFIG)) {
1734 char key[9], *new_desc;
1735
1736 sprintf(key, "0x%06x", code);
1737
1738 profile_get_string(ctx->profile, "problems", key,
1739 "description", 0, &new_desc);
1740 if (new_desc)
1741 ptr->e2p_description = new_desc;
1742
1743 reconfigure_bool(ctx, ptr, key, PR_PREEN_OK, "preen_ok");
1744 reconfigure_bool(ctx, ptr, key, PR_NO_OK, "no_ok");
1745 reconfigure_bool(ctx, ptr, key, PR_NO_DEFAULT, "no_default");
1746 reconfigure_bool(ctx, ptr, key, PR_MSG_ONLY, "print_message_only");
1747 reconfigure_bool(ctx, ptr, key, PR_PREEN_NOMSG, "preen_nomessage");
1748 reconfigure_bool(ctx, ptr, key, PR_NOCOLLATE, "no_collate");
1749 reconfigure_bool(ctx, ptr, key, PR_NO_NOMSG, "no_nomsg");
1750 reconfigure_bool(ctx, ptr, key, PR_PREEN_NOHDR, "preen_noheader");
1751
1752 ptr->flags |= PR_CONFIG;
1753 }
aa4115a4 1754 def_yn = 1;
a846d2f4
TT
1755 if ((ptr->flags & PR_NO_DEFAULT) ||
1756 ((ptr->flags & PR_PREEN_NO) && (ctx->options & E2F_OPT_PREEN)) ||
1757 (ctx->options & E2F_OPT_NO))
aa4115a4 1758 def_yn= 0;
21c84b71
TT
1759
1760 /*
1761 * Do special latch processing. This is where we ask the
1762 * latch question, if it exists
1763 */
1764 if (ptr->flags & PR_LATCH_MASK) {
1b6bf175
TT
1765 ldesc = find_latch(ptr->flags & PR_LATCH_MASK);
1766 if (ldesc->question && !(ldesc->flags & PRL_LATCHED)) {
1767 ans = fix_problem(ctx, ldesc->question, pctx);
1768 if (ans == 1)
1769 ldesc->flags |= PRL_YES;
1770 if (ans == 0)
1771 ldesc->flags |= PRL_NO;
1772 ldesc->flags |= PRL_LATCHED;
1773 }
1774 if (ldesc->flags & PRL_SUPPRESS)
21c84b71
TT
1775 suppress++;
1776 }
1b6bf175
TT
1777 if ((ptr->flags & PR_PREEN_NOMSG) &&
1778 (ctx->options & E2F_OPT_PREEN))
1779 suppress++;
aa4115a4
TT
1780 if ((ptr->flags & PR_NO_NOMSG) &&
1781 (ctx->options & E2F_OPT_NO))
1782 suppress++;
21c84b71 1783 if (!suppress) {
1b6bf175 1784 message = ptr->e2p_description;
b7a00563
TT
1785 if ((ctx->options & E2F_OPT_PREEN) &&
1786 !(ptr->flags & PR_PREEN_NOHDR)) {
6a50c5ed
TT
1787 printf("%s: ", ctx->device_name ?
1788 ctx->device_name : ctx->filesystem_name);
1b6bf175 1789 }
489f0024 1790 if (*message)
1a191d66 1791 print_e2fsck_message(ctx, _(message), pctx, 1, 0);
21c84b71 1792 }
1b6bf175
TT
1793 if (!(ptr->flags & PR_PREEN_OK) && (ptr->prompt != PROMPT_NONE))
1794 preenhalt(ctx);
21c84b71 1795
1b6bf175 1796 if (ptr->flags & PR_FATAL)
f8188fff 1797 fatal_error(ctx, 0);
1b6bf175
TT
1798
1799 if (ptr->prompt == PROMPT_NONE) {
1800 if (ptr->flags & PR_NOCOLLATE)
1801 answer = -1;
21c84b71 1802 else
1b6bf175
TT
1803 answer = def_yn;
1804 } else {
1805 if (ctx->options & E2F_OPT_PREEN) {
1806 answer = def_yn;
1807 if (!(ptr->flags & PR_PREEN_NOMSG))
1808 print_answer = 1;
1809 } else if ((ptr->flags & PR_LATCH_MASK) &&
1810 (ldesc->flags & (PRL_YES | PRL_NO))) {
1811 if (!suppress)
1812 print_answer = 1;
1813 if (ldesc->flags & PRL_YES)
1814 answer = 1;
1815 else
1816 answer = 0;
1817 } else
4efd17cc
TT
1818 answer = ask(ctx, (ptr->prompt == PROMPT_NULL) ? "" :
1819 _(prompt[(int) ptr->prompt]), def_yn);
1b6bf175
TT
1820 if (!answer && !(ptr->flags & PR_NO_OK))
1821 ext2fs_unmark_valid(fs);
db0691b5 1822
1b6bf175
TT
1823 if (print_answer)
1824 printf("%s.\n", answer ?
0c4a0726 1825 _(preen_msg[(int) ptr->prompt]) : _("IGNORED"));
db0691b5 1826
1b6bf175
TT
1827 }
1828
f8188fff
TT
1829 if ((ptr->prompt == PROMPT_ABORT) && answer)
1830 fatal_error(ctx, 0);
1b6bf175 1831
3b5386dc
TT
1832 if (ptr->flags & PR_AFTER_CODE)
1833 answer = fix_problem(ctx, ptr->second_code, pctx);
1834
21c84b71
TT
1835 return answer;
1836}