 |
|
 |
|
Next: ASUS P4B won't powerup!!! HELP PLEASE!!!!
|
| Author |
Message |
External

Since: Sep 07, 2005 Posts: 3
|
(Msg. 1) Posted: Wed Sep 07, 2005 8:26 am
Post subject: Can Norton Ghost read raw format image files ? Archived from groups: comp>sys>ibm>pc>hardware>storage (more info?)
|
|
|
I have an image of a hard disc in raw format (1:1 copy of all sectors
in a single file, created with /bin/dd, no header, no compression).
Does Ghost support image files like this ?
What about Acronis TrueImage or other programs ?
Is there a program that can convert this file to some other format
(Ghost , Acronis) ?
What I want is to browse the content of the saved partitions (they are
NTFS) and copy out a few files.
I can not restore the image to the disc, because I don't have that (or
other same sized) disc any more. (it is a 60 GB image with about 5 NTFS
partitions).
Thanks for any reply,
David >> Stay informed about: Can Norton Ghost read raw format image files ? |
|
| Back to top |
|
 |  |
External

Since: Dec 06, 2004 Posts: 335
|
(Msg. 2) Posted: Wed Sep 07, 2005 8:23 pm
Post subject: Re: Can Norton Ghost read raw format image files ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Since you have a disk image, not a volume image, there are few tools.
If you examine the partition table, you can extract primary parts.
For example, this copies 8GB of the first primary.
dd if=image of=first.img bs=63b count=254 skip=1
dd if=image of=/dev/hdc1 bs=63b count=254 skip=1
Note: hdc is a scratch disk. You can use of=//./X: on WinNT.
The volume image first.img can be mounted on WinNT with filedisk,
or opened with some image browsers. WinImage will open FAT images.
<david.balazic.TakeThisOut@hermes.si> wrote in message
news:1126106786.258311.78030@g49g2000cwa.googlegroups.com...
> I have an image of a hard disc in raw format (1:1 copy of all sectors
> in a single file, created with /bin/dd, no header, no compression).
>
> Does Ghost support image files like this ?
> What about Acronis TrueImage or other programs ?
> Is there a program that can convert this file to some other format
> (Ghost , Acronis) ?
>
> What I want is to browse the content of the saved partitions (they are
> NTFS) and copy out a few files.
>
> I can not restore the image to the disc, because I don't have that (or
> other same sized) disc any more. (it is a 60 GB image with about 5 NTFS
> partitions).
> >> Stay informed about: Can Norton Ghost read raw format image files ? |
|
| Back to top |
|
 |  |
External

Since: Dec 11, 2004 Posts: 129
|
(Msg. 3) Posted: Thu Sep 08, 2005 5:55 am
Post subject: Re: Can Norton Ghost read raw format image files ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Dec 11, 2004 Posts: 129
|
(Msg. 4) Posted: Thu Sep 08, 2005 6:55 am
Post subject: Re: Can Norton Ghost read raw format image files ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Michael Cecil" <macecil.DeleteThis@comcast.net> wrote in message
news:d030i1d67rq10rnpa17pskuig36qgtuftu@4ax.com...
> On Thu, 8 Sep 2005 10:27:47 +0200, "Joep" <available.DeleteThis@request.nl> wrote:
>
> >"Eric Gisin" <ericgisin.DeleteThis@hotmail.com> wrote in message
> >news:dfob7s0mgr@enews3.newsguy.com...
> >> Since you have a disk image, not a volume image, there are few tools.
> >>
> >
> >Whoops! Indeed, the drivers I mentioned in above message will not work
then.
>
> Just make a virtual machine with VMWare or Virtual PC, then use dd to
> restore the image to the virtual machine, and extract your files.
> --
You'd need VMWare or VirtualPC for that obviously ... >> Stay informed about: Can Norton Ghost read raw format image files ? |
|
| Back to top |
|
 |  |
External

