Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Computer Support > Data Recovery from Ghosted drive

Reply
Thread Tools

Data Recovery from Ghosted drive

 
 
Jason E
Guest
Posts: n/a
 
      07-20-2004
I am currently in the midst of a data recovery effort to recover some files
that were deleted by mistake. I'm wondering if a Ghost image of the drive
will have all of the necessary information for my data recovery software to
get the files...

Here's what happened:

1) Some files were deleted from drive #1 via the dos command, "deltree"
2) Drive #1 hasn't been touched since the files were deleted.
3) Data recovery software found all the files that I need to restore, so I
know they are available to be recovered. I just haven't done it yet.

My plan is this:

1) Ghost drive #1 to a 2nd hard drive.
2) Perform data recovery on the 2nd drive to recover the files that were
deleted from the drive #1

What I'm wondering is...will the 2nd drive still have all of the same
"recoverable data" that my recovery software found on the 'source drive'
 
Reply With Quote
 
 
 
 
°Mike°
Guest
Posts: n/a
 
      07-20-2004
Why do you need to ghost? What recovery software
are you using? GetDataBack will enable you to recover
the files directly -- just boot from drive #2 with drive #1
as slave.

GetDataBack
http://www.runtime.org/gdb.htm


On Tue, 20 Jul 2004 13:33:27 -0500, in
<Xns952C89EBF6A1oob@216.196.97.136>
Jason E scrawled:

>I am currently in the midst of a data recovery effort to recover some files
>that were deleted by mistake. I'm wondering if a Ghost image of the drive
>will have all of the necessary information for my data recovery software to
>get the files...
>
>Here's what happened:
>
>1) Some files were deleted from drive #1 via the dos command, "deltree"
>2) Drive #1 hasn't been touched since the files were deleted.
>3) Data recovery software found all the files that I need to restore, so I
>know they are available to be recovered. I just haven't done it yet.
>
>My plan is this:
>
>1) Ghost drive #1 to a 2nd hard drive.
>2) Perform data recovery on the 2nd drive to recover the files that were
>deleted from the drive #1
>
>What I'm wondering is...will the 2nd drive still have all of the same
>"recoverable data" that my recovery software found on the 'source drive'


--
Basic computer maintenance
http://uk.geocities.com/personel44/maintenance.html
 
Reply With Quote
 
 
 
 
allan
Guest
Posts: n/a
 
      07-20-2004
Jason E wrote:

> I am currently in the midst of a data recovery effort to recover some files
> that were deleted by mistake. I'm wondering if a Ghost image of the drive
> will have all of the necessary information for my data recovery software to
> get the files...
>
> Here's what happened:
>
> 1) Some files were deleted from drive #1 via the dos command, "deltree"
> 2) Drive #1 hasn't been touched since the files were deleted.
> 3) Data recovery software found all the files that I need to restore, so I
> know they are available to be recovered. I just haven't done it yet.
>
> My plan is this:
>
> 1) Ghost drive #1 to a 2nd hard drive.
> 2) Perform data recovery on the 2nd drive to recover the files that were
> deleted from the drive #1
>
> What I'm wondering is...will the 2nd drive still have all of the same
> "recoverable data" that my recovery software found on the 'source drive'


Why bother with the ghost thing? It want work anyway.As the image it
makes concern the visible programs and files and settings not so called
empty space.Just use the recover program you got and do it.
al
 
Reply With Quote
 
Jason E
Guest
Posts: n/a
 
      07-20-2004
°Mike° <> wrote in
news::

> Why do you need to ghost? What recovery software
> are you using? GetDataBack will enable you to recover
> the files directly -- just boot from drive #2 with drive #1
> as slave.


Why do people always feel the need to answer simple questions with more
questions and unrelated suggestions? I need the ghost because I need to buy
time. Ghosting was one of the ways I could do it. I have software that does
exactly what you're describing, but I can't do it right this second for
reasons I'm not going to get into.
 
Reply With Quote
 
Jason E
Guest
Posts: n/a
 
      07-20-2004
allan <> wrote in
news::

