~ubuntu-branches/debian/stretch/jfsutils/stretch

« back to all changes in this revision

Viewing changes to libfs/fsckmsge.h

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Hornburg (Racke)
  • Date: 2005-01-07 10:12:20 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050107101220-ka3f7smw42zysmk1
Tags: 1.1.7-1
* new upstream release (Closes: #289106)
* start synopsis with lowercase

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 *   Copyright (c) International Business Machines  Corp., 2000
3
 
 *
4
 
 *   This program is free software;  you can redistribute it and/or modify
5
 
 *   it under the terms of the GNU General Public License as published by
6
 
 *   the Free Software Foundation; either version 2 of the License, or
7
 
 *   (at your option) any later version.
8
 
 *
9
 
 *   This program is distributed in the hope that it will be useful,
10
 
 *   but WITHOUT ANY WARRANTY;  without even the implied warranty of
11
 
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
12
 
 *   the GNU General Public License for more details.
13
 
 *
14
 
 *   You should have received a copy of the GNU General Public License
15
 
 *   along with this program;  if not, write to the Free Software
16
 
 *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17
 
 *
18
 
 *   MODULE_NAME:               fsckmsge.h
19
 
 *
20
 
 *   COMPONENT_NAME:    jfschk
21
 
 *
22
 
 */
23
 
#ifndef H_FSCKMSGT
24
 
#define H_FSCKMSGT
25
 
 
26
 
#ifndef _JFS_XCHKDMP
27
 
#include "xfsck.h"
28
 
#endif
29
 
 
30
 
/*
31
 
 * The following array contains the text for JFS fsck messages
32
 
 *
33
 
 * NOTE: the message contained in position i in this array
34
 
 *
35
 
 *      o is processed according to contents of position i in the
36
 
 *        message protocol array (fsckmsgp.h)
37
 
 *
38
 
 *      o is translated to the local language in position i+50 in the
39
 
 *    JFS message file (source: jfs.txt  binary: jfs.msg, jfsh.msg)
40
 
 *        if and only if it also appears in jfs.txt.
41
 
 *
42
 
 */
43
 
 
44
 
char *MsgText[]={
45
 
/*  0*/
46
 
    "Operation was successful.\n"
47
 
/*  1*/
48
 
   ,"FSCK  All observed inconsistencies have been repaired.\n"
49
 
/*  2*/
50
 
   ,"FSCK  Invalid data format detected in root directory.\n"
51
 
/*  3*/
52
 
   ,"FSCK  A combination of Minimum Free Blocks and Total Usable Blocks which is inval\
53
 
id for the filesystem size was detected in the superblock (%s).\n"
54
 
/*  4*/
55
 
   ,"FSCK  Invalid block number(s) (%s) detected for file system object %s%s%s.\n"
56
 
/*  5*/
57
 
   ,"FSCK  File system object %s%s%s has a corrupt backward sibling chain.\n"
58
 
/*  6*/
59
 
   ,"FSCK  File system object %s%s%s has a corrupt forward sibling chain.\n"
60
 
/*  7*/
61
 
   ,"FSCK  Inode %s%s has unrecognized type.\n"
62
 
/*  8*/
63
 
   ,"FSCK  File system object %s%s%s has invalid descriptor (%s).\n"
64
 
/*  9*/
65
 
   ,"FSCK  Inode %s%s has incorrect link count.\n"
66
 
/* 10*/
67
 
   ,"FSCK  Directory inode %s%s refers to a nonexistent inode %s%s (entry %s).\n"
68
 
/* 11*/
69
 
   ,"FSCK  Error (%s,%s) writing to the fsck service log (%s,%s,%s,%s).  \
70
 
Continuing.\n"
71
 
/* 12*/
72
 
   ,"FSCK  The boot sector has been refreshed.\n"
73
 
/* 13*/
74
 
   ,"FSCK  File system object %s%s%s has corrupt data (%s).\n"
75
 
/* 14*/
76
 
   ,"FSCK  Invalid data (%s) detected in the superblock (%s).\n"
77
 
/* 15*/
78
 
   ,"FSCK  Invalid allocation group size in the superblock (%s).\n"
79
 
/* 16*/
80
 
   ,"FSCK  Invalid filesystem block size in the superblock (%s).\n"
81
 
/* 17*/
82
 
   ,"FSCK  Invalid filesystem size in the superblock (%s).\n"
83
 
/* 18*/
84
 
   ,"FSCK  Superblock is corrupt and cannot be repaired \nsince both primary and seconda\
85
 
ry copies are corrupt.  \n\nFSCK CANNOT CONTINUE.\n"
86
 
/* 19*/
87
 
   ,"FSCK  Primary superblock is corrupt and cannot be repaired without write access. \
88
 
Continuing. \n"
89
 
/* 20*/
90
 
   ,"XCHKLOG Unsupported XCHKLOG parameter:   %s\n"
91
 
/* 21 */
92
 
   ,"FSCK  Invalid magic number in the superblock (%s).\n"
93
 
/* 22 */
94
 
   ,"FSCK  Invalid version number in the superblock (%s).\n"
95
 
/* 23*/
96
 
   ,"FSCK  Incorrect maxbud AG detected in Block Map Control Page.\n"
97
 
/* 24*/
98
 
   ,"FSCK  Incorrect number of free blocks detected in Block Map Control Page.\n"
99
 
/* 25*/
100
 
   ,"FSCK  In superblock (%s) filesystem block size smaller than volume block size.\n"
101
 
/* 26*/
102
 
   ,"FSCK  Invalid format detected in Root directory.\n"
103
 
/* 27*/
104
 
   ,"FSCK  Device parm defaulting to current volume: %s\n"
105
 
/* 28*/
106
 
   ,"FSCK  Unable to write to boot sector Master Boot Record.  Continuing.\n"
107
 
/* 29*/
108
 
   ,"FSCK  Secondary file/directory allocation structure (%s) is not a \
109
 
correct redundant copy of primary structure.\n"
110
 
/* 30*/
111
 
   ,"FSCK  Unable to replicate primary file/directory allocation structure \
112
 
(%s) to secondary.  FUTURE RECOVERY CAPABILITY IS COMPROMISED.\n"
113
 
/* 31*/
114
 
   ,"XCHKLOG  fsck service log selected:  MOST RECENT\n"
115
 
/* 32*/
116
 
   ,"FSCK  MINOR: Cannot create directory lost+found in root directory.  mkdir \
117
 
lost+found in the root directory then run fsck with the -f parameter to reconnect\
118
 
lost files and/or directories.\n"
119
 
/* 33*/
120
 
   ,"FSCK  Fileset object %s%s%s:  No paths found.\n"
121
 
/* 34*/
122
 
   ,"FSCK  The path(s) refer to an unallocated file.\n"
123
 
/* 35*/
124
 
   ,"XCHKLOG  fsck service log selected:  PREVIOUS\n"
125
 
/* 36*/
126
 
   ,"FSCK  The path(s) refer to an unallocated file. Will remove.\n"
127
 
/* 37*/
128
 
   ,"FSCK  Unable to repair primary inode allocation structure (%s). Continuing.\n"
129
 
/* 38*/
130
 
   ,"FSCK  Root directory has a corrupt tree.\n"
131
 
/* 39*/
132
 
   ,"FSCK  Initialized tree created for root directory.\n"
133
 
/* 40*/
134
 
   ,"FSCK  Unable to read primary superblock.\n"
135
 
/* 41 */
136
 
   ,"fsck service log: INVALID LOG RECORD: SKIPPING ONE OR MORE LOG RECORDS.\n"
137
 
/* 42 */
138
 
   ,"FSCK  processing started: %s\n"
139
 
/* 43*/
140
 
   ,"\n********************************************************** \n\n"
141
 
/* 44*/
142
 
   ,"FSCK  Unable to write primary superblock.\n"
143
 
/* 45*/
144
 
   ,"FSCK  Fatal error (%s,%s) accessing the filesystem (%s,%s,%s,%s).\n"
145
 
/* 46*/
146
 
   ,"FSCK  Multiple parent directories for directory %s%s.\n"
147
 
/* 47*/
148
 
   ,"FSCK  External journal log not supported.\n"
149
 
/* 48*/
150
 
   ,"FSCK  Duplicate reference to %s block(s) beginning at offset %s found in \
151
 
file system object %s%s%s.\n"
152
 
/* 49*/
153
 
   ,"FSCK  File set metadata inode %s%s is corrupt.\n"
154
 
/* 50*/
155
 
   ,"FSCK  Fatal error (%s,%s) accessing the workspace (%s,%s,%s,%s).\n"
156
 
/* 51*/
157
 
   ,"FSCK  Insufficient dynamic storage available for required workspace \
158
 
(%s,%s). FSCK CANNOT CONTINUE\n"
159
 
/* 52*/
160
 
   ,"FSCK  IOCtl(...DSK_GETDEVICEPARAMS...) returned rc = %s\n"
161
 
/* 53*/
162
 
   ,"FSCK  Filesystem is currently mounted.\n"
163
 
/* 54*/
164
 
   ,"FSCK  Invalid data (%s) detected in file system object %s%s%s.\n"
165
 
/* 55*/
166
 
   ,"FSCK  Block size in bytes:  %s\n"
167
 
/* 56*/
168
 
   ,"FSCK  Filesystem size in blocks:  %s\n"
169
 
/* 57*/
170
 
   ,"FSCK  Filesystem Summary:\n"
171
 
/* 58*/
172
 
   ,"FSCK    Blocks in use for inodes:  %s\n"
173
 
/* 59*/
174
 
   ,"FSCK    Inode count:  %s\n"
175
 
/* 60*/
176
 
   ,"FSCK    File count:  %s\n"
177
 
/* 61 */
178
 
   ,"FSCK    Directory count:  %s\n"
179
 
/* 62 */
180
 
   ,"FSCK  Inode %s%s has references to cross linked blocks.\n"
181
 
/* 63*/
182
 
   ,"FSCK    Block count:  %s\n"
183
 
/* 64*/
184
 
   ,"FSCK    Free block count:  %s\n"
185
 
/* 65*/
186
 
   ,"FSCK  Directory inode %s%s entry %s refers to an illegal inode %s%s.\n"
187
 
/* 66*/
188
 
   ,"Usage: xchklog [-f filename] [-p] [-V] <device>\n"
189
 
/* 67*/
190
 
   ,"FSCK  Unable to get path for link from directory %s%s to fileset object %s%s%s.\n"
191
 
/* 68*/
192
 
   ,"FSCK  Format error in Extended Attributes Space or descriptor.\n"
193
 
/* 69*/
194
 
   ,"FSCK  Discrepancies detected in the Free Inode Extent List for Allocation \
195
 
Group %s%s. (%s)\n"
196
 
/* 70*/
197
 
   ,"FSCK  MINOR: Unable to reconnect file inode %s%s.  Continuing.\n"
198
 
/* 71*/
199
 
   ,"FSCK  Directory %s%s entry \"..\" refers to an incorrect parent directory (%s%s).\n"
200
 
/* 72*/
201
 
   ,"FSCK  Directory inode %s%s entry \"..\" reference to incorrect inode \
202
 
corrected.\n"
203
 
/* 73*/
204
 
   ,"FSCK  Storage allocated to inode %s%s has been cleared.\n"
205
 
/* 74*/
206
 
   ,"FSCK  Storage allocated to extended attributes for inode \
207
 
%s%s has been cleared.\n"
208
 
/* 75*/
209
 
   ,"FSCK  File inode %s%s has been reconnected to /lost+found/.\n"
210
 
/* 76*/
211
 
   ,"FSCK  Link count for inode %s%s has been adjusted/corrected.\n"
212
 
/* 77*/
213
 
   ,"FSCK  IOCtl(...DSK_LOCKDRIVE...) returned rc = %s\n"
214
 
/* 78*/
215
 
   ,"FSCK  No paths were found for inode %s%s.\n"
216
 
/* 79*/
217
 
   ,"FSCK  File system object %s%s%s is linked as: %s\n"
218
 
/* 80*/
219
 
   ,"FSCK  Directory inode %s%s entry reference to inode %s%s removed.\n"
220
 
/* 81 */
221
 
   ,"FSCK  Invalid fwsp length detected in the superblock (%s).\n"
222
 
/* 82 */
223
 
   ,"FSCK  Invalid fwsp address detected in the superblock (%s).\n"
224
 
/* 83*/
225
 
   ,"FSCK  Open(...READONLY...) returned rc = %s\n"
226
 
/* 84*/
227
 
   ,"FSCK  MINOR: Insufficient dynamic storage to validate extended attributes \
228
 
format.\n"
229
 
/* 85*/
230
 
   ,"FSCK  logredo failed (rc=%s).  fsck continuing.\n"
231
 
/* 86*/
232
 
   ,"FSCK  logredo returned rc = %s\n"
233
 
/* 87*/
234
 
   ,"FSCK  Unable to create a lost+found directory in root  because root already \
235
 
contains a non-directory object named lost+found.  Rename the existing lost+found \
236
 
object in root, mkdir lost+found in the root directory, then run fsck with the \
237
 
-f parameter to reconnect lost files and/or directories.\n"
238
 
/* 88*/
239
 
   ,"FSCK  Checking a mounted filesystem does not produce dependable results.\n"
240
 
/* 89*/
241
 
   ,"FSCK **** Filesystem was modified. ****\n"
242
 
/* 90*/
243
 
   ,"FSCK  ujfs_redeterminemedia() returned rc = %s\n"
244
 
/* 91*/
245
 
   ,"FSCK  Superblock marked.\n"
246
 
/* 92*/
247
 
   ,"FSCK  %s blocks are missing.\n"
248
 
/* 93*/
249
 
   ,"FSCK  Unable to write to boot sector.  Continuing.\n"
250
 
/* 94*/
251
 
   ,"FSCK  No \\lost+found directory found in the filesystem.\n"
252
 
/* 95*/
253
 
   ,"FSCK  Incorrect link counts detected in the aggregate.\n"
254
 
/* 96*/
255
 
   ,"FSCK  The Inode Allocation Map control information has an incorrect number of \
256
 
backed inodes value for AG %s%s.\n"
257
 
/* 97*/
258
 
   ,"FSCK  The Inode Allocation Map control information has an incorrect number of \
259
 
free inodes value for AG %s%s.\n"
260
 
/* 98*/
261
 
   ,"FSCK  Unrecoverable error reading %s from %s. FSCK CANNOT CONTINUE.\n"
262
 
/* 99*/
263
 
   ,"FSCK **Phase 0 - Replay Journal Log\n"
264
 
/*100*/
265
 
   ,"FSCK **Phase 1 - Check Blocks, Files/Directories, and  Directory Entries\n"
266
 
/*101 */
267
 
   ,"FSCK **Phase 2 - Count links\n"
268
 
/*102 */
269
 
   ,"FSCK **Phase 3 - Duplicate Block Rescan and Directory Connectedness\n"
270
 
/*103*/
271
 
   ,"FSCK **Phase 4 - Report Problems\n"
272
 
/*104*/
273
 
   ,"FSCK **Phase 5 - Check Connectivity\n"
274
 
/*105*/
275
 
   ,"FSCK **Phase 6 - Perform Approved Corrections\n"
276
 
/*106*/
277
 
   ,"FSCK **Phase 7 - Rebuild File/Directory Allocation Maps\n"
278
 
/*107*/
279
 
   ,"FSCK **Phase 8 - Rebuild Disk Allocation Maps\n"
280
 
/*108*/
281
 
   ,"FSCK **Phase 9 - Reformat File System Log\n"
282
 
/*109*/
283
 
   ,"FSCK  Directory has entry for unallocated file %s%s. Will remove.\n"
284
 
/*110*/
285
 
   ,"FSCK  FATAL ERROR (%s,%s) ON READ Aggregate Inode Table (%s) first extent.\n"
286
 
/*111*/
287
 
   ,"FSCK  Format error in Extended Attributes Space or descriptor. Will clear.\n"
288
 
/*112*/
289
 
   ,"FSCK  The extent descriptor for inodes %s through %s is invalid.  (Inode Allocation Map %s%s,\
290
 
Inode Allocation Group %s, Extent Index %s).\n"
291
 
/*113*/
292
 
   ,"FSCK  Extended attributes for file set object %s%s%s have an invalid format.\n"
293
 
/*114*/
294
 
   ,"FSCK  Superblock marked dirty because repairs are about to be written.\n"
295
 
/*115*/
296
 
   ,"FSCK Mutually exclusive 'check READ ONLY' and 'fix file system' options specified.\n"
297
 
/*116*/
298
 
   ,"FSCK Usage: fsck.jfs [-a] [-f] [-n] [-o] [-p] [-v] [-V] <device>\n"
299
 
/*117*/
300
 
   ,"FSCK Unrecognized FSCK -f parameter value detected:   %s\n"
301
 
/*118*/
302
 
   ,"FSCK Unsupported FSCK parameter:   %s\n"
303
 
/*119*/
304
 
   ,"FSCK  logformat failed (rc=%s).  fsck continuing.\n"
305
 
/*120*/
306
 
   ,"FSCK  logformat returned rc = %s\n"
307
 
/*121 */
308
 
   ,"FSCK  Unable to read device characteristics.  Boot sector cannot be refreshed.  \
309
 
Continuing.\n"
310
 
/*122 */
311
 
   ,"FSCK  Primary superblock is corrupt.\n"
312
 
/*123 */
313
 
   ,"FSCK  Inode Allocation Group %s%s is inconsistent.\n"
314
 
/*124 */
315
 
   ,"FSCK  cannot repair an allocation error for files and/or directories %s through %s.\n"
316
 
/*125*/
317
 
   ,"FSCK  Root inode is not a directory.\n"
318
 
/*126*/
319
 
   ,"FSCK  Root inode is not allocated.\n"
320
 
/*127*/
321
 
   ,"FSCK  Root inode allocated.\n"
322
 
/*128*/
323
 
   ,"FSCK  Root inode changed to directory.\n"
324
 
/*129*/
325
 
   ,"FSCK  IOCtl(...DSK_UNLOCKDRIVE...) returned rc = %s\n"
326
 
/*130*/
327
 
   ,"FSCK  Primary superblock is valid.\n"
328
 
/*131*/
329
 
   ,"FSCK  processing terminated:  %s   with return code: %s.\n"
330
 
/*132*/
331
 
   ,"FSCK  Close returned rc = %s\n"
332
 
/*133*/
333
 
   ,"FSCK  Using default parameter: -p\n"
334
 
/*134*/
335
 
   ,"FSCK  Open(...READ/WRITE EXCLUSIVE...) returned rc = %s\n"
336
 
/*135*/
337
 
   ,"FSCK  One or more directory entry found for unallocated inode %s%s.\n"
338
 
/*136*/
339
 
   ,"FSCK  cannot recover files and/or directories %s through %s.  \
340
 
FSCK CANNOT CONTINUE.\n"
341
 
/*137*/
342
 
   ,"FSCK  Unrecoverable error writing %s to %s. FSCK CANNOT CONTINUE.\n"
343
 
/*138*/
344
 
   ,"FSCK  The root directory has an invalid data format.  Will correct.\n"
345
 
/*139*/
346
 
   ,"FSCK  The root directory has an invalid format.  Will correct.\n"
347
 
/*140*/
348
 
   ,"FSCK  cannot recover files and/or directories %s through %s.  Will release.\n"
349
 
/*141 */
350
 
   ,"FSCK  File claims cross linked block(s).\n"
351
 
/*142 */
352
 
   ,"FSCK  cannot repair the data format error(s) in this file.\n"
353
 
/*143*/
354
 
   ,"FSCK  cannot repair the format error(s) in this file.\n"
355
 
/*144*/
356
 
   ,"FSCK  cannot repair %s%s%s.\n"
357
 
/*145*/
358
 
   ,"FSCK  The current device is:  %s\n"
359
 
/*146*/
360
 
   ,"FSCK  The type of file system for the device is JFS.\n"
361
 
/*147*/
362
 
   ,"FSCK  cannot repair %s%s%s.  Will release.\n"
363
 
/*148*/
364
 
   ,"FSCK  Secondary superblock is valid.\n"
365
 
/*149*/
366
 
   ,"FSCK  Unable to open for write access.  Proceeding in read-only mode.\n"
367
 
/*150 */
368
 
   ,"FSCK  Multiple parent directories for directory %s%s.  Will correct.\n"
369
 
/*151 */
370
 
   ,"FSCK  Directory %s%s entry \"..\" refers to an incorrect parent directory \
371
 
(%s%s). Will correct.\n"
372
 
/*152*/
373
 
   ,"FSCK  %s unexpected blocks detected.\n"
374
 
/*153*/
375
 
   ,"FSCK  Directories with illegal hard links have been detected.\n"
376
 
/*154*/
377
 
   ,"FSCK  Directory entries (entries \"..\") referring to incorrect parent \
378
 
directories have been detected.\n"
379
 
/*155*/
380
 
   ,"FSCK  Directory entries for unallocated files have been detected.\n"
381
 
/*156*/
382
 
   ,"FSCK  Unable to write secondary superblock.\n"
383
 
/*157*/
384
 
   ,"FSCK  Incorrect link counts have been detected. Will correct.\n"
385
 
/*158*/
386
 
   ,"FSCK  File set object %s%s%s has inline data conflict (type %s).\n"
387
 
/*159*/
388
 
   ,"FSCK  Duplicate block references have been detected in Metadata. FSCK CANNOT CONTINUE.\n"
389
 
/*160*/
390
 
   ,"FSCK  Multiple metadata references to %s blocks beginning at \
391
 
offset %s have been detected.\n"
392
 
/*161*/
393
 
   ,"FSCK  Directory inode %s%s has a node with empty freelist and nonzero freecount.\n"
394
 
/*162*/
395
 
   ,"FSCK  Unable to read entire first extent of AIT (%s).\n"
396
 
/*163*/
397
 
   ,"FSCK  Unable to read first extent of AIT (%s).\n"
398
 
/*164*/
399
 
   ,"FSCK  Unrecoverable error during UNLOCK processing.\n"
400
 
/*165*/
401
 
   ,"FSCK  Unrecoverable error during CLOSE processing.\n"
402
 
/*166*/
403
 
   ,"FSCK  The root directory reference (entry \"..\") has been corrected.\n"
404
 
/*167*/
405
 
   ,"FSCK  %s appears to be the correct path for directory %s%s.\n"
406
 
/*168*/
407
 
   ,"FSCK  Directory inode %s%s has illegal hard links.\n"
408
 
/*169*/
409
 
   ,"FSCK  Directory inode %s%s refers (entry \"..\") to an incorrect inode (%s%s).\n"
410
 
/*170*/
411
 
   ,"FSCK  One or more directory entry found for unallocated inode %s%s.\n"
412
 
/*171*/
413
 
   ,"FSCK  ERRORS HAVE BEEN DETECTED.  Run fsck with the -f parameter to repair.\n"
414
 
/*172*/
415
 
   ,"FSCK  The root directory refers (entry \"..\") to an incorrect inode.\n"
416
 
/*173*/
417
 
   ,"FSCK  %s directory reconnected to /lost+found/.\n"
418
 
/*174*/
419
 
   ,"FSCK  MINOR: Unable to reconnect %s directory.  Continuing.\n"
420
 
/*175*/
421
 
   ,"FSCK  Inode %s%s is not connected to the root directory tree.\n"
422
 
/*176*/
423
 
   ,"XCHKLOG  Most recent fsck service log extracted into:  %s\n"
424
 
/*177*/
425
 
   ,"XCHKLOG  Prior fsck service log extracted into:  %s\n"
426
 
/*178*/
427
 
   ,"XCHKLOG  Can't open output file:  %s\n"
428
 
/*179*/
429
 
   ,"FSCK  Invalid stamp detected in file system object %s%s%s.\n"
430
 
/*180*/
431
 
   ,"FSCK  Files and/or directories not connected to the root directory tree \
432
 
have been detected.\n"
433
 
/*181*/
434
 
   ,"FSCK  Directory entries for unallocated files have been detected.  \
435
 
Will remove.\n"
436
 
/*182*/
437
 
   ,"FSCK  Files and/or directories not connected to the root directory tree \
438
 
have been detected.  Will reconnect.\n"
439
 
/*183*/
440
 
   ,"FSCK  Directories with illegal hard links have been detected.  Will correct.\n"
441
 
/*184*/
442
 
   ,"FSCK  Directories (entries \"..\") referring to incorrect parent directories \
443
 
have been detected.  Will correct.\n"
444
 
/*185*/
445
 
   ,"XCHKDMP  Can't open input file:  %s\n"
446
 
/*186*/
447
 
   ,"FSCK  Filesystem is clean.\n"
448
 
/*187*/
449
 
   ,"FSCK  Filesystem is clean but is marked dirty.  Run fsck with the -f \
450
 
parameter to fix.\n"
451
 
/*188*/
452
 
   ,"FSCK  Filesystem is dirty.\n"
453
 
/*189*/
454
 
   ,"FSCK  Filesystem is dirty but is marked clean.  In its present state,\nthe \
455
 
results of accessing %s (except by this utility) are undefined.\n"
456
 
/*190*/
457
 
   ,"FSCK  Filesystem has been marked clean.\n"
458
 
/*191*/
459
 
   ,"FSCK  Filesystem has been marked dirty because it contains critical errors.\
460
 
Filesystem may be unrecoverable.\n"
461
 
/*192*/
462
 
   ,"FSCK  File system object %s%s%s has an illegal empty node.\n"
463
 
/*193*/
464
 
   ,"FSCK File system object %s%s%s -- extent at offset %s has an invalid size (%s).\n"
465
 
/*194*/
466
 
   ,"FSCK  Dense file (inode %s%s) begins with an unallocated section.\n"
467
 
/*195*/
468
 
   ,"FSCK  Dense file (inode %s%s) has an unallocated section after offset %s.\n"
469
 
/*196*/
470
 
   ,"FSCK  The  Free Inode Extent List is inconsistent for Allocation \
471
 
Group %s%s.\n"
472
 
/*197*/
473
 
   ,"FSCK  Discrepancies detected in the Free Inode List for Allocation \
474
 
Group %s%s. (%s) \n"
475
 
/*198*/
476
 
   ,"FSCK  The Free Inode List is inconsistent for Allocation Group %s%s.\n"
477
 
/*199*/
478
 
   ,"FSCK  Inode Allocation Group %s%s has an invalid Allocation Group (%s).\n"
479
 
/*200*/
480
 
   ,"FSCK  Directory has an entry for an unallocated file %s%s.\n"
481
 
/*201*/
482
 
   ,"FSCK  Directory inode %s%s has a node with incorrect size.\n"
483
 
/*202*/
484
 
   ,"FSCK  Directory inode %s%s has a node with invalid size.\n"
485
 
/*203*/
486
 
   ,"FSCK  Directory inode %s%s has a node with an invalid freelist.\n"
487
 
/*204*/
488
 
   ,"FSCK  Directory inode %s%s has a node with an incorrect freecount.\n"
489
 
/*205*/
490
 
   ,"FSCK  Directory inode %s%s has a node with an incorrect freelist.\n"
491
 
/*206*/
492
 
   ,"FSCK  Inode Allocation Group %s%s has an invalid AG Start.\n"
493
 
/*207*/
494
 
   ,"FSCK  Inode Allocation Group %s%s has an invalid Free Extent Summary.\n"
495
 
/*208*/
496
 
   ,"FSCK  Inode Allocation Group %s%s has an invalid Free Inode Summary.\n"
497
 
/*209*/
498
 
   ,"FSCK  Discrepancies detected in the Free IAG List. (%s,%s)\n"
499
 
/*210*/
500
 
   ,"FSCK  The Free Inode Allocation Group List is inconsistent (%s).\n"
501
 
/*211*/
502
 
   ,"FSCK  Inode Allocation Group %s%s has an incorrect IAG number value.\n"
503
 
/*212*/
504
 
   ,"FSCK  Inode Allocation Group %s%s has an inconsistent count for \
505
 
number of free extents.\n"
506
 
/*213*/
507
 
   ,"FSCK  Inode Allocation Group %s%s has an inconsistent count for \
508
 
number of free inodes.\n"
509
 
/*214*/
510
 
   ,"FSCK  Discrepancies detected in the pmap for Inode Allocation Group %s%s.\n"
511
 
/*215*/
512
 
   ,"FSCK  Errors detected in the Fileset File/Directory Allocation Map.\n"
513
 
/*216*/
514
 
   ,"FSCK  The Inode Allocation Map blocks per inode extent is incorrect (%s).\n"
515
 
/*217*/
516
 
   ,"FSCK  Errors detected in the Fileset File/Directory Allocation Map control information.\n"
517
 
/*218*/
518
 
   ,"FSCK  The Inode Allocation Map log2(blocks per inode extent) is incorrect (%s).\n"
519
 
/*219*/
520
 
   ,"FSCK  The Inode Allocation Map has an incorrect number of backed inodes value (%s).\n"
521
 
/*220*/
522
 
   ,"FSCK  The Inode Allocation Map has an incorrect number of free inodes value (%s).\n"
523
 
/*221*/
524
 
   ,"FSCK  The Inode Allocation Map has an incorrect next IAG value (%s).\n"
525
 
/*222*/
526
 
   ,"Usage: xchkdmp [-f filename] [-V]\n"
527
 
/*223*/
528
 
   ,"FSCK  Correcting Inode Allocation Group %s%s invalid Allocation Group (%s).\n"
529
 
/*224*/
530
 
   ,"FSCK  Correcting Inode Allocation Group %s%s invalid AG Start.\n"
531
 
/*225*/
532
 
   ,"FSCK  Inconsistencies detected in leaf values (%s).\n"
533
 
/*226*/
534
 
   ,"FSCK  Inconsistencies detected in internal values (%s).\n"
535
 
/*227*/
536
 
   ,"FSCK  Incorrect data detected in pages (%s).\n"
537
 
/*228*/
538
 
   ,"FSCK  Descrepancies detected between observed block allocations and pmaps.\n"
539
 
/*229*/
540
 
   ,"FSCK  Incorrect data detected in disk allocation structures.\n"
541
 
/*230*/
542
 
   ,"FSCK  Incorrect data detected in disk allocation control structures.\n"
543
 
/*231*/
544
 
   ,"FSCK  Incorrect height detected in in page %s,%s.\n"
545
 
/*232*/
546
 
   ,"FSCK  Incorrect l2 number of leafs detected in in page %s,%s.\n"
547
 
/*233*/
548
 
   ,"FSCK  Incorrect leaf index detected in in page %s,%s.\n"
549
 
/*234*/
550
 
   ,"FSCK  Incorrect leaf (%s) value detected in %s page %s.\n"
551
 
/*235*/
552
 
   ,"FSCK  Incorrect internal (%s) value detected in %s page %s.\n"
553
 
/*236*/
554
 
   ,"FSCK  Incorrect budmin detected in in page %s,%s.\n"
555
 
/*237*/
556
 
   ,"FSCK  Incorrect number of leafs detected in page %s,%s.\n"
557
 
/*238*/
558
 
   ,"FSCK  Incorrect number of free blocks in AG %s detected in Block Map Control \
559
 
Page.\n"
560
 
/*239*/
561
 
   ,"FSCK  Incorrect aggregate size detected in Block Map Control Page.\n"
562
 
/*240*/
563
 
   ,"FSCK  Incorrect blocks per AG detected in Block Map Control Page.\n"
564
 
/*241*/
565
 
   ,"FSCK  Incorrect dmap control level detected in Block Map Control Page.\n"
566
 
/*242*/
567
 
   ,"FSCK  Incorrect dmap control height detected in Block Map Control Page.\n"
568
 
/*243*/
569
 
   ,"FSCK  Incorrect dmap control width detected in Block Map Control Page.\n"
570
 
/*244*/
571
 
   ,"FSCK  Incorrect l2 blocks per AG detected in Block Map Control Page.\n"
572
 
/*245*/
573
 
   ,"FSCK  Incorrect l2 blocks per page detected in Block Map Control Page.\n"
574
 
/*246*/
575
 
   ,"FSCK  Incorrect maximum active AGs detected in Block Map Control Page.\n"
576
 
/*247*/
577
 
   ,"FSCK  Incorrect maximum level detected in Block Map Control Page.\n"
578
 
/*248*/
579
 
   ,"FSCK  Incorrect number of AGs detected in Block Map Control Page.\n"
580
 
/*249*/
581
 
   ,"FSCK  Invalid preferred AG detected in Block Map Control Page.\n"
582
 
/*250*/
583
 
   ,"XCHKLOG  %s superblock is valid.\n"
584
 
/*251*/
585
 
   ,"FSCK  Incorrect number of blocks detected in dmap %s.\n"
586
 
/*252*/
587
 
   ,"FSCK  Incorrect number free detected in dmap %s.\n"
588
 
/*253*/
589
 
   ,"FSCK  Incorrect start detected in dmap %s.\n"
590
 
/*254*/
591
 
   ,"FSCK  %s consecutive blocks observed available but pmap (%s, %s, %s) \
592
 
indicates they are allocated.\n"
593
 
/*255*/
594
 
   ,"FSCK  %s consecutive blocks observed allocated but pmap (%s, %s, %s) \
595
 
indicates they are available.\n"
596
 
/*256*/
597
 
   ,"FSCK  Discrepancies detected in the Block Map Control Page AG free count list.\n"
598
 
/*257*/
599
 
   ,"FSCK  Incorrect data detected in the Block Map Control Page.\n"
600
 
/*258*/
601
 
   ,"FSCK  Incorrect dmap control start index detected in Block Map Control Page.\n"
602
 
/*259*/
603
 
   ,"FSCK  Incorrect fwsp length detected in the superblock (%s).\n"
604
 
/*260*/
605
 
   ,"FSCK  Incorrect jlog address detected in the superblock (%s).\n"
606
 
/*261*/
607
 
   ,"FSCK  Incorrect jlog length detected in the superblock (%s).\n"
608
 
/*262*/
609
 
   ,"    |........\r"
610
 
/*263*/
611
 
   ,"    .|.......\r"
612
 
/*264*/
613
 
   ,"    ..|......\r"
614
 
/*265*/
615
 
   ,"    ...|.....\r"
616
 
/*266*/
617
 
   ,"    ....|....\r"
618
 
/*267*/
619
 
   ,"    .....|...\r"
620
 
/*268*/
621
 
   ,"    ......|..\r"
622
 
/*269*/
623
 
   ,"    .......|.\r"
624
 
/*270*/
625
 
   ,"    ........|\r"
626
 
/*271*/
627
 
   ,"FSCK  Directory claims cross linked block(s).\n"
628
 
/*272*/
629
 
   ,"FSCK  File system object claims cross linked block(s).\n"
630
 
/*273*/
631
 
   ,"FSCK   File system is formatted for sparse files.\n"
632
 
/*274*/
633
 
   ,"FSCK  Directory inode %s%s incorrect DASD used value corrected.\n"
634
 
/*275*/
635
 
   ,"FSCK  %s directories reconnected to /lost+found/.\n"
636
 
/*276*/
637
 
   ,"FSCK  %s file reconnected to /lost+found/.\n"
638
 
/*277*/
639
 
   ,"FSCK  %s files reconnected to /lost+found/.\n"
640
 
/*278*/
641
 
   ,"FSCK cannot repair the data format error(s) in this directory.\n"
642
 
/*279*/
643
 
   ,"FSCK cannot repair the format error(s) in this directory.\n"
644
 
/*280*/
645
 
   ,"FSCK cannot repair the data format error(s) in this file system object.\n"
646
 
/*281*/
647
 
   ,"FSCK cannot repair the format error(s) in this file system object.\n"
648
 
/*282*/
649
 
   ,"FSCK **Phase 7 - Verify File/Directory Allocation Maps\n"
650
 
/*283*/
651
 
   ,"FSCK **Phase 8 - Verify Disk Allocation Maps\n"
652
 
/*284*/
653
 
   ,"FSCK parameter detected:  Omit logredo()\n"
654
 
/*285*/
655
 
   ,"FSCK The file system type for %s is not listed as jfs \nin the file system description file /etc/fstab.\n\n"
656
 
/*286*/
657
 
   ,"FSCK   *undefined* \n"
658
 
/*287*/
659
 
   ,"FSCK   *undefined* \n"
660
 
/*288*/
661
 
   ,"FSCK   *undefined* \n"
662
 
/*289*/
663
 
   ,"FSCK   *undefined* \n"
664
 
/*290*/
665
 
   ,"FSCK  Primary metadata inode %s%s is corrupt.\n"
666
 
/*291*/
667
 
   ,"FSCK  Secondary metadata inode %s%s is corrupt.\n"
668
 
/*292*/
669
 
   ,"FSCK  Secondary superblock is corrupt.\n"
670
 
/*293*/
671
 
   ,"FSCK  Unable to read the Secondary File/Directory Allocation Table.\n"
672
 
/*294*/
673
 
   ,"FSCK  Errors detected in the File System File/Directory Allocation Map.\n"
674
 
/*295*/
675
 
   ,"FSCK  Errors detected in the File System File/Directory Allocation Map control information.\n"
676
 
/*296*/
677
 
   ,"FSCK  Errors detected in the Secondary File/Directory Allocation Table.\n"
678
 
/*297*/
679
 
   ,"FSCK  Unable to read secondary superblock.\n"
680
 
/*298*/
681
 
   ,"FSCK   *undefined* \n"
682
 
/*299*/
683
 
   ,"FSCK   *undefined* \n"
684
 
/*300*/
685
 
   ,"FSCK   *undefined* \n"
686
 
/*301*/
687
 
   ,"FSCK  MINOR: Unable to reconnect %s directories.  Continuing.\n"
688
 
/*302*/
689
 
   ,"FSCK  MINOR: Unable to reconnect %s file.  Continuing.\n"
690
 
/*303*/
691
 
   ,"FSCK  MINOR: Unable to reconnect %s files.  Continuing.\n"
692
 
/*304*/
693
 
   ,"FSCK   *undefined* \n"
694
 
/*305*/
695
 
   ,"FSCK   *undefined* \n"
696
 
/*306*/
697
 
   ,"FSCK   *undefined* \n"
698
 
/*307*/
699
 
   ,"FSCK   *undefined* \n"
700
 
/*308*/
701
 
   ,"FSCK   *undefined* \n"
702
 
/*309*/
703
 
   ,"FSCK  Directory inode %s%s has been reconnected to /lost+found/.\n"
704
 
/*310*/
705
 
   ,"FSCK  MINOR: Unable to reconnect directory inode %s%s.  Continuing.\n"
706
 
/*311*/
707
 
   ,"FSCK   *undefined* \n"
708
 
/*312*/
709
 
   ,"FSCK  Unable to read either superblock.\n"
710
 
/*313*/
711
 
   ,"%s kilobytes total disk space.\n"
712
 
/*314*/
713
 
   ,"%s kilobytes in %s directories.\n"
714
 
/*315*/
715
 
   ,"%s kilobytes in %s user files.\n"
716
 
/*316*/
717
 
   ,"%s kilobytes in extended attributes\n"
718
 
/*317*/
719
 
   ,"%s kilobytes reserved for system use.\n"
720
 
/*318*/
721
 
   ,"%s kilobytes are available for use.\n"
722
 
/*319*/
723
 
   ,"XCHKDMP Can't read input file:  %s\n"
724
 
/*320*/
725
 
   ,"XCHKDMP Input file (%s) not recognized as an extracted JFS fsck service log.\n"
726
 
/*321*/
727
 
   ,"XCHKLOG  Cannot open device %s\n"
728
 
/*322*/
729
 
   ,"XCHKLOG  Output file path and name must be less than 128 characters.\n"
730
 
/*323*/
731
 
   ,"XCHKDMP  Input file path and name must be less than 128 characters.\n"
732
 
/*324*/
733
 
   ,"FSCK  Unable to read the Primary File/Directory Allocation Table.\n"
734
 
/*325*/
735
 
  ,"FSCK  Errors detected in the Primary File/Directory Allocation Table.\n"
736
 
/*326*/
737
 
   ,"FSCK CANNOT CONTINUE.\n"
738
 
/*327*/
739
 
   ,"********** FSCK CANNOT INITIALIZE THIS SERVICE LOG.  DISREGARD RESIDUAL LOG \
740
 
MESSAGES WHICH MAY BE APPENDED. **********\n"
741
 
/*328*/
742
 
   ,"CHKLOG  Required parameter missing:  device specification\n"
743
 
/*329*/
744
 
   ,"XCHKLOG  Required parameter missing:  device specification\n"
745
 
/*330*/
746
 
   ,"FSCK parameter detected:  FixLevel: %s\n"
747
 
/*331*/
748
 
   ,"FSCK parameter detected:  IfDirty\n"
749
 
/*332*/
750
 
   ,"FSCK parameter detected:  VerboseMessaging\n"
751
 
/*333*/
752
 
   ,"FSCK parameter detected:  AutoCheck mode\n"
753
 
/*334*/
754
 
   ,"FSCK parameter detected:  PMchkdsk mode\n"
755
 
/*335*/
756
 
   ,"FSCK parameter detected:  Debug mode\n"
757
 
/*336*/
758
 
   ,"FSCK  CHKDSK.SYS returned %s bytes of high memory at %s\n"
759
 
/*337*/
760
 
   ,"FSCK  Open(CHKDSK.SYS,...) returned rc = %s\n"
761
 
/*338*/
762
 
   ,"FSCK  IOCtl( ... ) to call CHKDSK.SYS returned rc = %s, data.rc = %s\n"
763
 
/*339*/
764
 
   ,"FSCK  ujfs_beginformat() returned rc = %s\n"
765
 
/*340*/
766
 
   ,"FSCK parameter detected:  Clear LVM Bad Block List\n"
767
 
/*341*/
768
 
   ,"FSCK (JFSCTL_CHKDSK, ... ) returned rc = %s\n"
769
 
/*342*/
770
 
   ,"FSCK   FSCK warning: The LVM has detected bad blocks in the partition.  \
771
 
Run FSCK /B to transfer entries from the LVM bad block table to the JFS bad \
772
 
block table.\n"
773
 
/*343*/
774
 
   ,"FSCK   LVM GetBadBlockInformation returned rc = %s\n"
775
 
/*344*/
776
 
   ,"FSCK   LVM GetTableSize rc = %s\n"
777
 
/*345*/
778
 
   ,"FSCK  THE FILE SYSTEM IS NOW AVAILABLE.\n"
779
 
/*346*/
780
 
   ,"FSCK  Transferring entries from the LVM Bad Block Table for this file \
781
 
system to the JFS Bad Block Table for this file system.\n"
782
 
/*347*/
783
 
   ,"FSCK   INTERNAL ERROR (%s,%s,%s,%s). FSCK CANNOT CONTINUE.\n"
784
 
/*348*/
785
 
   ,"FSCK   CLRBBLKS:  relocated %s extents, for total %s relocated blocks.\n"
786
 
/*349*/
787
 
   ,"FSCK   CLRBBLKS: LVM List #%s  num entries = %s  num active entries = %s\n"
788
 
/*350*/
789
 
   ,"FSCK   CLRBBLKS: number of LVM Lists = %s\n"
790
 
/*351*/
791
 
   ,"FSCK   CLRBBLKS: Attempted to relocate bad blocks in range %s to %s.\n"
792
 
/*352*/
793
 
   ,"FSCK   LVM reports %s bad blocks.  Of these, %s have been transferred to \
794
 
the JFS Bad Block List.\n"
795
 
/*353*/
796
 
   ,"FSCK   CLRBBLKS rc = %s\n"
797
 
/*354*/
798
 
   ,"FSCK   DosExecPgm(...clrbblks...) rc = %s\n"
799
 
/*355*/
800
 
   ,"FSCK  Open(...OPEN_SHARE_DENYNONE|OPEN_ACCESS_READWRITE...) returned rc = %s\n"
801
 
/*356*/
802
 
   ,"FSCK  Device unavailable or locked by another process.  FSCK CANNOT CONTINUE.\n"
803
 
/*357*/
804
 
   ,"FSCK  File system object %s%s%s has a node with an invalid self field.\n"
805
 
/*358*/
806
 
   ,"FSCK  File system object %s%s%s is illegally linked as: %s\n"
807
 
/*359*/
808
 
   ,"FSCK  Insufficient storage (%s) available to continue reconnecting \
809
 
lost files and/or directories. Continuing.\n"
810
 
/*360*/
811
 
   ,"FSCK  Format error in Access Control List space or descriptor.\n"
812
 
/*361*/
813
 
   ,"FSCK  Format error in Access Control List space or descriptor. Will clear.\n"
814
 
/*362*/
815
 
   ,"FSCK  Storage allocated to Access Control List for inode \
816
 
%s%s has been cleared.\n"
817
 
/*363*/
818
 
   ,"%s kilobytes in access control lists\n"
819
 
/*364*/
820
 
   ,"FSCK  File system is full or too fragmented to allocated requested %s blocks.\n"
821
 
/*365*/
822
 
   ,"FSCK  Minor format error detected.\n"
823
 
/*366*/
824
 
   ,"FSCK   Minor format error in inode %s%s has been corrected. \n"
825
 
/*367*/
826
 
   ,"FSCK  Minor format error detected. Will fix.\n"
827
 
/*368*/
828
 
   ,"FSCK  File system object %s%s%s has invalid length in descriptor (%s).\n"
829
 
/*369*/
830
 
   ,"FSCK  File system object %s%s%s has invalid offset in descriptor (%s).\n"
831
 
/*370*/
832
 
   ,"FSCK  File system checked READ ONLY.\n"
833
 
/*371*/
834
 
   ,"FSCK  Device does not exist. \n"
835
 
/*372*/
836
 
   ,"FSCK  No device given. \n"
837
 
/*373*/
838
 
   ,"FSCK   *undefined* \n"
839
 
/*374*/
840
 
   ,"FSCK   *undefined* \n"
841
 
/*375*/
842
 
   ,"FSCK   *undefined* \n"
843
 
/*376*/
844
 
   ,"FSCK   *undefined* \n"
845
 
/*377*/
846
 
   ,"FSCK   *undefined* \n"
847
 
/*378*/
848
 
   ,"FSCK   *undefined* \n"
849
 
/*379*/
850
 
   ,"FSCK   *undefined* \n"
851
 
/*380*/
852
 
   ,"FSCK   *undefined* \n"
853
 
/*381*/
854
 
   ,"FSCK   *undefined* \n"
855
 
/*382*/
856
 
   ,"FSCK   *undefined* \n"
857
 
/*383*/
858
 
   ,"FSCK   *undefined* \n"
859
 
/*384*/
860
 
   ,"B"
861
 
/*385*/
862
 
   ,"A"
863
 
/*386*/
864
 
   ,"D"
865
 
/*387*/
866
 
   ,"DM"
867
 
/*388*/
868
 
   ,"E"
869
 
/*389*/
870
 
   ,"F"
871
 
/*390*/
872
 
   ,"I"
873
 
/*391*/
874
 
   ,"L0"
875
 
/*392*/
876
 
   ,"L1"
877
 
/*393*/
878
 
   ,"L2"
879
 
/*394*/
880
 
   ,"M"
881
 
/*395*/
882
 
   ,"C"
883
 
/*396*/
884
 
   ,"P"
885
 
/*397*/
886
 
   ,"S"
887
 
/*398*/
888
 
   ,"L"
889
 
/*399*/
890
 
   ,".RCN\0"
891
 
/*400*/
892
 
   ,"FSCK:LOGREDO:  Log already redone! \n"
893
 
/*401*/
894
 
   ,"FSCK:LOGREDO:  End of log found at logend = %s\n"
895
 
/*402*/
896
 
   ,"FSCK:LOGREDO:  Beginning to recover File System Extend processing.\n"
897
 
/*403*/
898
 
   ,"FSCK:LOGREDO:  Done recovering File System Extend processing.\n"
899
 
/*404*/
900
 
   ,"FSCK:LOGREDO:  File System Extend recovered to prior size.\n"
901
 
/*405*/
902
 
   ,"FSCK:LOGREDO:  File System Extend recovered and completed.\n"
903
 
/*406*/
904
 
   ,"FSCK:LOGREDO:  Recovery of File System Extend failed.  Error = %s\n"
905
 
/*407*/
906
 
   ,"FSCK:LOGREDO:  Log superblock contains invalid magic number. \n"
907
 
/*408*/
908
 
   ,"FSCK:LOGREDO:  Log superblock contains invalid version number. \n"
909
 
/*409*/
910
 
   ,"FSCK:LOGREDO:  Unable to find valid end of log.\n"
911
 
/*410*/
912
 
   ,"FSCK:LOGREDO:  Initialization failed.  rc = %s   error num = %s\n"
913
 
/*411*/
914
 
   ,"FSCK:LOGREDO:  Log superblock contains invalid block size.\n"
915
 
/*412*/
916
 
   ,"FSCK:LOGREDO:  Log superblock contains invalid log2(block size).\n"
917
 
/*413*/
918
 
   ,"FSCK:LOGREDO:  Log superblock contains invalid log size.\n"
919
 
/*414*/
920
 
   ,"FSCK:LOGREDO:  Log end is not in valid range.\n"
921
 
/*415*/
922
 
   ,"FSCK:LOGREDO:  Synch point record number:  %s \n"
923
 
/*416*/
924
 
   ,"FSCK:LOGREDO:  Synch point record address:  %s \n"
925
 
/*417*/
926
 
   ,"FSCK:LOGREDO:  Number of log records:    %s \n"
927
 
/*418*/
928
 
   ,"FSCK:LOGREDO:  Number of Do blocks:    %s \n"
929
 
/*419*/
930
 
   ,"FSCK:LOGREDO:  Number of NoDo blocks:    %s \n"
931
 
/*420*/
932
 
   ,"FSCK:LOGREDO:  Log record for Sync Point at:    %s \n"
933
 
/*421*/
934
 
   ,"FSCK:LOGREDO:  Log record for Volume Mount at:    %s \n"
935
 
/*422*/
936
 
   ,"FSCK:  Calling CHKDSK.SYS to allocate high memory.... \n"
937
 
/*423*/
938
 
   ,"FSCK   CHKDSK.SYS returned  addr= %s  length= %s \n"
939
 
/*424*/
940
 
   ,"FSCK:LOGREDO:  Allocating for BMap:  %s bytes \n"
941
 
/*425*/
942
 
   ,"FSCK:LOGREDO:  Allocating for IMap:  %s bytes \n"
943
 
/*426*/
944
 
   ,"FSCK:LOGREDO:  Allocating for DoBLk:  %s bytes  \n"
945
 
/*427*/
946
 
   ,"FSCK:LOGREDO:  Allocating for NoReDoFile:  %s bytes  \n"
947
 
/*428*/
948
 
   ,"FSCK:LOGREDO:  Allocating for ReDoPage:  %s bytes  \n"
949
 
/*429*/
950
 
   ,"FSCK:LOGREDO:  Allocating for NoDoFile:  %s bytes  \n"
951
 
/*430*/
952
 
   ,"FSCK:LOGREDO:  Allocating for ExtendDtPg:  %s bytes  \n"
953
 
/*431*/
954
 
   ,"FSCK:LOGREDO:   Failed trying to allocate for BMap:  %s bytes \n"
955
 
/*432*/
956
 
   ,"FSCK:LOGREDO:  Failed trying to allocate for IMap:  %s bytes  \n"
957
 
/*433*/
958
 
   ,"FSCK:LOGREDO:  Failed trying to allocate for DoBLk:  %s bytes   \n"
959
 
/*434*/
960
 
   ,"FSCK:LOGREDO:  Failed trying to allocate for NoReDoFile:  %s bytes \n"
961
 
/*435*/
962
 
   ,"FSCK:LOGREDO:  Failed trying to allocate for ReDoPage:  %s bytes \n"
963
 
/*436*/
964
 
   ,"FSCK:LOGREDO:  Failed trying to allocate for NoDoFile:  %s bytes \n"
965
 
/*437*/
966
 
   ,"FSCK:LOGREDO:  Failed trying to allocate for ExtendDtPg:  %s bytes \n"
967
 
/*438*/
968
 
   ,"FSCK:LOGREDO:  Working IMap will occupy storage originally allocated for BMap.\n"
969
 
/*439*/
970
 
   ,"FSCK:LOGREDO:  Some storage allocated for BMap now used for NoRedoFile records.\n"
971
 
/*440*/
972
 
   ,"FSCK:LOGREDO:  Some storage allocated for BMap now used for DoBLock records.\n"
973
 
/*441*/
974
 
   ,"FSCK:LOGREDO:  Some storage allocated for BMap now used for RedoPage records.\n"
975
 
/*442*/
976
 
   ,"FSCK:LOGREDO:  Some storage allocated for BMap now used for NoDoFile records.\n"
977
 
/*443*/
978
 
   ,"FSCK:LOGREDO:  Some storage allocated for BMap now used for ExtendDtPage records.\n"
979
 
/*444*/
980
 
   ,"FSCK:LOGREDO:  Unable to read Journal Log superblock.\n"
981
 
/*445*/
982
 
   ,"FSCK:LOGREDO:  Unable to update Journal Log superblock.\n"
983
 
/*446*/
984
 
   ,"FSCK:LOGREDO:  Address of next log record is invalid.\n"
985
 
/*447*/
986
 
   ,"FSCK:LOGREDO:  Address (%s) of next log record is out of range.\n"
987
 
/*448*/
988
 
   ,"FSCK:LOGREDO:  Address (%s) of next log record is the same as address of current log record.\n"
989
 
/*449*/
990
 
   ,"FSCK:LOGREDO:  The Journal Log has wrapped around and written over itself.\n"
991
 
/*450*/
992
 
   ,"FSCK:LOGREDO:  Invalid Commit record at %s.\n"
993
 
/*451*/
994
 
   ,"FSCK:LOGREDO:  Invalid Mount record at %s.\n"
995
 
/*452*/
996
 
   ,"FSCK:LOGREDO:  Device open/read error\n"
997
 
/*453*/
998
 
   ,"FSCK:LOGREDO:  Invalid RedoPage record at %s. \n"
999
 
/*454*/
1000
 
   ,"FSCK:LOGREDO:  Invalid NoRedoPage record at %s.\n"
1001
 
/*455*/
1002
 
   ,"FSCK:LOGREDO:  Invalid NoRedoInoExt record at %s.\n"
1003
 
/*456*/
1004
 
   ,"FSCK:LOGREDO:  Invalid UpdateMap record at %s.\n"
1005
 
/*457*/
1006
 
   ,"FSCK:LOGREDO:  Unrecognized log record type at %s.\n"
1007
 
/*458*/
1008
 
   ,"FSCK:LOGREDO:  Errors encountered imply the log is corrupt.  Reformat needed.\n"
1009
 
/*459*/
1010
 
   ,"FSCK:LOGREDO:  Errors encountered prevent logredo() from continuing. \n"
1011
 
/*460*/
1012
 
   ,"FSCK:LOGREDO:  Unable to update map(s).\n"
1013
 
/*461*/
1014
 
   ,"FSCK:LOGREDO:  Unable to update file system superblock.\n"
1015
 
/*462*/
1016
 
   ,"FSCK:LOGREDO:  Unable to write to log superblock.\n"
1017
 
/*463*/
1018
 
   ,"FSCK:LOGREDO:  Unable to read file system superblock. \n"
1019
 
/*464*/
1020
 
   ,"FSCK:LOGREDO:  File system superblock has invalid magic number.\n"
1021
 
/*465*/
1022
 
   ,"FSCK:LOGREDO:  File system superblock has invalid version number.\n"
1023
 
/*466*/
1024
 
   ,"FSCK:LOGREDO:  File system superblock has invalid log location.\n"
1025
 
/*467*/
1026
 
   ,"FSCK:LOGREDO:  File system superblock has invalid log serial number.\n"
1027
 
/*468*/
1028
 
   ,"FSCK:LOGREDO:  Unable to initialize map(s).\n"
1029
 
/*469*/
1030
 
   ,"FSCK:LOGREDO:  Attempt to read file system superblock failed.\n"
1031
 
/*470*/
1032
 
   ,"FSCK:LOGREDO:  Attempt to write file system superblock failed.\n"
1033
 
/*471*/
1034
 
   ,"FSCK:LOGREDO:  Attempt to read file system primary superblock failed.\n"
1035
 
/*472*/
1036
 
   ,"FSCK:LOGREDO:  Attempt to read file system secondary superblock failed.\n"
1037
 
/*473*/
1038
 
   ,"FSCK:LOGREDO:  Attempt to write file system primary superblock failed.\n"
1039
 
/*474*/
1040
 
   ,"FSCK:LOGREDO:  Attempt to write file system secondary superblock failed.\n"
1041
 
/*475*/
1042
 
   ,"FSCK:LOGREDO:  Attempt to flush buffers failed.\n"
1043
 
/*476*/
1044
 
   ,"FSCK:LOGREDO:  Not a valid file system device number.\n"
1045
 
/*477*/
1046
 
   ,"FSCK:LOGREDO:  Journal log must be inline. \n"
1047
 
/*478*/
1048
 
   ,"FSCK:LOGREDO:  Device is not a file system device.\n"
1049
 
/*479*/
1050
 
   ,"FSCK:LOGREDO:  Journal log is not inline.\n"
1051
 
/*480*/
1052
 
   ,"FSCK:LOGREDO:  Journal log is now open.  (major = %s, minor = %s) \n"
1053
 
/*481*/
1054
 
   ,"FSCK:LOGREDO:  Error in volume %s.\n"
1055
 
/*482*/
1056
 
   ,"FSCK:LOGREDO:  Device open failed.\n"
1057
 
/*483*/
1058
 
   ,"FSCK:LOGREDO:  Failed attempting to initialize map(s).\n"
1059
 
/*484*/
1060
 
   ,"FSCK:LOGREDO:  Invalid volume block number (%s).\n"
1061
 
/*485*/
1062
 
   ,"FSCK:LOGREDO:  Invalid inode number (%s).\n"
1063
 
/*486*/
1064
 
   ,"FSCK:LOGREDO:  Failed attempt to read block %s.\n"
1065
 
/*487*/
1066
 
   ,"FSCK:LOGREDO:  I/O error attempting to read block %s.\n"
1067
 
/*488*/
1068
 
   ,"FSCK:LOGREDO:  Invalid UpdateMap record (nxd = %s). \n"
1069
 
/*489*/
1070
 
   ,"FSCK:LOGREDO:  Invalid log serial number.\n"
1071
 
/*490*/
1072
 
   ,"FSCK:LOGREDO:  Failed attempt to find the current end of the Journal Log.\n"
1073
 
/*491*/
1074
 
   ,"FSCK:LOGREDO:  Failed attempting to read the Journal Log (logaddr = %s).\n"
1075
 
/*492*/
1076
 
   ,"FSCK:LOGREDO:  Unrecognized log record type (logaddr = %s).\n"
1077
 
/*493*/
1078
 
   ,"FSCK:LOGREDO:  I/O error on Journal Log (logaddr = %s).\n"
1079
 
/*494*/
1080
 
   ,"FSCK:LOGREDO:  The Journal Log has wrapped. \n"
1081
 
/*495*/
1082
 
   ,"FSCK:LOGREDO:  RecovExtFS: Attempt to read file system superblock failed.\n"
1083
 
/*496*/
1084
 
   ,"FSCK:LOGREDO:  RecovExtFS: Attempt to read block map inode failed.\n"
1085
 
/*497*/
1086
 
   ,"FSCK:LOGREDO:  RecovExtFS: Read aggregate block %s failed (1).\n"
1087
 
/*498*/
1088
 
   ,"FSCK:LOGREDO:  RecovExtFS: Read aggregate block %s failed (2).\n"
1089
 
/*499*/
1090
 
   ,"FSCK:LOGREDO:  RecovExtFS: Write aggregate block %s failed (1).\n"
1091
 
/*500*/
1092
 
   ,"FSCK:LOGREDO:  RecovExtFS: Write aggregate block %s failed (2).\n"
1093
 
/*501*/
1094
 
   ,"FSCK:LOGREDO:  RecovExtFS: Write aggregate block %s failed (3).\n"
1095
 
/*502*/
1096
 
   ,"FSCK:LOGREDO:  RecovExtFS: Read aggregate block %s failed (3).\n"
1097
 
/*503*/
1098
 
   ,"FSCK:LOGREDO:  RecovExtFS: Read aggregate block %s failed (4).\n"
1099
 
/*504*/
1100
 
   ,"FSCK:LOGREDO:  RecovExtFS: Error in initLogredo().\n"
1101
 
/*505*/
1102
 
   ,"FSCK:LOGREDO:  RecovExtFS: Read aggregate block %s failed (5).\n"
1103
 
/*506*/
1104
 
   ,"FSCK:LOGREDO:  RecovExtFS: Write aggregate block %s failed (4).\n"
1105
 
/*507*/
1106
 
   ,"FSCK:LOGREDO:  RecovExtFS: Attempt to write file system superblock failed.\n"
1107
 
/*508*/
1108
 
   ,"FSCK:LOGREDO:  RecovExtFS: Attempt to read Journal Log superblock failed.\n"
1109
 
/*509*/
1110
 
   ,"FSCK:LOGREDO:  RecovExtFS: Attempt to write Journal Log superblock failed. \n"
1111
 
/*510*/
1112
 
   ,"FSCK:LOGREDO:   Read Block Map inode failed.\n"
1113
 
/*511*/
1114
 
   ,"FSCK:LOGREDO:   Read Block Map failed.\n"
1115
 
/*512*/
1116
 
   ,"FSCK:LOGREDO:   Read Inode Alloc Map inode failed.\n"
1117
 
/*513*/
1118
 
   ,"FSCK:LOGREDO:   Read Inode Alloc Map failed.\n"
1119
 
/*514*/
1120
 
   ,"FSCK:LOGREDO:   Read Block Map leftmost leaf failed.\n"
1121
 
/*515*/
1122
 
   ,"FSCK:LOGREDO:   Read Block Map data extents failed.\n"
1123
 
/*516*/
1124
 
   ,"FSCK:LOGREDO:   Read Block Map next leaf failed.\n"
1125
 
/*517*/
1126
 
   ,"FSCK:LOGREDO:   Read Inode Alloc Map leftmost leaf failed.\n"
1127
 
/*518*/
1128
 
   ,"FSCK:LOGREDO:   Read Inode Alloc Map control page failed.\n"
1129
 
/*519*/
1130
 
   ,"FSCK:LOGREDO:   Read Inode Alloc Map next leaf failed.\n"
1131
 
/*520*/
1132
 
   ,"FSCK:LOGREDO:   Read Inode Alloc Map data extents failed.\n"
1133
 
/*521*/
1134
 
   ,"FSCK:LOGREDO:   Read Inode Alloc Map inode failed in UpdateMaps().\n"
1135
 
/*522*/
1136
 
   ,"FSCK:LOGREDO:  Write Inode Alloc Map control page failed in UpdateMaps().\n"
1137
 
/*523*/
1138
 
   ,"FSCK:LOGREDO:  Read Block Map inode failed in UpdateMaps().\n"
1139
 
/*524*/
1140
 
   ,"FSCK:LOGREDO:  Write Block Map control page failed in UpdateMaps().\n"
1141
 
/*525*/
1142
 
   ,"FSCK:LOGREDO:  Not rebuilding the Inode Alloc Map because fsck will be doing it.\n"
1143
 
/*526*/
1144
 
   ,"FSCK:LOGREDO:  Write Inode Alloc Map, rXtree() failed.\n"
1145
 
/*527*/
1146
 
   ,"FSCK:LOGREDO:  Write block (blk=%s) failed when updating the Inode Alloc Mapl.\n"
1147
 
/*528*/
1148
 
   ,"FSCK:LOGREDO:  Read next leaf (addr=%s) failed when updating the Inode Alloc Map.\n"
1149
 
/*529*/
1150
 
   ,"FSCK:LOGREDO:  Incorrect npages detected when updating the Inode Alloc Map.\n"
1151
 
/*530*/
1152
 
   ,"FSCK:LOGREDO:  Done updating the Inode Allocation Map.\n"
1153
 
/*531*/
1154
 
   ,"FSCK:LOGREDO:  Beginning to update the Inode Allocation Map.\n"
1155
 
/*532*/
1156
 
   ,"FSCK:LOGREDO:  Done updating the Block Map.\n"
1157
 
/*533*/
1158
 
   ,"FSCK:LOGREDO:  Beginning to update the Block Map.\n"
1159
 
/*534*/
1160
 
   ,"FSCK:LOGREDO:  Not rebuilding the Block Map because fsck will be doing it.\n"
1161
 
/*535*/
1162
 
   ,"FSCK:LOGREDO:  Error for pmap and inoext when rebuilding the Inode Allocation Map (1).\n"
1163
 
/*536*/
1164
 
   ,"FSCK:LOGREDO:  Inconsistent map size in Block Map.\n"
1165
 
/*537*/
1166
 
   ,"FSCK:LOGREDO:  Incorrect leaf index detected (k=%s, j=%s, idx=%s) while writing Block Map.\n"
1167
 
/*538*/
1168
 
   ,"FSCK:LOGREDO:  Error rebuilding DMap page (k=%s, j=%s, i=%s).\n"
1169
 
/*539*/
1170
 
   ,"FSCK:LOGREDO:  rXtree() failed when called while writing Block Map.\n"
1171
 
/*540*/
1172
 
   ,"FSCK:LOGREDO:  Write block (at %s) failed while writing Block Map.\n"
1173
 
/*541*/
1174
 
   ,"FSCK:LOGREDO:  Read next leaf (at %s) failed while writing Block Map.\n"
1175
 
/*542*/
1176
 
   ,"FSCK:LOGREDO:  Incorrect total pages while writing Block Map.\n"
1177
 
/*543*/
1178
 
   ,"FSCK:LOGREDO:  Invalid leaf index detected while updating dmap page.\n"
1179
 
/*544*/
1180
 
   ,"FSCK:LOGREDO:  rXtree() Read first leaf failed.\n"
1181
 
/*545*/
1182
 
   ,"FSCK:LOGREDO:  bread() Invalid block number specified (%s).\n"
1183
 
/*546*/
1184
 
   ,"FSCK:LOGREDO:  bread() Read block (%s) failed.\n"
1185
 
/*547*/
1186
 
   ,"FSCK:LOGREDO:  Error for pmap and inoext when rebuilding the Inode Allocation Map (2).\n"
1187
 
/*548*/
1188
 
   ,"FSCK:LOGREDO:   doAfter: updatePage failed.  (logaddr = %s, rc = %s)\n"
1189
 
/*549*/
1190
 
   ,"FSCK:LOGREDO:   doAfter: markBmap failed.  (logaddr = %s, rc = %s)\n"
1191
 
/*550*/
1192
 
   ,"FSCK:LOGREDO:   doExtDtPg: bread failed.  (offset = %s, rc = %s)\n"
1193
 
/*551*/
1194
 
   ,"FSCK:LOGREDO:   doNoRedoPage: type dtpage: findPageRedo failed.  (rc = %s)\n"
1195
 
/*552*/
1196
 
   ,"FSCK:LOGREDO:   doNoRedoPage: type dtroot: findPageRedo failed.  (rc = %s)\n"
1197
 
/*553*/
1198
 
   ,"FSCK:LOGREDO:   doNoRedoPage: type xtroot: findPageRedo failed.  (rc = %s)\n"
1199
 
/*554*/
1200
 
   ,"FSCK:LOGREDO:   doNoRedoPage: type xtpage: findPageRedo failed.  (rc = %s)\n"
1201
 
/*555*/
1202
 
   ,"FSCK:LOGREDO:   doNoRedoPage: Unknown NoRedoPage record type.\n"
1203
 
/*556*/
1204
 
   ,"FSCK:LOGREDO:   doNoRedoInoExt: findPageRedo failed.  (rc = %s)\n"
1205
 
/*557*/
1206
 
   ,"FSCK:LOGREDO:   doUpdateMap: Unknown updateMap record type.\n"
1207
 
/*558*/
1208
 
   ,"FSCK:LOGREDO:   dtpg_resetFreeList: Invalid stbl entry.\n"
1209
 
/*559*/
1210
 
   ,"FSCK:LOGREDO:   dtpg_resetFreeList: Invalid slot next index.\n"
1211
 
/*560*/
1212
 
   ,"FSCK:LOGREDO:   dtrt_resetFreeList: Invalid stbl entry.\n"
1213
 
/*561*/
1214
 
   ,"FSCK:LOGREDO:   dtrt_resetFreeList: Invalid slot next index.\n"
1215
 
/*562*/
1216
 
   ,"FSCK:LOGREDO:   markBmap: Block number(s) out of range (start=%s, length=%s). \n"
1217
 
/*563*/
1218
 
   ,"FSCK:LOGREDO:   updatePage: findPageRedo failed.  (rc = %s)\n"
1219
 
/*564*/
1220
 
   ,"FSCK:LOGREDO:   updatePage: type=INODE.  Invalid segment offset. (offset = %s)\n"
1221
 
/*565*/
1222
 
   ,"FSCK:LOGREDO:   updatePage: bread failed (1).  (rc = %s)\n"
1223
 
/*566*/
1224
 
   ,"FSCK:LOGREDO:   updatePage: bread failed (2).  (rc = %s)\n"
1225
 
/*567*/
1226
 
   ,"FSCK:LOGREDO:   updatePage: bread failed (3).  (rc = %s)\n"
1227
 
/*568*/
1228
 
   ,"FSCK:LOGREDO:   updatePage: bread failed (4).  (rc = %s)\n"
1229
 
/*569*/
1230
 
   ,"FSCK:LOGREDO:   updatePage: markImap failed.  (rc = %s)\n"
1231
 
/*570*/
1232
 
   ,"FSCK:LOGREDO:   updatePage: markBmap failed.  (rc = %s)\n"
1233
 
/*571*/
1234
 
   ,"FSCK:LOGREDO:   updatePage: dtrt_resetFreeList failed.  (rc = %s)\n"
1235
 
/*572*/
1236
 
   ,"FSCK:LOGREDO:   updatePage: dtpg_resetFreeList failed.  (rc = %s)\n"
1237
 
/*573*/
1238
 
   ,"FSCK:LOGREDO:   updatePage: saveExtDtPg failed.  (rc = %s)\n"
1239
 
/*574*/
1240
 
   ,"FSCK:LOGREDO:   fineEndOfLog: pageVal[1] failed (rc = %s).\n"
1241
 
/*575*/
1242
 
   ,"FSCK:LOGREDO:   fineEndOfLog: pageVal[2] failed (rc = %s).\n"
1243
 
/*576*/
1244
 
   ,"FSCK:LOGREDO:   fineEndOfLog: pageVal[3] failed (rc = %s).\n"
1245
 
/*577*/
1246
 
   ,"FSCK:LOGREDO:   fineEndOfLog: pageVal[4] failed (rc = %s).\n"
1247
 
/*578*/
1248
 
   ,"FSCK:LOGREDO:   fineEndOfLog: pageVal[4(a)] failed (rc = %s).\n"
1249
 
/*579*/
1250
 
   ,"FSCK:LOGREDO:   pageVal: getLogpage failed (pno = %s, rc = %s).\n"
1251
 
/*580*/
1252
 
   ,"FSCK:LOGREDO:   setLogpage: Write log page failed (pno = %s, rc = %s).\n"
1253
 
/*581*/
1254
 
   ,"FSCK:LOGREDO:   logRead: Log wrapped over itself (lognumread = %s).\n"
1255
 
/*582*/
1256
 
   ,"FSCK:LOGREDO:   logRead: Read log page failed (pno = %s, rc = %s).\n"
1257
 
/*583*/
1258
 
   ,"FSCK:LOGREDO:   logRead: MoveWords[1] failed (rc = %s).\n"
1259
 
/*584*/
1260
 
   ,"FSCK:LOGREDO:   logRead: MoveWords[2] failed (rc = %s).\n"
1261
 
/*585*/
1262
 
   ,"FSCK:LOGREDO:   moveWords: getLogpage failed (pno = %s, rc = %s).\n"
1263
 
/*586*/
1264
 
   ,"FSCK  DASD Limit has been primed for directories on the volume.\n"
1265
 
/*587*/
1266
 
   ,"FSCK  DASD Used has been primed for directories on the volume.\n"
1267
 
/*588*/
1268
 
   ,"FSCK:LOGREDO:   logRead: Log data must not exceed LOGPSIZE (pno = %s).\n"
1269
 
/*589*/
1270
 
   ,"FSCK   *undefined* \n"
1271
 
/*590*/
1272
 
   ,"FSCK   *undefined* \n"
1273
 
/*591*/
1274
 
   ,"FSCK   *undefined* \n"
1275
 
/*592*/
1276
 
   ,"FSCK   *undefined* \n"
1277
 
/*593*/
1278
 
   ,"FSCK   *undefined* \n"
1279
 
/*594*/
1280
 
   ,"FSCK   *undefined* \n"
1281
 
/*595*/
1282
 
   ,"FSCK   *undefined* \n"
1283
 
/*596*/
1284
 
   ,"FSCK   *undefined* \n"
1285
 
/*597*/
1286
 
   ,"FSCK   *undefined* \n"
1287
 
/*598*/
1288
 
   ,"FSCK   *undefined* \n"
1289
 
/*599*/
1290
 
   ,"FSCK   *undefined* \n"
1291
 
/*600*/
1292
 
   ,"FSCK   No device given \n"
1293
 
   };
1294
 
 
1295
 
#endif