Since: Dec 06, 2004 Posts: 335
|
(Msg. 5) Posted: Thu Sep 08, 2005 8:59 am
Post subject: Re: Can Norton Ghost read raw format image files ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Eric Gisin" <ericgisin.TakeThisOut@hotmail.com> wrote in message news:dfob7s0mgr@enews3.newsguy.com...
> Since you have a disk image, not a volume image, there are few tools.
>
> If you examine the partition table, you can extract primary parts.
> For example, this copies 8GB of the first primary.
>
I meant 8MB. The partition table has offset and length values.
Use offset/63 for skip value, and length/63 for count value.
> dd if=image of=first.img bs=63b count=254 skip=1
> dd if=image of=/dev/hdc1 bs=63b count=254 skip=1
>
> Note: hdc is a scratch disk. You can use of=//./X: on WinNT.
> The volume image first.img can be mounted on WinNT with filedisk,
> or opened with some image browsers. WinImage will open FAT images.
> >> Stay informed about: Can Norton Ghost read raw format image files ? |
|
| Back to top |
|
 |  |
External

Since: Nov 10, 2003 Posts: 1690
|
(Msg. 6) Posted: Thu Sep 08, 2005 9:55 pm
Post subject: Re: Can Norton Ghost read raw format image files ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Joep" <available.DeleteThis@request.nl> wrote in message news:35b17$43201159$3eddca68$8906@nf1.news-service.com
> "Michael Cecil" <macecil.DeleteThis@comcast.net> wrote in message
> news:d030i1d67rq10rnpa17pskuig36qgtuftu@4ax.com...
> > On Thu, 8 Sep 2005 10:27:47 +0200, "Joep" <available.DeleteThis@request.nl> wrote:
> >
> > > "Eric Gisin" <ericgisin.DeleteThis@hotmail.com> wrote in message
> > > news:dfob7s0mgr@enews3.newsguy.com...
> > > > Since you have a disk image, not a volume image, there are few tools.
> > > >
> > >
> > > Whoops! Indeed, the drivers I mentioned in above message will not work then.
> >
> > Just make a virtual machine with VMWare or Virtual PC, then use dd to
> > restore the image to the virtual machine, and extract your files.
> > --
>
> You'd need VMWare or VirtualPC for that obviously ...
I fail to see the 'obvious'ly in it. >> Stay informed about: Can Norton Ghost read raw format image files ? |
|
| Back to top |
|
 |  |
External

Since: Dec 11, 2004 Posts: 129
|
(Msg. 7) Posted: Fri Sep 09, 2005 5:55 am
Post subject: Re: Can Norton Ghost read raw format image files ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Folkert Rienstra" <see_reply-to RemoveThis @myweb.nl> wrote in message
news:4320df51$0$73457$892e7fe2@authen.white.readfreenews.net...
> "Joep" <available RemoveThis @request.nl> wrote in message
news:35b17$43201159$3eddca68$8906@nf1.news-service.com
> > "Michael Cecil" <macecil RemoveThis @comcast.net> wrote in message
> > news:d030i1d67rq10rnpa17pskuig36qgtuftu@4ax.com...
> > > On Thu, 8 Sep 2005 10:27:47 +0200, "Joep" <available RemoveThis @request.nl>
wrote:
> > >
> > > > "Eric Gisin" <ericgisin RemoveThis @hotmail.com> wrote in message
> > > > news:dfob7s0mgr@enews3.newsguy.com...
> > > > > Since you have a disk image, not a volume image, there are few
tools.
> > > > >
> > > >
> > > > Whoops! Indeed, the drivers I mentioned in above message will not
work then.
> > >
> > > Just make a virtual machine with VMWare or Virtual PC, then use dd to
> > > restore the image to the virtual machine, and extract your files.
> > > --
> >
> > You'd need VMWare or VirtualPC for that obviously ...
>
> I fail to see the 'obvious'ly in it.
i do not care >> Stay informed about: Can Norton Ghost read raw format image files ? |
|
| Back to top |
|
 |  |
External

Since: Nov 10, 2003 Posts: 1690
|
(Msg. 8) Posted: Sat Sep 10, 2005 8:55 pm
Post subject: Re: Can Norton Ghost read raw format image files ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Joep" <available DeleteThis @request.nl> wrote in message news:69d43$43214fbf$3eddca68$20349@nf1.news-service.com
> "Folkert Rienstra" <see_reply-to DeleteThis @myweb.nl> wrote in message news:4320df51$0$73457$892e7fe2@authen.white.readfreenews.net...
> > "Joep" <available DeleteThis @request.nl> wrote in message news:35b17$43201159$3eddca68$8906@nf1.news-service.com
> > > "Michael Cecil" macecil DeleteThis @comcast.net> wrote in message news:d030i1d67rq10rnpa17pskuig36qgtuftu@4ax.com...
> > > > On Thu, 8 Sep 2005 10:27:47 +0200, "Joep" <available DeleteThis @request.nl> wrote:
> > > > > "Eric Gisin" ericgisin DeleteThis @hotmail.com> wrote in message news:dfob7s0mgr@enews3.newsguy.com...
> > > > > > Since you have a disk image, not a volume image, there are few tools.
> > > > > >
> > > > >
> > > > > Whoops! Indeed, the drivers I mentioned in above message will not work then.
> > > >
> > > > Just make a virtual machine with VMWare or Virtual PC, then use dd to
> > > > restore the image to the virtual machine, and extract your files.
> > > > --
> > >
> > > You'd need VMWare or VirtualPC for that obviously ...
> >
> > I fail to see the 'obvious'ly in it.
>
> i do not care
Twice wrong in a single thread, I can just see why. >> Stay informed about: Can Norton Ghost read raw format image files ? |
|
| Back to top |
|
 |  |
External

Since: Dec 11, 2004 Posts: 129
|
(Msg. 9) Posted: Sun Sep 11, 2005 6:55 pm
Post subject: Re: Can Norton Ghost read raw format image files ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
"Folkert Rienstra" <see_reply-to.DeleteThis@myweb.nl> wrote in message
news:43237595$0$91994$892e7fe2@authen.white.readfreenews.net...
> "Joep" <available.DeleteThis@request.nl> wrote in message
news:69d43$43214fbf$3eddca68$20349@nf1.news-service.com
> > "Folkert Rienstra" <see_reply-to.DeleteThis@myweb.nl> wrote in message
news:4320df51$0$73457$892e7fe2@authen.white.readfreenews.net...
> > > "Joep" <available.DeleteThis@request.nl> wrote in message
news:35b17$43201159$3eddca68$8906@nf1.news-service.com
> > > > "Michael Cecil" macecil.DeleteThis@comcast.net> wrote in message
news:d030i1d67rq10rnpa17pskuig36qgtuftu@4ax.com...
> > > > > On Thu, 8 Sep 2005 10:27:47 +0200, "Joep" <available.DeleteThis@request.nl>
wrote:
> > > > > > "Eric Gisin" ericgisin.DeleteThis@hotmail.com> wrote in message
news:dfob7s0mgr@enews3.newsguy.com...
> > > > > > > Since you have a disk image, not a volume image, there are few
tools.
> > > > > > >
> > > > > >
> > > > > > Whoops! Indeed, the drivers I mentioned in above message will
not work then.
> > > > >
> > > > > Just make a virtual machine with VMWare or Virtual PC, then use dd
to
> > > > > restore the image to the virtual machine, and extract your files.
> > > > > --
> > > >
> > > > You'd need VMWare or VirtualPC for that obviously ...
> > >
> > > I fail to see the 'obvious'ly in it.
> >
> > i do not care
>
> Twice wrong in a single thread, I can just see why.
i do not care >> Stay informed about: Can Norton Ghost read raw format image files ? |
|
| Back to top |
|
 |  |
External

Since: Sep 07, 2005 Posts: 4
|
(Msg. 10) Posted: Mon Sep 12, 2005 3:03 am
Post subject: Re: Can Norton Ghost read raw format image files ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
I am developing a program that will do this - and currently looking for
Beta testers. If you would like a free try then download the program
from www.cnwrecovery.com and e-mail me the machine key and I will send
you a code to do what you want. The program is currently Beta for
Memory chip recovery, but probably Alpha for NTFS. - hence
documentation wizard etc are not very good for NTFS recovery. It is an
XP, 2000 program
Michael >> Stay informed about: Can Norton Ghost read raw format image files ? |
|
| Back to top |
|
 |  |
External

