Welcome, Guest. Please login or register.

Author Topic: Clone an Amiga formatted drive?  (Read 1205 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline mindproberTopic starter

  • Sr. Member
  • ****
  • Join Date: Mar 2004
  • Posts: 480
  • Country: us
  • Gender: Male
    • Show only replies by mindprober
Clone an Amiga formatted drive?
« on: November 21, 2008, 05:43:10 PM »
I would like to clone an Amiga formatted and partitoned 40GB hard drive to another drive of the same size. I am trying to use Ghost v8 to do this because I was always under the impression that it didn't care what format the media was and would just do a bit-for-bit copy. Ghost does not allow me to select the Amiga formatted drive, however.

I checked Ghost's options also. Nothing seems to apply to this problem.

Is there another drive cloning app out there that could be used for this purpose?

Thanks.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: Clone an Amiga formatted drive?
« Reply #1 on: November 21, 2008, 05:50:54 PM »
dd

Boot with linux livecd of your choice. Have both drives connected.

Code: [Select]
dd if=/dev/hda of=/dev/hdc

NOTE: This assumes the source is the master on the first channel and the destination master on the 2nd channel. dd will happily copy the empty HD over the filled one, so make sure you get the source and destination right.
 

Offline orange

  • Hero Member
  • *****
  • Join Date: Dec 2003
  • Posts: 2794
    • Show only replies by orange
Re: Clone an Amiga formatted drive?
« Reply #2 on: November 21, 2008, 06:06:05 PM »
I have heard of some 'Acronis True Image' that is similar to Ghost, maybe it can do the trick. or look for something similar on: [color=ffff00]Hiren's boot CD[/color]


BTW, there seems to be an Amiga version of dd, too, on Aminet (two of them, one is called dd and the other dcp). Has anyone tried that first one (also with >4Gb)?
I used dcp and it seems nice, at least with small disks.

Better sorry than worry.
 

Offline mindproberTopic starter

  • Sr. Member
  • ****
  • Join Date: Mar 2004
  • Posts: 480
  • Country: us
  • Gender: Male
    • Show only replies by mindprober
Re: Clone an Amiga formatted drive?
« Reply #3 on: November 21, 2008, 06:42:18 PM »
I currently have both drives connected via IDE-USB adapters as I do not have a machine with available IDE channels at the moment. Will the drives still be visible to dd?


Quote

Piru wrote:
dd

Boot with linux livecd of your choice. Have both drives connected.

Code: [Select]
dd if=/dev/hda of=/dev/hdc

NOTE: This assumes the source is the master on the first channel and the destination master on the 2nd channel. dd will happily copy the empty HD over the filled one, so make sure you get the source and destination right.
 

Offline mindproberTopic starter

  • Sr. Member
  • ****
  • Join Date: Mar 2004
  • Posts: 480
  • Country: us
  • Gender: Male
    • Show only replies by mindprober
Re: Clone an Amiga formatted drive?
« Reply #4 on: November 21, 2008, 06:48:48 PM »
Quote

orange wrote:
I have heard of some 'Acronis True Image' that is similar to Ghost, maybe it can do the trick. or look for something similar on: [color=ffff00]Hiren's boot CD[/color]


I will give this a try.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: Clone an Amiga formatted drive?
« Reply #5 on: November 21, 2008, 07:20:19 PM »
@jdryyz
Quote
I currently have both drives connected via IDE-USB adapters as I do not have a machine with available IDE channels at the moment. Will the drives still be visible to dd?

If the drives are visible to the OS. For example Knoppix should work with most systems.