1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560
|
#
# Copyright (C) 1993, 1994, 1995, 1996 Theodore Ts'o.
#
# %Begin-Header%
# This file may be redistributed under the terms of the GNU Public
# License.
# %End-Header%
#
error_table ext2
ec EXT2_ET_BASE,
"EXT2FS Library version @E2FSPROGS_VERSION@"
ec EXT2_ET_MAGIC_EXT2FS_FILSYS,
"Wrong magic number for ext2_filsys structure"
ec EXT2_ET_MAGIC_BADBLOCKS_LIST,
"Wrong magic number for badblocks_list structure"
ec EXT2_ET_MAGIC_BADBLOCKS_ITERATE,
"Wrong magic number for badblocks_iterate structure"
ec EXT2_ET_MAGIC_INODE_SCAN,
"Wrong magic number for inode_scan structure"
ec EXT2_ET_MAGIC_IO_CHANNEL,
"Wrong magic number for io_channel structure"
ec EXT2_ET_MAGIC_UNIX_IO_CHANNEL,
"Wrong magic number for unix io_channel structure"
ec EXT2_ET_MAGIC_IO_MANAGER,
"Wrong magic number for io_manager structure"
ec EXT2_ET_MAGIC_BLOCK_BITMAP,
"Wrong magic number for block_bitmap structure"
ec EXT2_ET_MAGIC_INODE_BITMAP,
"Wrong magic number for inode_bitmap structure"
ec EXT2_ET_MAGIC_GENERIC_BITMAP,
"Wrong magic number for generic_bitmap structure"
ec EXT2_ET_MAGIC_TEST_IO_CHANNEL,
"Wrong magic number for test io_channel structure"
ec EXT2_ET_MAGIC_DBLIST,
"Wrong magic number for directory block list structure"
ec EXT2_ET_MAGIC_ICOUNT,
"Wrong magic number for icount structure"
ec EXT2_ET_MAGIC_PQ_IO_CHANNEL,
"Wrong magic number for Powerquest io_channel structure"
ec EXT2_ET_MAGIC_EXT2_FILE,
"Wrong magic number for ext2 file structure"
ec EXT2_ET_MAGIC_E2IMAGE,
"Wrong magic number for Ext2 Image Header"
ec EXT2_ET_MAGIC_INODE_IO_CHANNEL,
"Wrong magic number for inode io_channel structure"
ec EXT2_ET_MAGIC_EXTENT_HANDLE,
"Wrong magic number for ext4 extent handle"
ec EXT2_ET_BAD_MAGIC,
"Bad magic number in super-block"
ec EXT2_ET_REV_TOO_HIGH,
"Filesystem revision too high"
ec EXT2_ET_RO_FILSYS,
"Attempt to write to filesystem opened read-only"
ec EXT2_ET_GDESC_READ,
"Can't read group descriptors"
ec EXT2_ET_GDESC_WRITE,
"Can't write group descriptors"
ec EXT2_ET_GDESC_BAD_BLOCK_MAP,
"Corrupt group descriptor: bad block for block bitmap"
ec EXT2_ET_GDESC_BAD_INODE_MAP,
"Corrupt group descriptor: bad block for inode bitmap"
ec EXT2_ET_GDESC_BAD_INODE_TABLE,
"Corrupt group descriptor: bad block for inode table"
ec EXT2_ET_INODE_BITMAP_WRITE,
"Can't write an inode bitmap"
ec EXT2_ET_INODE_BITMAP_READ,
"Can't read an inode bitmap"
ec EXT2_ET_BLOCK_BITMAP_WRITE,
"Can't write a block bitmap"
ec EXT2_ET_BLOCK_BITMAP_READ,
"Can't read a block bitmap"
ec EXT2_ET_INODE_TABLE_WRITE,
"Can't write an inode table"
ec EXT2_ET_INODE_TABLE_READ,
"Can't read an inode table"
ec EXT2_ET_NEXT_INODE_READ,
"Can't read next inode"
ec EXT2_ET_UNEXPECTED_BLOCK_SIZE,
"Filesystem has unexpected block size"
ec EXT2_ET_DIR_CORRUPTED,
"EXT2 directory corrupted"
ec EXT2_ET_SHORT_READ,
"Attempt to read block from filesystem resulted in short read"
ec EXT2_ET_SHORT_WRITE,
"Attempt to write block to filesystem resulted in short write"
ec EXT2_ET_DIR_NO_SPACE,
"No free space in the directory"
ec EXT2_ET_NO_INODE_BITMAP,
"Inode bitmap not loaded"
ec EXT2_ET_NO_BLOCK_BITMAP,
"Block bitmap not loaded"
ec EXT2_ET_BAD_INODE_NUM,
"Illegal inode number"
ec EXT2_ET_BAD_BLOCK_NUM,
"Illegal block number"
ec EXT2_ET_EXPAND_DIR_ERR,
"Internal error in ext2fs_expand_dir"
ec EXT2_ET_TOOSMALL,
"Not enough space to build proposed filesystem"
ec EXT2_ET_BAD_BLOCK_MARK,
"Illegal block number passed to ext2fs_mark_block_bitmap"
ec EXT2_ET_BAD_BLOCK_UNMARK,
"Illegal block number passed to ext2fs_unmark_block_bitmap"
ec EXT2_ET_BAD_BLOCK_TEST,
"Illegal block number passed to ext2fs_test_block_bitmap"
ec EXT2_ET_BAD_INODE_MARK,
"Illegal inode number passed to ext2fs_mark_inode_bitmap"
ec EXT2_ET_BAD_INODE_UNMARK,
"Illegal inode number passed to ext2fs_unmark_inode_bitmap"
ec EXT2_ET_BAD_INODE_TEST,
"Illegal inode number passed to ext2fs_test_inode_bitmap"
ec EXT2_ET_FUDGE_BLOCK_BITMAP_END,
"Attempt to fudge end of block bitmap past the real end"
ec EXT2_ET_FUDGE_INODE_BITMAP_END,
"Attempt to fudge end of inode bitmap past the real end"
ec EXT2_ET_BAD_IND_BLOCK,
"Illegal indirect block found"
ec EXT2_ET_BAD_DIND_BLOCK,
"Illegal doubly indirect block found"
ec EXT2_ET_BAD_TIND_BLOCK,
"Illegal triply indirect block found"
ec EXT2_ET_NEQ_BLOCK_BITMAP,
"Block bitmaps are not the same"
ec EXT2_ET_NEQ_INODE_BITMAP,
"Inode bitmaps are not the same"
ec EXT2_ET_BAD_DEVICE_NAME,
"Illegal or malformed device name"
ec EXT2_ET_MISSING_INODE_TABLE,
"A block group is missing an inode table"
ec EXT2_ET_CORRUPT_SUPERBLOCK,
"The ext2 superblock is corrupt"
ec EXT2_ET_BAD_GENERIC_MARK,
"Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
ec EXT2_ET_BAD_GENERIC_UNMARK,
"Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
ec EXT2_ET_BAD_GENERIC_TEST,
"Illegal generic bit number passed to ext2fs_test_generic_bitmap"
ec EXT2_ET_SYMLINK_LOOP,
"Too many symbolic links encountered."
ec EXT2_ET_CALLBACK_NOTHANDLED,
"The callback function will not handle this case"
ec EXT2_ET_BAD_BLOCK_IN_INODE_TABLE,
"The inode is from a bad block in the inode table"
ec EXT2_ET_UNSUPP_FEATURE,
"Filesystem has unsupported feature(s)"
ec EXT2_ET_RO_UNSUPP_FEATURE,
"Filesystem has unsupported read-only feature(s)"
ec EXT2_ET_LLSEEK_FAILED,
"IO Channel failed to seek on read or write"
ec EXT2_ET_NO_MEMORY,
"Memory allocation failed"
ec EXT2_ET_INVALID_ARGUMENT,
"Invalid argument passed to ext2 library"
ec EXT2_ET_BLOCK_ALLOC_FAIL,
"Could not allocate block in ext2 filesystem"
ec EXT2_ET_INODE_ALLOC_FAIL,
"Could not allocate inode in ext2 filesystem"
ec EXT2_ET_NO_DIRECTORY,
"Ext2 inode is not a directory"
ec EXT2_ET_TOO_MANY_REFS,
"Too many references in table"
ec EXT2_ET_FILE_NOT_FOUND,
"File not found by ext2_lookup"
ec EXT2_ET_FILE_RO,
"File open read-only"
ec EXT2_ET_DB_NOT_FOUND,
"Ext2 directory block not found"
ec EXT2_ET_DIR_EXISTS,
"Ext2 directory already exists"
ec EXT2_ET_UNIMPLEMENTED,
"Unimplemented ext2 library function"
ec EXT2_ET_CANCEL_REQUESTED,
"User cancel requested"
ec EXT2_ET_FILE_TOO_BIG,
"Ext2 file too big"
ec EXT2_ET_JOURNAL_NOT_BLOCK,
"Supplied journal device not a block device"
ec EXT2_ET_NO_JOURNAL_SB,
"Journal superblock not found"
ec EXT2_ET_JOURNAL_TOO_SMALL,
"Journal must be at least 1024 blocks"
ec EXT2_ET_JOURNAL_UNSUPP_VERSION,
"Unsupported journal version"
ec EXT2_ET_LOAD_EXT_JOURNAL,
"Error loading external journal"
ec EXT2_ET_NO_JOURNAL,
"Journal not found"
ec EXT2_ET_DIRHASH_UNSUPP,
"Directory hash unsupported"
ec EXT2_ET_BAD_EA_BLOCK_NUM,
"Illegal extended attribute block number"
ec EXT2_ET_TOO_MANY_INODES,
"Cannot create filesystem with requested number of inodes"
ec EXT2_ET_NOT_IMAGE_FILE,
"E2image snapshot not in use"
ec EXT2_ET_RES_GDT_BLOCKS,
"Too many reserved group descriptor blocks"
ec EXT2_ET_RESIZE_INODE_CORRUPT,
"Resize inode is corrupt"
ec EXT2_ET_SET_BMAP_NO_IND,
"Tried to set block bmap with missing indirect block"
ec EXT2_ET_TDB_SUCCESS,
"TDB: Success"
ec EXT2_ET_TDB_ERR_CORRUPT,
"TDB: Corrupt database"
ec EXT2_ET_TDB_ERR_IO,
"TDB: IO Error"
ec EXT2_ET_TDB_ERR_LOCK,
"TDB: Locking error"
ec EXT2_ET_TDB_ERR_OOM,
"TDB: Out of memory"
ec EXT2_ET_TDB_ERR_EXISTS,
"TDB: Record exists"
ec EXT2_ET_TDB_ERR_NOLOCK,
"TDB: Lock exists on other keys"
ec EXT2_ET_TDB_ERR_EINVAL,
"TDB: Invalid parameter"
ec EXT2_ET_TDB_ERR_NOEXIST,
"TDB: Record does not exist"
ec EXT2_ET_TDB_ERR_RDONLY,
"TDB: Write not permitted"
ec EXT2_ET_DBLIST_EMPTY,
"Ext2fs directory block list is empty"
ec EXT2_ET_RO_BLOCK_ITERATE,
"Attempt to modify a block mapping via a read-only block iterator"
ec EXT2_ET_MAGIC_EXTENT_PATH,
"Wrong magic number for ext4 extent saved path"
ec EXT2_ET_MAGIC_GENERIC_BITMAP64,
"Wrong magic number for 64-bit generic bitmap"
ec EXT2_ET_MAGIC_BLOCK_BITMAP64,
"Wrong magic number for 64-bit block bitmap"
ec EXT2_ET_MAGIC_INODE_BITMAP64,
"Wrong magic number for 64-bit inode bitmap"
ec EXT2_ET_MAGIC_RESERVED_13,
"Wrong magic number --- RESERVED_13"
ec EXT2_ET_MAGIC_RESERVED_14,
"Wrong magic number --- RESERVED_14"
ec EXT2_ET_MAGIC_RESERVED_15,
"Wrong magic number --- RESERVED_15"
ec EXT2_ET_MAGIC_RESERVED_16,
"Wrong magic number --- RESERVED_16"
ec EXT2_ET_MAGIC_RESERVED_17,
"Wrong magic number --- RESERVED_17"
ec EXT2_ET_MAGIC_RESERVED_18,
"Wrong magic number --- RESERVED_18"
ec EXT2_ET_MAGIC_RESERVED_19,
"Wrong magic number --- RESERVED_19"
ec EXT2_ET_EXTENT_HEADER_BAD,
"Corrupt extent header"
ec EXT2_ET_EXTENT_INDEX_BAD,
"Corrupt extent index"
ec EXT2_ET_EXTENT_LEAF_BAD,
"Corrupt extent"
ec EXT2_ET_EXTENT_NO_SPACE,
"No free space in extent map"
ec EXT2_ET_INODE_NOT_EXTENT,
"Inode does not use extents"
ec EXT2_ET_EXTENT_NO_NEXT,
"No 'next' extent"
ec EXT2_ET_EXTENT_NO_PREV,
"No 'previous' extent"
ec EXT2_ET_EXTENT_NO_UP,
"No 'up' extent"
ec EXT2_ET_EXTENT_NO_DOWN,
"No 'down' extent"
ec EXT2_ET_NO_CURRENT_NODE,
"No current node"
ec EXT2_ET_OP_NOT_SUPPORTED,
"Ext2fs operation not supported"
ec EXT2_ET_CANT_INSERT_EXTENT,
"No room to insert extent in node"
ec EXT2_ET_CANT_SPLIT_EXTENT,
"Splitting would result in empty node"
ec EXT2_ET_EXTENT_NOT_FOUND,
"Extent not found"
ec EXT2_ET_EXTENT_NOT_SUPPORTED,
"Operation not supported for inodes containing extents"
ec EXT2_ET_EXTENT_INVALID_LENGTH,
"Extent length is invalid"
ec EXT2_ET_IO_CHANNEL_NO_SUPPORT_64,
"I/O Channel does not support 64-bit block numbers"
ec EXT2_ET_NO_MTAB_FILE,
"Can't check if filesystem is mounted due to missing mtab file"
ec EXT2_ET_CANT_USE_LEGACY_BITMAPS,
"Filesystem too large to use legacy bitmaps"
ec EXT2_ET_MMP_MAGIC_INVALID,
"MMP: invalid magic number"
ec EXT2_ET_MMP_FAILED,
"MMP: device currently active"
ec EXT2_ET_MMP_FSCK_ON,
"MMP: e2fsck being run"
ec EXT2_ET_MMP_BAD_BLOCK,
"MMP: block number beyond filesystem range"
ec EXT2_ET_MMP_UNKNOWN_SEQ,
"MMP: undergoing an unknown operation"
ec EXT2_ET_MMP_CHANGE_ABORT,
"MMP: filesystem still in use"
ec EXT2_ET_MMP_OPEN_DIRECT,
"MMP: open with O_DIRECT failed"
ec EXT2_ET_BAD_DESC_SIZE,
"Block group descriptor size incorrect"
ec EXT2_ET_INODE_CSUM_INVALID,
"Inode checksum does not match inode"
ec EXT2_ET_INODE_BITMAP_CSUM_INVALID,
"Inode bitmap checksum does not match bitmap"
ec EXT2_ET_EXTENT_CSUM_INVALID,
"Extent block checksum does not match extent block"
ec EXT2_ET_DIR_NO_SPACE_FOR_CSUM,
"Directory block does not have space for checksum"
ec EXT2_ET_DIR_CSUM_INVALID,
"Directory block checksum does not match directory block"
ec EXT2_ET_EXT_ATTR_CSUM_INVALID,
"Extended attribute block checksum does not match block"
ec EXT2_ET_SB_CSUM_INVALID,
"Superblock checksum does not match superblock"
ec EXT2_ET_UNKNOWN_CSUM,
"Unknown checksum algorithm"
ec EXT2_ET_MMP_CSUM_INVALID,
"MMP block checksum does not match"
ec EXT2_ET_FILE_EXISTS,
"Ext2 file already exists"
ec EXT2_ET_BLOCK_BITMAP_CSUM_INVALID,
"Block bitmap checksum does not match bitmap"
ec EXT2_ET_INLINE_DATA_CANT_ITERATE,
"Cannot iterate data blocks of an inode containing inline data"
ec EXT2_ET_EA_BAD_NAME_LEN,
"Extended attribute has an invalid name length"
ec EXT2_ET_EA_BAD_VALUE_SIZE,
"Extended attribute has an invalid value length"
ec EXT2_ET_BAD_EA_HASH,
"Extended attribute has an incorrect hash"
ec EXT2_ET_BAD_EA_HEADER,
"Extended attribute block has a bad header"
ec EXT2_ET_EA_KEY_NOT_FOUND,
"Extended attribute key not found"
ec EXT2_ET_EA_NO_SPACE,
"Insufficient space to store extended attribute data"
ec EXT2_ET_MISSING_EA_FEATURE,
"Filesystem is missing ext_attr or inline_data feature"
ec EXT2_ET_NO_INLINE_DATA,
"Inode doesn't have inline data"
ec EXT2_ET_INLINE_DATA_NO_BLOCK,
"No block for an inode with inline data"
ec EXT2_ET_INLINE_DATA_NO_SPACE,
"No free space in inline data"
ec EXT2_ET_MAGIC_EA_HANDLE,
"Wrong magic number for extended attribute structure"
ec EXT2_ET_INODE_IS_GARBAGE,
"Inode seems to contain garbage"
ec EXT2_ET_EA_BAD_VALUE_OFFSET,
"Extended attribute has an invalid value offset"
ec EXT2_ET_JOURNAL_FLAGS_WRONG,
"Journal flags inconsistent"
ec EXT2_ET_UNDO_FILE_CORRUPT,
"Undo file corrupt"
ec EXT2_ET_UNDO_FILE_WRONG,
"Wrong undo file for this filesystem"
ec EXT2_ET_FILESYSTEM_CORRUPTED,
"File system is corrupted"
ec EXT2_ET_BAD_CRC,
"Bad CRC detected in file system"
ec EXT2_ET_CORRUPT_JOURNAL_SB,
"The journal superblock is corrupt"
ec EXT2_ET_INODE_CORRUPTED,
"Inode is corrupted"
ec EXT2_ET_EA_INODE_CORRUPTED,
"Inode containing extended attribute value is corrupted"
ec EXT2_ET_NO_GDESC,
"Group descriptors not loaded"
ec EXT2_FILSYS_CORRUPTED,
"The internal ext2_filsys data structure appears to be corrupted"
ec EXT2_ET_EXTENT_CYCLE,
"Found cyclic loop in extent tree"
ec EXT2_ET_EXTERNAL_JOURNAL_NOSUPP,
"Operation not supported on an external journal"
end
|