Since: Sep 07, 2005 Posts: 3
|
(Msg. 11) Posted: Wed Sep 14, 2005 8:32 am
Post subject: Re: Can Norton Ghost read raw format image files ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Nov 10, 2003 Posts: 1690
|
(Msg. 12) Posted: Thu Sep 15, 2005 9:55 pm
Post subject: Re: Can Norton Ghost read raw format image files ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
<david.balazic.TakeThisOut@hermes.si> wrote in message news:1126711968.825305.274750@g44g2000cwa.googlegroups.com
> Wow!
>
> Folkert is still alive.
I hope that wasn't some sort of invitation.
So, who did rise you from the dead then?
> Annoying as always. How old is he now ? 40 ? 50
> ?
>
> This sure brings back memories . . . .
Oh, and thanks for responding to me and not anyone else,
showing what the real intention of your question was.
>
> >> Stay informed about: Can Norton Ghost read raw format image files ? |
|
| Back to top |
|
 |  |
External

Since: Sep 07, 2005 Posts: 3
|
(Msg. 13) Posted: Fri Sep 16, 2005 10:30 pm
Post subject: Re: Can Norton Ghost read raw format image files ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Great thanks.
I already tried to extract individual partition and they don't work.
I also tried to restore the image to a virtual disk in VMWare nd it
does not work there anyway ( Widows install CD or bartPE CD wont even
boot if the restored HD is present on the emulated system ... ).
I will now try to get the original har drive back and try to restore to
it.
Regards,
David >> Stay informed about: Can Norton Ghost read raw format image files ? |
|
| Back to top |
|
 |  |
External

Since: Mar 29, 2004 Posts: 553
|
(Msg. 14) Posted: Mon Sep 19, 2005 3:51 pm
Post subject: Re: Can Norton Ghost read raw format image files ? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
<david.balazic.TakeThisOut@hermes.si> wrote in message
news:1126106786.258311.78030@g49g2000cwa.googlegroups.com...
> I have an image of a hard disc in raw format (1:1 copy of all sectors
> in a single file, created with /bin/dd, no header, no compression).
>
> Does Ghost support image files like this ?
> What about Acronis TrueImage or other programs ?
> Is there a program that can convert this file to some other format
> (Ghost , Acronis) ?
Not with Ghost or Acronis.
> What I want is to browse the content of the saved partitions (they are
> NTFS) and copy out a few files.
>
> I can not restore the image to the disc, because I don't have that (or
> other same sized) disc any more. (it is a 60 GB image with about 5 NTFS
> partitions).
Try with Knoppix CD. I had some good success with it.
I had a dd image of /dev/hda1 saved in temporary attached
/dev/hdb1/hda1image.img.
Boot Knoppix CD ver 3.9
Launch terminal.
Create a mount point for your image:
mkdir /mnt/hdz1
Mount second disk containing image:
mount -o rw /dev/hdb1 /mnt/hdb1
Mount disk image:
mount -o loop /mnt/hdb1/hda1image.img /mnt/hdz1
Launch File Manager in Super User mode and peruse /mnt/hdz1
You should be able to see and copy files from your disk image. >> Stay informed about: Can Norton Ghost read raw format image files ? |
|
| Back to top |
|
 |  |
| Related Topics: | Restoring from Norton Ghost-Image - Restoring from Norton Ghost-Image Intention: 1. Save a System-Partition to a ghost-image at point A. 2. fool around with the system (add new software etc.) 3. At point B restore system partition from ghost-image Expectations: the restored system is an....
Abort: 15121, read bios parameter block, unknown fat type .. - Can't get Norton Ghost 2003 to run on 5100 Dell Inspiron Notebook - Abort: 15121, read bios parameter block, unknown fat type Ok Ghost worked the first time, but after that it stopped working. All I get is the following error message: An..
Norton Ghost 2003 image "created" new partion table - Interesting Symantec feature I updated my Drive Image 6 to Symantec Ghost 2003 as I was told Ghost should be nicer and better. It seemed to be simpler to create an image than with DriveImage. So I made an image from my partition C: (My drive has 4..
Help: Recovery of Norton Ghost 2003 disk image with one mi.. - Greetings! Ladies and gentlemen, I dearly need your help.. I have just discovered that I was a victim of a Norton Ghost 2003 design flaw. I have two drives that I backed up into disk images. The disk images were called Laptopdrive1 (my main drive in....
Norton Ghost 2003 vs 9.0 - What happened between Norton Ghost 2003 and Norton Ghost 9.0? Did Drive Image get merged with NG2003? I've been playing with the new NG9 and it looks good, but not sure what the consensus is. Any good? Lastly, I can't find a way to create backups on C... |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|