📄 message.c
字号:
case 197: printf("Cannot repair %s%s%s. Will release.\n", param[0], param[1], param[2]); break; case 200: printf("Multiple parent directories for directory %s%s. Will correct.\n", param[0], param[1]); break; case 201: printf ("Directory %s%s entry '..' refers to an incorrect parent directory\n(%s%s). Will correct.\n", param[0], param[1], param[2], param[3]); break; case 202: printf("%s unexpected blocks detected.\n", param[0]); break; case 203: printf("Directories with illegal hard links have been detected.\n"); break; case 204: printf ("Directory entries ('..') referring to incorrect parent directories have been detected.\n"); break; case 205: printf ("Directory entries for unallocated files and/or directories were detected.\n"); break; case 206: printf("Unable to write secondary superblock.\n"); break; case 207: printf("Incorrect link counts have been detected. Will correct.\n"); break; case 209: printf ("Duplicate block references have been detected in meta-data. \nFSCK CANNOT CONTINUE.\n"); break; case 214: printf("Unrecoverable error during UNLOCK processing.\n"); break; case 215: printf("Unrecoverable error during CLOSE processing!\n"); break; case 217: printf("%s appears to be the correct path for directory %s%s.\n", param[0], param[1], param[2]); break; case 221: printf ("ERRORS HAVE BEEN DETECTED. Run fsck with the -f\nparameter to repair.\n"); break; case 223: printf("%s directory reconnected to /lost+found/.\n", param[0]); break; case 224: printf("Unable to reconnect %s directory. FSCK continuing.\n", param[0]); break; case 230: printf ("Files and/or directories not connected to the directory tree\nhave been detected.\n"); break; case 231: printf ("Directory entries for unallocated files have been detected. Will remove.\n"); break; case 232: printf ("Files and/or directories not connected to the directory tree\nhave been detected. Will reconnect.\n"); break; case 233: printf ("Directories with illegal hard links have been detected. Will correct.\n"); break; case 234: printf ("Directories (entries '..') referring to incorrect files have been detected. Will correct.\n"); break; case 236: printf("File system is clean.\n"); break; case 237: printf ("File system is clean but is marked dirty. Start FSCK with the\n-f parameter to fix.\n"); break; case 238: printf("File system is dirty.\n"); break; case 239: printf ("File system is dirty but is marked clean. In its present state, the\nresults of accessing %s (except by this utility) are undefined.\n", param[0]); break; case 241: printf ("FSCK has marked the file system dirty because it contains critical errors.\nFile system may be unrecoverable.\n"); break; case 250: printf("Directory has an entry for unallocated file %s%s.\n", param[0], param[1]); break; case 265: printf("Errors detected in the Fileset File/Directory Allocation Map.\n"); break; case 267: printf ("Errors detected in the Fileset File/Directory Allocation Map control information.\n"); break; case 279: printf("Incorrect data detected in disk allocation structures.\n"); break; case 280: printf("Incorrect data detected in disk allocation control structures.\n"); break; case 321: printf("Directory claims cross linked blocks.\n"); break; case 322: printf("File system object claims cross linked blocks.\n"); break; case 323: printf("File system is formatted for sparse files.\n"); break; case 325: printf("%s directories reconnected to /lost+found/.\n", param[0]); break; case 326: printf("%s file reconnected to /lost+found/.\n", param[0]); break; case 327: printf("%s files reconnected to /lost+found/.\n", param[0]); break; case 328: printf("Cannot repair the data format error(s) in this directory.\n"); break; case 329: printf("Cannot repair the data error(s) in this directory.\n"); break; case 330: printf ("Cannot repair the data format error(s) in this file system object.\n"); break; case 331: printf("Cannot repair the format error(s) in this file system object.\n"); break; case 332: printf("Phase 7 - Verify File/Directory Allocation Maps.\n"); break; case 333: printf("Phase 8 - Verify Disk Allocation Maps.\n"); break; case 335: printf ("NOTE: The file system type for %s is not listed \nas jfs in the file system description file /etc/fstab.\n\n", param[0]); break; case 343: printf("Unable to read the secondary File/Directory Allocation Table.\n"); break; case 344: printf ("Errors detected in the File System File/Directory Allocation Map.\n"); break; case 345: printf ("Errors detected in the File System File/Directory Allocation Map control information.\n"); break; case 346: printf ("Errors detected in the secondary File/Directory Allocation Table.\n"); break; case 351: printf("Unable to reconnect %s directories. FSCK continuing.\n", param[0]); break; case 352: printf("Unable to reconnect %s file. FSCK continuing.\n", param[0]); break; case 353: printf("Unable to reconnect %s files. FSCK continuing.\n", param[0]); break; case 374: printf("Unable to read the primary File/Directory Allocation Table.\n"); break; case 375: printf("Errors detected in the primary File/Directory Allocation Table.\n"); break; case 376: printf("CANNOT CONTINUE.\n"); break; case 392: printf ("The LVM has detected bad blocks in the partition.\nStart FSCK with the -b parameter to transfer entries from the LVM bad block\ntable to the JFS bad block table.\n"); break; case 395: printf("THE FILE SYSTEM IS NOW AVAILABLE.\n"); break; case 396: printf ("Transferring entries from the LVM Bad Block Table for this file system to the JFS Bad Block Table for this file system.\n"); break; case 397: printf("INTERNAL ERROR (%s,%s,%s,%s). FSCK CANNOT CONTINUE.\n", param[0], param[1], param[2], param[3]); break; case 402: printf ("LVM reports %s bad blocks. Of these, %s have been transferred to the JFS Bad Block List.\n", param[0], param[1]); break; case 406: printf ("Device unavailable or locked by another process. FSCK CANNOT CONTINUE.\n"); break; case 408: printf("File system object %s%s%s is illegally linked as: %s\n", param[0], param[1], param[2], param[3]); break; case 409: printf ("Insufficient storage (%s) available to continue reconnecting lost files and/or directories. Continuing.\n", param[0]); break; case 410: printf("Format error in Access Control List space or descriptor.\n"); break; case 411: printf ("Format error in Access Control List space or descriptor. Will clear.\n"); break; case 415: printf("Minor format error detected.\n"); break; case 417: printf("Minor format error detected. Will fix.\n"); break; case 420: printf("File system checked READ ONLY.\n"); break; case 421: printf("Error: device does not exist.\n"); break; case 422: printf("Error: no device given.\n"); break; case MSG_JFS_NOT_JFS: printf("The specified device is mounted, but is not a JFS file system.\n"); break; case MSG_JFS_BAD_SUPERBLOCK: printf ("The file system version is incompatible with this program, or the superblock is corrupted.\n"); break; case MSG_JFS_DIRTY: printf("The file system is marked dirty.\n"); break; case MSG_JFS_EXTENDFS_COMPLETE: printf("EXTENDFS completed successfully.\n"); break; case MSG_JFS_EXTENDFS_USAGE: printf(" Usage: EXTENDFS [-LS:logSize] <device>.\n"); break; case MSG_JFS_EXTENDFS_FAILED: printf("The system failed to extend the file system.\n"); break; case MSG_JFS_DEFRAGMENTING: printf("Defragmenting device %s. Please wait.\n", param[0]); break; case MSG_JFS_DEFRAGFS_COMPLETE: printf("\nDEFRAGFS completed successfully.\n"); break; case MSG_JFS_NUM_DEFRAGED: printf("%s allocation groups defragmented.\n", param[0]); break; case MSG_JFS_SKIPPED_FREE: printf("%s allocation groups skipped - entirely free.\n", param[0]); break; case MSG_JFS_SKIPPED_FULL: printf("%s allocation groups skipped - too few free blocks.\n", param[0]); break; case MSG_JFS_SKIPPED_CONTIG: printf ("%s allocation groups skipped - contains a large contiguous free space.\n", param[0]); break; case MSG_JFS_TOTAL_AGS: printf("\nTotal allocation groups: %s\n", param[0]); break; case MSG_JFS_DEFRAGFS_USAGE: printf("Usage: defragfs [-q] <device>\n"); break; case MSG_JFS_NUM_CANDIDATE: printf("%s allocation groups are candidates for defragmenting.\n", param[0]); break; case MSG_JFS_AVG_FREE_RUNS: printf("Average number of free runs in candidate allocation groups: %s.\n", param[0]); break; case MSG_JFS_UNEXPECTED_ERROR: printf("\n DEFRAGFS FATAL ERROR (%s). DEFRAGFS CANNOT CONTINUE.\n", param[0]); break; case MSG_JFS_VOLUME_IS_MOUNTED: printf ("\nThe specified device is currently mounted! Please unmount the device and try again.\n"); break; case MSG_JFS_MNT_LIST_ERROR: printf ("\nError accessing the list of mounted devices! Operation aborted!\n"); break; case MSG_JFS_VOLUME_IS_MOUNTED_RO: printf ("\nThe specified device is currently mounted read only!\nfsck will report, but not repair, any errors.\n"); break; default: /* Error! Unknown message number! */ break; } }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -