I recently copied a hard drive, following your instructions to split the files into 630Meg chunks.
As I couldn't burn the images directly as Ghost was incompatable with the CD burner, I saved the Ghost images to a hard drive and later transferred them to to CD-ROMs using Nero to burn them.
When I did a test restoration the Ghost program, an error message that read --> Error: "Image file not created with Norton Ghost" when restoring or checking an image file <-- which is a Technical Support document <
http://service1.symantec.com/SUPPORT/ghost.nsf/8f7dc138830563c888256c2200662ecd/... >.
This support document advises:
To assign a drive letter:
1. Open Norton Ghost 2003.
2. Click Options.
3. Choose "External storage driver settings."
4. Check "Assign drive letters."
This is impossible running Ghost from DOS.
To overcome this impediment I simply rewrote a Symantec CONFIG.SYS and AUTOEXEC.BAT that installed the usual drivers for a CD-ROM drive and the called GHOST.EXE from the CD-ROM.
This worked perfectly with Ghost detecting a drive letter for the CD drive and properly installing the 5 images stored on 5 CD-ROMs without difficulty.
For completeness:
--> CONFIG.SYS <--
[menu]
menuitem=FROMFLPY, This computer was started from a Ghost boot disk
menuitem=FROMCD, This computer was started from a Ghost bootable CD
[FROMFLPY]
[FROMCD]
[COMMON]
DEVICE = oakcdrom.sys /D:cd1
DEVICE = btdosm.sys
DEVICE = flashpt.sys
DEVICE = btcdrom.sys /D:cd2
DEVICE = aspi2dos.sys
DEVICE = aspi8dos.sys
DEVICE = aspi4dos.sys
DEVICE = aspi8u2.sys
DEVICE = inicd.sys /D:cd3
LASTDRIVE = Z
--> /CONFIG.SYS <--
--> AUTOEXEC.BAT <--
@echo off
SET TZ=GHO+05:00
MOUSE.COM
CLS
LH \MSCDEX.EXE /D:cd1 /D:cd2 /D:cd3
echo Loading...
if %config% == FROMFLPY goto FLPYBOOT
if %config% == FROMCD goto CDBOOT
goto FAILED
:FLPYBOOT
echo Insert Ghost boot disk 2 (containing Ghost.exe)
pause
if exist a:\ghost\ghost.exe goto GHOSTFND
goto FLPYBOOT
:CDBOOT
echo Insert Ghost boot disk 2 (containing Ghost.exe)
echo To run Ghost.exe from a hard disk or CD, press Ctrl-C at the following prompt
echo then change to the appropriate drive letter and type 'Ghost'
pause
if not exist b:\ghost\ghost.exe goto CDBOOT
b:
goto GHOSTFND
:GHOSTFND
cd \ghost
echo Loading...
GHOST.EXE -forceusb -force1394
goto END
:FAILED
echo Unknown boot menu selection
goto END
:END
--> /AUTOEXEC.BAT <--
I made the first CD-ROM bootable and copied these files along with:
oakcdrom.sys
btdosm.sys
flashpt.sys
btcdrom.sys
aspi2dos.sys
aspi8dos.sys
aspi4dos.sys
aspi8u2.sys
inicd.sys
mscdex.exe
COMMAND.COM
mouse.com
mouse.ini
inicd.sys
IBMBIO.COM
IBMDOS.COM
as well as \GHOST\GHOST.EXE
into the root of the CD-ROM and it became a standalone set of back-up CD-ROMs.
There is no rocket science involved but it sure eliminates that Error: "Image file not created with Norton Ghost" when restoring or checking an image file!
In closing, I want to express my appreciation of the hard work that you have obviously put into your web site and it has proved invaluable to me as I sit in a technologically isolated area.
J Houston
Buon Me Thuot
DakLak Province
Central Highlands
VietNam