prevnext   » WIT: Wiimms ISO Tools » wwt: Wiimms WBFS Tool » wwt repair

wwt repair

Check WBFS partitions and repair errors. 'REPAIR' is a shortcut for »CHECK --repair standard«.

Contents

1.   Syntax

wwt REPAIR [wbfs_partition]..

2.   Options

Options
Option Param Description
-T --titles file Read file for disc titles. -T/ disables automatic search for title files.
--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.
--sections Print in machine readable sections and parameter lines.
-q --quiet Be quiet and print only error messages.
-v --verbose Be verbose. If set once then more details are printed. If set twice a info dump of all corrupted discs is included. If set three times a info dump of all discs is included if a error is found. If set four times a full memory map is included.
-l --long Option --long does the same as option --verbose. If set at least once it overwrites the --verbose level.
--repair mode This option defines how to repair WBFS errors. The parameter is a comma separated list of the following keywords, case is ignored: NONE, FBT, INODES, STANDARD, RM-INVALID, RM-OVERLAP, RM-FREE, RM-EMPTY, RM-ALL, ALL.

All keywords can be prefixed by '+' to enable that option, by a '-' to disable it or by a '=' to enable that option and disable all others. The default is 'STANDARD' (FBT,INODES).

-t --test Run in test mode, modify nothing.

>>> USE THIS OPTION IF UNSURE! <<<