When restoring a spanned image the following error is returned:
Error Number: 651Message: Failed to restore the image as the next span of the image was not found. If you are using a location on an HTTP server, verify that the MIME-type settings for the extensions of the image span files have been manually added to the HTTP server.
GSS 3.x
In at least one case of this issue, the cause was having a number at the end of the image name which confused spanning and didn't correctly name the spanned files during the image capture (when image spanning is used):
Example:
Since the image was named ghost04.gho, automatic numbering/spanning didn't correctly create/label the image name leaving off "04"
So, when the image is restored, Ghost isn't recognizing the next image span file resulting in the Error 651
It is recommended to not end an image name with a number as this can cause image spanning/naming issues. If a number needs to be included in the image name, it is recommended to include one or more letters at the end.
Example: Instead of naming your image Ghost004.gho, name your image 004Ghost.gho so the numbers are not at the end.