Options | |||
---|---|---|---|
Option | Param | Description | |
-T | --titles | file | Read file for disc titles. |
--utf-8 | Enables UTF-8 support for filenames (default). | ||
--no-utf-8 | Disables UTF-8 support for filenames. | ||
--lang | lang | Define the language for titles. | |
-a | --auto | Search for WBFS partitions using '/proc/partitions' or searching hard disks in '/dev/'. | |
-A | --all | Use all WBFS partitions found. | |
-p | --part | part | Define a primary WBFS file or partition. Multiple usage possible. |
--no-check | Disable automatic check of WBFS before modifications. | ||
-x | --exclude | id | A comma separated list with ID4 and ID6 values is expected. |
-X | --exclude-path | file_or_dir | Scan the ID of the source and add it to the exclude list. If the source is a directory then scan all images of the directory. Images with the given ID are excluded from operation. Each use of this option expands the exclude list. See --include-first for precedence issues. |
-n | --include | id | A comma separated list with ID values is expected. |
-N | --include-path | file_or_dir | Scan the ID of the source and add it to the include list. If the source is a directory then scan all images of the directory. Only images with the given ID are included into the operation. Each use of this option expands the include list. See --include-first for precedence issues. |
--include-first | The options --include, --include-path, --exclude and --exclude-path decide which discs are included into the operation. If neither include nor exclude options are used, than all disc are included into the operation. If only include options are used, than only the specified discs are operated. If only exclude options are used, than all all discs but not the excluded are operated.
If include and exclude options are used together and |
||
-1 | --one-job | Execute only the first job and exit. This is a shortcut for »--job-limit 1«. | |
--job-limit | num | Execute only the first |
|
-q | --quiet | Be quiet and print only error messages. | |
-v | --verbose | Show a runtime summary for each job. If set twice enable progress information. If set three times the progress information is more detailed. | |
-P | --progress | Print progress counter. If --verbose is set at least twice, printing is enabled too. If progress is enabled, the default of --dsync is changed. | |
--scan-progress | Print a message for each found image while scanning the file system. | ||
-L | --logging | This debug option enables the logging of internal memory maps. If set twice second level memory maps are printed too. | |
--limit | num | Maximal printed errors of each partition. A zero means unlimited. The default is 10. | |
-t | --test | Run in test mode, modify nothing. >>> USE THIS OPTION IF UNSURE! <<< |
|
--psel | list | This option set the scrubbing mode and defines, which disc partitions are handled. It expects a comma separated list of keywords, numbers and names; all together called parameter. All parameters are case insensitive and non ambiguous abbreviations of keywords are allowed. Each parameter becomes a rule and each rule is appended to a rule list. Rules prefixed by a minus sign are DENY rules. Rules prefixed by a plus sign or without a prefix are ALLOW rules. Each partition is compared with each rule until a rule matches the partition. If a match it found, the partition is enabled for a ALLOW rule or disabled for a DENY rule.
The allowed keywords are: |
|
--raw | Abbreviation of »--psel RAW«. | ||
--ignore-files | ruleset | This option defines filter rules to ignore real files of the FST of the DATA partition. Fake signing is not necessary, but the partition becomes invalid, because the content of some files is not copied. If such file is accessed the Wii will halt immediately, because the verification of the checksum calculation fails. The processing order of file options is: »--rm-files --zero-files --ignore-files«. | |
-U | --unique | Eliminate multiple ID6 from the source list. | |
-i | --ignore | Ignore non existing discs without any warning. | |
-R | --remove | Remove bad discs from WBFS. | |
--no-free | The discs are only dropped (slot is marked free), but the correspondent blocks are not freed. You should run CHECK or REPAIR to repair the WBFS after using this option. | ||
-l | --long | On error print an additional line to localize the exact position where the error is found. If set twice a hex dump of the hash values is printed too. | |
--technical | Force a technical output instead of user friendly text. --tech is a short cut for --technical. |
To validate a disc the tool must do 64 AES-128-CBC decryptions and 1029 SHA1 calculations for each MiB of data. This slow down the operation rapidly and verifying is much slower then copying.
If the option --remove is set, invalid discs (bad dumps) are removed from WBFS. If the option --no-free is set too then the disc is only marked as removed. The allocated blocks are not freed. After using --no-free you should use »wwt CHECK --rapair=fbt« to repair the free blocks table.
Before verifying the WBFS a check (see »wwt CHECK«) is done. If there are any problematic errors detected the WBFS is ignored. If the option --force is set, the test is done but the result is ignored. The option --no-check disables this automatic check.
0 == OK : All done without errors. DIFFER : At least one checksum error found. SYNTAX ERROR : At least one syntax error in command line found. READ ERROR : Error while reading a file. CANT OPEN : Can't open file.