ipodtrip Posted November 2, 2008 Posted November 2, 2008 Created Autoexec.bat file has been created with Ghost commands.Have 4 paritations on a laptop with Windows XP Pro.Want to be able to restore a ghost image from one paritation to another.I am able to back up the image FIRST_INTALL.GHO and able to back up SOFTWARE_DRIVERS.gho to the 3 paritation and I able able to view the 2 different ghost images. But when I try to restore the SOFTWARE_DRIVERS.gho image back to the second paritation it keeps on restoring the FIRST_INTALL.GHO image instead.here are the commands.The first command backup command and restore works.Backup commandgdisk 1 /-Hide /P:4call ghost.exe -clone,mode=pdump,src=1:2,dst=1:3\FIRST_INSTALL.gho -sureRestore Commandgdisk 1 /-Hide /P:4call ghost.exe -clone,mode=pload,src=1:3\FIRST_INSTALL.gho:1,dst=1:2 -sureThe backup ghost command works but the restore command is having the problemRestore commandgdisk 1 /-Hide /P:4call ghost.exe -clone,mode=pload,src=1:3\SOFTWARE_DRIVERS.gho:1,dst=1:2 -sureBackup Commandgdisk 1 /-Hide /P:4call ghost.exe -clone,mode=pdump,src=1:2,dst=1:3\SOFTWARE_DRIVERS.gho -sureNeed help with this from anyone thank you
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now