Hi everyody, I desperately need help. I already posted my problem here: http://forum.parallels.com/thread8958.html I will pay 25 $ (thru Paypal) to the person who can tell me how to get my data back..... Tom from Germany
If I understand right your .hdd file was split into to two files by Toast. This is commonly done with Unix systems to get large files to fit into small places. The way to restore them is quite simple. Put the two files in a folder on your Mac disk. Open a command line terminal cd to the folder where the splits are Identify the files you wish to combine. There is an order to the process. One file is the beginning of the larger file, and the other is the end. We'll call them file.1 and file.2 for this exercise. On the command line type this: cat file.1 file.2 >file.hdd This will concatenate the two files and redirect the output to "file.hdd" which will be your vm. The Unix command to split large files into CD/DVD size chuncks is called 'split'. There was probably no need to purchase Toast for this purpose.
DKP's advice is, as always, extremely sound. I suspect he presumes that your external hard drive was formatted as FAT32; hence the direct copy failed, and when you used Toast to transfer the original, it broke it into two files. However, I am somewhat concerned that even if you are able to reconsistute your original hdd file, you may still not be able to boot successfully. This is because in your other thread, you mentioned problems with booting from the installation CD. This would not arise from a corrupted or incomplete hdd file. It is either because your CD itself has a scratch or other problem, or for some other, unknown reason. So, if you continue to have problems even after putting the two hdd files together as DKP has so correctly instructed, I can try to reconstitute your disk on my machine. If you send me a private message, I will send you an ftp address, and you can upload the files to my server. I will then bring them down and try to get you a bootable HDD. BTW, I did the data analysis for my neurophysiology dissertation with SPSS using punched cards (!!!), so I sympathize with your problem. BTW, no charge for this.http://forums.parallels.com/images/smilies/smile.gif