Radified Community Forums
http://radified.com/cgi-bin/yabb2/YaBB.pl
Rad Community Technical Discussion Boards (Computer Hardware + PC Software) >> Norton Ghost 2003,  Ghost v8.x + Ghost Solution Suite (GSS) Discussion Board >> Please Correct this command !
http://radified.com/cgi-bin/yabb2/YaBB.pl?num=1337610909

Message started by Sweety on May 21st, 2012 at 9:35am

Title: Please Correct this command !
Post by Sweety on May 21st, 2012 at 9:35am
Hello world !

i just want to restore image from Third Prtition from 1st hdd...I know command for restoring from CD Rom but..i have no idea About how to Restore from 3rd Partition

here is my cd rom code

GHOST.EXE -clone,MODE=pload,SRC=%CDROM%\XYZ.GHO:1,DST=1:1 -sure

please help me  :-[

i want 3rd partition as a source of ghost image  :-*

Title: Re: Please Correct this command !
Post by NightOwl on May 21st, 2012 at 10:01am
@ Sweety


Quote:
i just want to restore image from Third Prtition from 1st hdd...but..i have no idea About how to Restore from 3rd Partition

Well, it depends......

What version of Ghost? 

Booted to DOS--how are you booting--floppy, optical disc, from HDD?

Or, attempting to use Ghost32 (32 bit Windows based Ghost--not DOS)--booting to WinPE or Barts?

What is the file system being used, both on 3rd partition and 1st partition--NTFS and/or FAT (i.e. how are the partitions shown in the Ghost interface when looking at either the *source* partitions to find the image file to restore, or the *destination* partitions where you want to restore to--if you were doing a manual operation--not automated).

Are all partitions showing a DOS drive letter--or a *harddrive #:partition #* (i.e. C:, D: E:, ..... or 1:1, 1:2, 1:3 ...... ?

Title: Re: Please Correct this command !
Post by Sweety on May 21st, 2012 at 11:27am
It's Ghost Dos Version Ghost.exe 11.0.2 not Ghost32.exe which we use in PE or in Windows  :)


Code:
  File: GHOST.EXE
CRC-32: 2ad62783
   MD4: f76e62acd6b38eb975dcfe0e583dcf7f
   MD5: 4eaeb76328e1e82c1a6d05a519364d6b
SHA-1: d31dbc9cb17b579dba057feda726b3361939f1a1



Okay here is my Aim  ;)

Want to save .GHO file in 3rd or 4th partition (normally we call "E" Or "F" Drive)..where "C" is first windows 's Partition......and want to create(Actually i created a ISO with .GHO file using above command but want a command which pick image from 3rd partition not %CDROM%) Which Restore Image from  3rd or 4th partition (normally we call "E" Or "F" Drive) To Windows Drive which is first partition or C Drive :-/

Please Help ME ! :-[

Title: Re: Please Correct this command !
Post by NightOwl on May 21st, 2012 at 12:23pm
@ Sweety

Nice screen shoot of DOS Ghost interface--how did you *capture* that?

In the above screen shot, the source file is *from Local file C:/xxxx.GHO*--I assume that *C:* is the optical drive letter as seen in DOS.


Quote:
Want to save .GHO file in 3rd or 4th partition (normally we call "E" Or "F" Drive)..where "C" is first windows 's Partition......

Can I assume that *D:* is a data partition on that first HDD?

What is the file system type for *E* and *F* (NTFS most likely)?

Is the Ghost image file going to be in the root of the 3rd or 4th partition--or in a *sub-directory*?

If a *sub-directory*, what is the full path to that *sub-directory*?

Title: Re: Please Correct this command !
Post by Sweety on May 21st, 2012 at 12:56pm

Quote:
Nice screen shoot of DOS Ghost interface--how did you *capture* that?


In VMware  :D i recorded test movie

;D

Well C is Cd Rom (the ISO file ) all partition type  are NTFS

and yes want to save only ghost file in partition like E:\XYZ.GHO   :)

Title: Re: Please Correct this command !
Post by NightOwl on May 21st, 2012 at 1:06pm
@ Sweety


Quote:
In VMware

Ah...VMware--virtual machine--not actually *real* DOS!


Quote:
Well C is Cd Rom (the ISO file ) all partition type  are NTFS
and yes want to save only ghost file in partition like E:\XYZ.GHO


Well, this should work if the image is in a NTFS partition #3 on the first HDD:


Code:
GHOST.EXE -clone,MODE=pload,SRC=1:3\XYZ.GHO:1,DST=1:1 -sure


And, for a NTFS partitiion #4 on the first HDD:


Code:
GHOST.EXE -clone,MODE=pload,SRC=1:4\XYZ.GHO:1,DST=1:1 -sure

Title: Re: Please Correct this command !
Post by Sweety on May 21st, 2012 at 1:26pm
hahahah You posted and i found same ..

GHOST.EXE -clone,MODE=pload,SRC=1.3:\MYXP.GHO:1,DST=1:1 -sure -rb

this work for me after 5 minuts practical ...



Thanks for your Help !  :) ;)

wel first i used

GHOST.EXE -clone,MODE=pload,SRC=F:\MYXP.GHO:1,DST=1:1 -sure -rb

but it failed so i tried to restore using normal method  >Go to Partition from image..than seen and understand (Which shows in above image)

thanks again  :D ;) ;) ;)

Title: Re: Please Correct this command !
Post by Sweety on May 21st, 2012 at 1:41pm
and my next goal is removing some unwanted text which show During boot...ie Starting Windows 95 ..blah blah  :D 8-)

Title: Re: Please Correct this command !
Post by NightOwl on May 21st, 2012 at 2:08pm
@ Sweety


Quote:
and my next goal is removing some unwanted text which show During boot...ie Starting Windows 95 ..blah blah

That's an *old* DOS boot disk--Win95!  Are you getting just a line of text...or a whole splash screen?

In your last screen shot--you are getting a *confirmation screen* to proceed!  The *-sure* switch should have prevented that from showing up.  Did you use the *-sure* switch in your testing?  If *Yes*, then Ghost must be acting different in a VMware environment then what happens when booting to *real* DOS.


Quote:
so i tried to restore using normal method  >Go to Partition from image..

Think I answered my own question!  Your screen shot is from a *manual* procedure setup--not an automated procedure.

Title: Re: Please Correct this command !
Post by Sweety on May 21st, 2012 at 11:29pm

NightOwl wrote on May 21st, 2012 at 2:08pm:
Your screen shot is from a *manual* procedure setup--not an automated procedure.



Yeas the Screenshot is *Manuel* and after watching the location of .Gho i Got the code and you Posted same time..Wow..Thanks.....

.Are you @ FB /Twitter or MDL ?  :)

Title: Re: Please Correct this command !
Post by NightOwl on May 22nd, 2012 at 9:31am
@ Sweety


Quote:
Are you @ FB /Twitter or MDL ?

Nope!

Title: Re: Please Correct this command !
Post by Sweety on May 26th, 2012 at 4:20am
OKAYYY..THANKS FOR YOUR SUPPORT  :D ;) :)

Radified Community Forums » Powered by YaBB 2.4!
YaBB © 2000-2009. All Rights Reserved.