diff options
author | Marco Bonetti <sid77@slackware.it> | 2010-05-13 01:01:17 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-13 01:01:17 +0200 |
commit | d84fe24cbc86adeb6de9c61a79842e05d72cf6ef (patch) | |
tree | 629300c07edceab1a541030afe07099078d67236 /system/wiimms-wbfs-tool/README | |
parent | 335917f3a267d18b76fac46704998d79a949bc94 (diff) | |
download | slackbuilds-d84fe24cbc86adeb6de9c61a79842e05d72cf6ef.tar.gz |
system/wiimms-wbfs-tool: Added to 13.0 repository
Diffstat (limited to 'system/wiimms-wbfs-tool/README')
-rw-r--r-- | system/wiimms-wbfs-tool/README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/system/wiimms-wbfs-tool/README b/system/wiimms-wbfs-tool/README new file mode 100644 index 0000000000..dea8eeb395 --- /dev/null +++ b/system/wiimms-wbfs-tool/README @@ -0,0 +1,25 @@ +Wiimm's WBFS Tool (a command line WBFS tool set for various os) + +Wiimm's WBFS Tool (or wwt, for shorter) is a set of programs which can manage, +create and convert ISO, WBFS and WDF files and partitions. +Some special features: + * WDF support: WDF is a new format for reducing the size of ISO images + * Support WBFS on block devices, as plain files and as splitted files. + * Find WBFS partitions on block devices automatically if option --auto + is set. + * Multi WBFS support + * Advanced shell support + * When writing an ISO you have the choice between three formats: + * When reading an ISO the following files are accepted: + * Support of splitted files (WBFS, WDF and ISO): + * Dump the data structure of WBFS images for analysis. This dumps includes + the WBFS header, WBFS main parameters, a disc dump and memory layout dumps + for each disc and for the whole WBFS. + * Dump the data structure of ISO images for analysis. This dumps includes + the WBFS header, WBFS main parameters, a disc dump and memory layout dumps + for each disc and for the whole WBFS. The dump work also for ISO images + within a WBFS. + * The wwt command CHECK checks a WBFS for block assigning errors. Repairing + is also possible. + +More information about these features can be found at "http://wiimm.de/wwt/" |