Thanks .. It was really helped me.
Mac and Linux users who aren't sure how to tackle this, you can patch the files back together by doing this in Terminal.
cat file.raw file.r00 file.r01 > file.raw
It's pretty handy, because you can combine the files directly to another drive without having to move the files over first.
cat /location/flash/file.raw /location/flash/file.r00 /location/flash/file.r01 > /location/hdd/file.raw
Of course the actual location is a real path, not the made up path.