Welcome, Guest. Please login or register.

Author Topic: I want to resurrect an old amiga 600 hard drive  (Read 3053 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Colani1200

  • Hero Member
  • *****
  • Join Date: Jul 2006
  • Posts: 707
    • Show all replies
Re: I want to resurrect an old amiga 600 hard drive
« on: February 15, 2013, 08:56:00 AM »
I'd suggest to connect the drive to a Linux PC (e.g. with an USB adapter) and create an image with dd. Assuming the drive shows up as sdb, the syntax would be something like this:

# dd if=/dev/sdb of=image.hdf

The image should be usable in UAE afterwards.