> Jason E wrote:
>
>> I am currently in the midst of a data recovery effort to recover some
>> files that were deleted by mistake. I'm wondering if a Ghost image
>> of the drive will have all of the necessary information for my data
>> recovery software to get the files...
>>
>> Here's what happened:
>>
>> 1) Some files were deleted from drive #1 via the dos command,
>> "deltree" 2) Drive #1 hasn't been touched since the files were
>> deleted. 3) Data recovery software found all the files that I need to
>> restore, so I know they are available to be recovered. I just haven't
>> done it yet.
>>
>> My plan is this:
>>
>> 1) Ghost drive #1 to a 2nd hard drive.
>> 2) Perform data recovery on the 2nd drive to recover the files that
>> were deleted from the drive #1
>>
>> What I'm wondering is...will the 2nd drive still have all of the same
>> "recoverable data" that my recovery software found on the 'source
>> drive'

>
> Why bother with the ghost thing? It want work anyway.As the image it
> makes concern the visible programs and files and settings not so
> called empty space.Just use the recover program you got and do it.
> al


The ghosting gives me a way out of a jam. I won't go into details. Too
bad it's not possible. That's ok.. I have an alternative route.
 
Reply With Quote
 
Ralph W. Phillips
Guest
Posts: n/a
 
      07-21-2004
Howdy!

"Jason E" <> wrote in message
news:Xns952C89EBF6A1oob@216.196.97.136...
> I am currently in the midst of a data recovery effort to recover some

files
> that were deleted by mistake. I'm wondering if a Ghost image of the drive
> will have all of the necessary information for my data recovery software

to
> get the files...


Yes - !IF! - you do a "Copy All Sectors" command. I don't have a
copy of Ghost nor the manual here, but if you go GHOST /? (or GHOSTPE /? for
the personal edition), it'll tell you how to make an exact image.

Although, what !I! do is do a full image to files (splitting at
650MB to make them fit on CD-Rs later) with the command:

GHOST -AUTO -SPLIT=650 -Z3 -NTIL -BFC

which "AUTO"names the files. "SPLIT"s them at 650MB boundaries,
compre"Z"es them at level 3, "NTI"gnores the "L"og file, and don't ask me
how BFC is "Keep trying to read bad sectors". You'd need to add the "Exact
Image" command to that tail.

>
> Here's what happened:
>
> 1) Some files were deleted from drive #1 via the dos command, "deltree"
> 2) Drive #1 hasn't been touched since the files were deleted.
> 3) Data recovery software found all the files that I need to restore, so I
> know they are available to be recovered. I just haven't done it yet.
>
> My plan is this:
>
> 1) Ghost drive #1 to a 2nd hard drive.
> 2) Perform data recovery on the 2nd drive to recover the files that were
> deleted from the drive #1
>
> What I'm wondering is...will the 2nd drive still have all of the same
> "recoverable data" that my recovery software found on the 'source drive'


Again, only if you use the proper options.

RwP


 
Reply With Quote
 
°Mike°
Guest
Posts: n/a
 
      07-21-2004
On Tue, 20 Jul 2004 18:30:11 -0500, in
<Xns952CBC3B69D3Foob@216.196.97.136>
Jason E scrawled:

>°Mike° <> wrote in
>news::
>
>> Why do you need to ghost? What recovery software
>> are you using? GetDataBack will enable you to recover
>> the files directly -- just boot from drive #2 with drive #1
>> as slave.

>
>Why do people always feel the need to answer simple questions with more
>questions and unrelated suggestions? I need the ghost because I need to buy
>time. Ghosting was one of the ways I could do it. I have software that does
>exactly what you're describing, but I can't do it right this second for
>reasons I'm not going to get into.


Well, bite me for not dusting off my crystal ball.

--
Basic computer maintenance
http://uk.geocities.com/personel44/maintenance.html
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
recover a ghosted over drive ? XPD NZ Computing 22 09-11-2006 07:05 PM
Data Recovery SOURCE CODE ( SOURCE CODES of Professional Data Recovery Software ) Author Tarun Tyagi Cisco 0 12-29-2004 05:03 PM
Data Recovery Book and Online Business Promotion, Products Sales Promotion, Search Engine Optimization and Online Data Recovery Training services Author Tarun Tyagi Cisco 0 12-15-2004 01:52 AM
Digital Image Recovery and Memory Stick Recovery; Recovery of Lost Photos Digital Image Recovery Computer Support 1 09-10-2004 04:43 PM
Digital Image Recovery and Memory Stick Recovery; Recovery of Lost Photos Digital Image Recovery Digital Photography 0 09-10-2004 04:21 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57