wbfs2fat.py - WBFS to FAT32 conversion
version 0.8.2
© 2011 by PsyBlade - all rights reserved
wbfs2fat.py - GBAtemp.net
Features:
- converts a WBFS partition into a Fat32 partition - on the fly/inplace
- keeps Games as 4GiB splited ID6.wbfs files in wbfs folder
- blazing fast - over 10GiB/s! (50GiB Test in 4.27s)
- needs very little space on other drives
- only ~0.0125% of the partition size for Backup and RAM
- Windows + Linux (with some adjustments everything that runs python)
- both GUI and CLI available
- designed with security in mindonly modifies disk after all other computations
creates backup of modified data
Requirements:
Linux(.py): python (+PyQt4 for gui)
Windows(.py): python + pywin32 + WMI for python (+PyQt4 for gui)
Windows(Cygwin .py): Cygwin + its python package
Usage GUI:
Select partition from list
Click "convert to Fat32"
Usage CLI:
"wbfs2fat -m scan" to list of all wbfs partitions
"wbfs2fat -m convert <device>" to convert
FAQ
- yes Error 6 can be fixed - the msg even says how - see the error descriptions above for details
- no it does delete the games - that's the whole fucking point
- no it's not Linux only - look at the edit dates of the posts
- the first post is updated - the rest is not
- uploading it to every pirate hoster is pointless - you can get it from me free of charge
- I don't like it either and therefore forbid hosting it unless I give explicit permission
- yes I know you are gonna ignore this
- if you expect an answer from me you should post here - not in some other forum where I'm not registered
- looking at the (implied) Q's of this FAQ make makes one wanna bang ones head against a wall
- I still think it should be named "Tips for the mentally challenged" but apparently no one reads that
Exit Codes and Error descriptions
0: No Error
Everything went as expected
1: General Error
Something totally unexpected happened
Post the output and ask
2: Argument Error
Check the command line options for typos and the like
3: Not a WBFS partition (missing magic)
Partition is probably not in WBFS format.
If it really should be a WBFS at least the identifier in the header is missing.
4: Unknown WBFS Version
So far I only encountered versions 0 and 1.
If other versions appear wbfs2fat needs to be updated first.
5: additional free Blocks needed
Conversion needs more free space.
See chapter "Space" it the tutorial for details.
6: WBFS is corrupted: Blocks used multiple Times (try "wwt help verify" to fix)
Two or more games claim ownership of the same WBFS data, but only one can be right about it.
That meant that at least parts of some games are corrupted.
This is caused by a known bug in the original version of the wbfs c library.
If you delete a game using a manager, loader or whatever uses an affected library,
parts of another game are marked as free too. If you add a game (even with a good lib)
these parts are overwritten and the original game is corrupted.
wiimms "wwt" can figure out which game the block really belongs to and delete the others.
I can only abort because I don’t know how to and choosing the wrong one breaks both.
You need to download it and run it from a commandline.
For details on how to do this see wit verify
7: permission denied
wbfs2fat was unable to read any data from the partition.
Most likely you simply lack the rights required to do so. Try running wbfs2fat as admin/root.
And try closing all WBFS mangers because they sometimes lock the drives.
Empty CD drives and the like can show this too.
License
wbfs2fat is copyrighted software, use it as such with the exceptions mentioned below
You may to download and use it free of charge.
You are not allowed to host/sell/rent or in any other way provide it to others.
(simply give them the 2. Link from below instead)
In case this link stops working you are allowed to host unmodified versions till it works again.
You may make changes to it for yourself.
If you want to make them available to others you can only do so through me.
(For now at least, given a serious contributor asks it I will consider a copyleft licence e.g. GPL.
But I see no reason to read, understand and choose them right now)
No warranty is given at all. Not even implied ones. If you want to be sure it does not eat you cat
you will have to read the python files yourself.
Download wbfs2fat-0.8.2
Homepage/Discussion Thread
Detailed Tutorial/Howto
GUI demo video
If you have questions/suggestions/comments just ask.
Especially patches are welcome.
(A note on the poll: 800+ downloads without counting the mirrors)
Changelog
v0.8.2
* Changelog not available.
v0.8.1
* Changed folder naming to /wbfs/TITLE [ID6]/ID6.wbfs, which is the default one in WBM.
* Title is taken from disc, title.txt might come in the future.
Source: GBATemp



Recent Threads


vBulletin Message