Hello,
An option to create multiple chunks was just introduced in the latest Atola Insight and was meant to be used on relatively healthy drives mainly for back up purposes.
At this point I can recommend two options:
1) joining all chunks into one
or
2) re-imaging the drive into a generic image or onto another hard drive
You can join all chunks by following these steps:
1. Open notepad.exe
2. Insert the following text:
Code:
copy /b %1+%1.part??? glued_%1
pause
3. Save this text as "glue_chunks.cmd" (put it into the folder where your chunks are located)
4. Run the .cmd file specifying the very first chunk (without the .part001 extension) as a parameter. Example:
Code:
glue_chunjs.cmd "Hitachi_HTS723225L9A360_090307FC1K00NEGTRJBH.img"
This way you can get a single image. Just make sure you have enough free space. Also, make sure that the partition you're using to store chunks is not FAT16 or FAT32 (FAT does not support files larger than 2/4 GB).