
|
|
|
SuperDump, The fastest 1:1 disc dumper
|
|
|
Jun 25 2009, 04:03 PM
Post
#1
|
|
|
GBAtemp Fan ![]() ![]() ![]() ![]() Group: Members Posts: 433 Joined: 8-January 09 Member No.: 152,285 |
Recently while working on RawkSD we've had to dump a few discs (RB1/GH3/GH:A/GH:WT/GH:M/GH:SH) and I thought I could make a much faster dumper than the available ones. So using the source code for CaitSith2's dumper (based on nitrotux's work) I went ahead and did it. The results are pretty impressive: around half an hour to dump a single layer disc and an hour to dump SSBB.
Link to SuperDump v1.2: http://www.megaupload.com/?d=7VN7URD8 Or: http://www.mediafire.com/?jjjdvszyeey Features: - Dumps to SD, USB2 or USB1 (fallback if USB2 is not detected) - SDHC support under any IOS (although it tries to use IOS249 if available) - Ability to choose chunk sizes (mainly to suit 1GB, 2GB and 4GB SD cards) and which chunk to start dumping from - Checks for available free space before starting dump - Detection of FAT partitions other than partition 0 - Shows time remaining (for current chunk only) - Unlike the USBLoader, produces 1:1 disc images and works with FAT partitions If you have a picky USB2 device (like kingston datatraveler DT100 keys), try starting superdump with no USB devices connected and only plug it in after the text appears. For me this avoids the "USB2 device not found, using USB1 instead..." message and I get full speed writing. Also the "Checking free space..." step can sometimes take a long time to complete for large FAT32 drives. This post has been edited by tueidj: Jun 30 2009, 08:51 AM |
![]() ![]() ![]()
|
| Sponsored Links |
Post
#
|
|
|
|
|
Jun 25 2009, 04:12 PM
Post
#2
|
|
|
Graphics juggler Group: Members Posts: 1,096 Joined: 10-October 08 Member No.: 138,248 |
mhmm...
... smells interesting. I will have a look. This post has been edited by WiiShizzza: Jun 25 2009, 04:59 PM |
![]() ![]() ![]()
|
Jun 25 2009, 04:20 PM
Post
#3
|
|
|
GBAtemp Fan ![]() ![]() ![]() ![]() Group: Members Posts: 433 Joined: 8-January 09 Member No.: 152,285 |
This has nothing to do with WBFS.
|
![]() ![]() ![]()
|
Jun 25 2009, 04:23 PM
Post
#4
|
|
|
Member ![]() Group: Newcomers Posts: 45 Joined: 8-January 08 Member No.: 111,322 |
Hey tueidj,
First off, just wanted to say THANKYOU!! I was looking forward this new SuperDump release. I recently started looking into newer dumpers (was still running Waninkoko's DVD Dumper 1.2) and saw WiiDump 1.5 along with your SuperDump. When I was reading that you were making a new version which improved the USB writing speed to be equal to the SD speed the choice became pretty clear for me. I will try your SuperDump as soon as I get home from work today. I just have a few questions for you in the meantime: 1) Did you have any test runs from the improved USB writing speed? Did it really equal the SD speed or atleast get very close to doing so? I ask because I plan to be dumping mainly from a USB Flashdrive 8gb (since I only have one SD card 2gb and use that for homebrew, ect. and don't want to be copies files to and from my computer all the time.) 2) What USB 2.0 cios do you recommend? I have not installed any on my Wii as of yet (since I didn't have a need for one until now) but I want to know which do you prefer and why? Thanks again and can't wait to try this new version! |
![]() ![]() ![]()
|
Jun 25 2009, 04:31 PM
Post
#5
|
|
|
GBAtemp Fan ![]() ![]() ![]() ![]() Group: Members Posts: 433 Joined: 8-January 09 Member No.: 152,285 |
The USB speed actually ended up being slightly faster than SD, but it varies depending on the devices used; I dumped a single layer disc to my old maxtor 60GB HD in 31 minutes while it took 34 minutes writing to my kingston class 4 16GB SD card.
For the cIOS I think I have one of the rev13s currently installed, but I don't think it really matters as long as it has USB2 support (if it doesn't superdump will tell you it's using USB1). |
![]() ![]() ![]()
|
Jun 25 2009, 04:34 PM
Post
#6
|
|
|
GBAtemp Regular ![]() ![]() ![]() Group: Members Posts: 118 Joined: 19-June 09 Member No.: 184,057 |
Going to test the USB speed now.. will post the outcome
Thanks for this great app ! |
![]() ![]() ![]()
|
Jun 25 2009, 04:34 PM
Post
#7
|
|
|
GBAtemp Regular ![]() ![]() ![]() Group: Members Posts: 177 Joined: 2-January 09 From: Canada Member No.: 151,287 |
I'm just wondering if there would be a big difference (in terms of disc usability for such things are RawkSD) between this 1:1 dumper, and creating an ISO from a WBFS dump.
Since that's a nice easy way of dumping all in one shot, is there a reason not to do it that way? Thanks |
![]() ![]() ![]()
|
Jun 25 2009, 04:43 PM
Post
#8
|
|
|
GBAtemp Regular ![]() ![]() ![]() Group: Members Posts: 185 Joined: 10-December 08 From: Michigan Member No.: 147,006 |
This is going to get asked, so might as well ask it at the first page.
How do you join the 1GB games together? |
![]() ![]() ![]()
|
Jun 25 2009, 04:52 PM
Post
#9
|
|
|
GBAtemp Fan ![]() ![]() ![]() ![]() Group: Members Posts: 433 Joined: 8-January 09 Member No.: 152,285 |
There's not just the fact that it's a 1:1 image, but also this doesn't need a WBFS partition or even a 4+GB drive - you can take a half-filled SD out of a camera or something and dump the image in a few parts instead of needing a dedicated drive.
|
![]() ![]() ![]()
|
Jun 25 2009, 04:59 PM
Post
#10
|
|
|
GBAtemp Fan ![]() ![]() ![]() ![]() Group: Members Posts: 433 Joined: 8-January 09 Member No.: 152,285 |
This is going to get asked, so might as well ask it at the first page. How do you join the 1GB games together? Using dos prompt commands: "copy /b 0.bin+1.bin+2.bin out.iso" <- joins 0.bin, 1.bin and 2.bin to make out.iso. Add more "+X.bin"s as needed. See the WiiDump1.5 thread for more info. |
![]() ![]() ![]()
|
Jun 25 2009, 05:09 PM
Post
#11
|
|
|
GBAtemp Regular ![]() ![]() ![]() Group: Members Posts: 118 Joined: 19-June 09 Member No.: 184,057 |
OMG !! Just dumped Mario Kart Wii to USB in 15mins 39secs total (dumps in 2 parts), Checked with quickpar2 (had some pars made from when i dumped with RawDump and it passes 100%
Thanks a load for this great app !! only thing now that could make it better is a nice gui |
![]() ![]() ![]()
|
Jun 25 2009, 05:16 PM
Post
#12
|
|
|
GBAtemp Regular ![]() ![]() ![]() Group: Members Posts: 177 Joined: 2-January 09 From: Canada Member No.: 151,287 |
So just to verify, if I have something big enough that I can do a WBFS dump, and then create an ISO from that, although it's not a 1:1 copy, it should still have all the info, and I can use it, either as an ISO, or as a scrubbed image to burn?
It's just nice to be able to dump with no interaction or splitting if it works just as well. Thanks |
![]() ![]() ![]()
|
Jun 25 2009, 05:18 PM
Post
#13
|
|
|
Member ![]() Group: Newcomers Posts: 45 Joined: 8-January 08 Member No.: 111,322 |
The USB speed actually ended up being slightly faster than SD, but it varies depending on the devices used; I dumped a single layer disc to my old maxtor 60GB HD in 31 minutes while it took 34 minutes writing to my kingston class 4 16GB SD card. For the cIOS I think I have one of the rev13s currently installed, but I don't think it really matters as long as it has USB2 support (if it doesn't superdump will tell you it's using USB1). Thanks for the quick reply, thats good to hear that the speed is eqaul (and sometimes better) than the SD Card. I'll just upgrade to one of the rev13's just to be on the safe side. Also, the feature that tells you whether or not your running on USB2 or USB1 sounds GREAT! Can't wait to try it! Thank you once again! |
![]() ![]() ![]()
|
Jun 25 2009, 05:19 PM
Post
#14
|
|
|
GBAtemp Advance Fan ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 651 Joined: 5-April 07 Member No.: 72,723 |
I'm running v1.1 right now, I'll have to try v1.2. I wish that part sizes could be extended to the full SL disc, as using an 8GB card and having to concatenate the parts seems unnecessary.
Dumps made using a USB loader are not 1:1, and are 'scrubbed' (or some variant of it) so that they don't fill up the whole 4.37GB of space. When merging the parts, you can also use a hex editor such as HxD, which beyond being awesome and free has file concatenation and splitting built right in. |
![]() ![]() ![]()
|
Jun 25 2009, 06:06 PM
Post
#15
|
|
|
GBAtemp Advance Fan ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 721 Joined: 14-May 08 Member No.: 125,145 |
I didn't see any info on this, but does this work for Gamecube games as well?
|
![]() ![]() ![]()
|
| Sponsored Links |
Post
#
|
|
|
|
|
« Next Oldest
· Wii - Hacking
· Next Newest »
|
|
|
|
|
|
|
![]() |
|
|
|
|