Welcome, Guest. Please login or register.

Author Topic: can I ghost my amiga hd on a pc  (Read 1902 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline maumaTopic starter

  • Newbie
  • *
  • Join Date: Jul 2002
  • Posts: 19
    • Show only replies by mauma
can I ghost my amiga hd on a pc
« on: April 18, 2004, 02:38:01 PM »
I wanna know if it's possible to make an image of my amiga harddrive.
And if so, what options are there?

Thanks in advance,

Maurice
 

Offline StevenJGore

  • Sr. Member
  • ****
  • Join Date: Apr 2003
  • Posts: 347
    • Show only replies by StevenJGore
Re: can I ghost my amiga hd on a pc
« Reply #1 on: April 18, 2004, 05:06:33 PM »
Windows can't "see" Amiga-formatted hard disks, other than rcecognising that the hard disk is connected in the early BIOS screen, and in Device Manager. I'm 90% sure that since Windows can't assign a letter to any of the Amiga partitions, then drive imaging tools such as Norton Ghost and Powerquest Drive Image won't work.

Steve.
 

Offline GreggBz

  • Sr. Member
  • ****
  • Join Date: Apr 2002
  • Posts: 302
    • Show only replies by GreggBz
    • http://www.outerspacecrew.net
Re: can I ghost my amiga hd on a pc
« Reply #2 on: April 18, 2004, 06:43:10 PM »
Linux can recognize read and write to AFFS partitions.
This works well and if you wanted to copy over an entire hardrive to say, a seperate dirrectory, you could easily do so.

This also provides an easy and quick way to trasfer files between platforms, if you happen to have a working distro of linux on your PC.

 

Offline Jope

Re: can I ghost my amiga hd on a pc
« Reply #3 on: April 18, 2004, 07:05:23 PM »
Linux with RDB support -> you can make images of partitions or an image of the entire disk.

Windows2k or XP with WinUAE -> you can boot from your HD in the emulation and then manually copy everything somewhere else - even if you're running PFS or SFS.
 

Offline maumaTopic starter

  • Newbie
  • *
  • Join Date: Jul 2002
  • Posts: 19
    • Show only replies by mauma
Re: can I ghost my amiga hd on a pc
« Reply #4 on: April 18, 2004, 09:26:51 PM »
How difficalt is it to get linux to support RDB?
 

Offline Thomas

Re: can I ghost my amiga hd on a pc
« Reply #5 on: April 19, 2004, 01:31:56 PM »

In your original post you asked if you could create an image. You didn't mention that you want to access files. If you only want to make an image, you don't need RDB support.

Just enter

cp /dev/hdb /backup/amiga.hdf

in a shell window to create a full image of the entire hdd.

Bye,
Thomas

Offline maumaTopic starter

  • Newbie
  • *
  • Join Date: Jul 2002
  • Posts: 19
    • Show only replies by mauma
Re: can I ghost my amiga hd on a pc
« Reply #6 on: April 19, 2004, 06:57:36 PM »
Ok, thanks a lot for your help.