Welcome, Guest. Please login or register.

Author Topic: Make ADF of Amiga partitions  (Read 6089 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Matt_H

Re: Make ADF of Amiga partitions
« on: December 29, 2013, 12:26:41 AM »
ADFs are floppy disk images. I don't think you meant to back up to those. Easiest thing to do is get another drive and run
Code: [Select]
copy dh0:#? bu0:dh0bu/ ALL CLONEThat command will clone your DH0: partition to a directory called dh0bu on a disk called BU0:. If anything ever happens to your DH0: partition, just run the command the other way:
Code: [Select]
copy bu0:dh0bu/#? dh0: ALL CLONE
Make sure this other disk you're backing up to is Amiga-formatted, otherwise you'll lose the AmigaDOS protection bits. If it's not easy for you to attach another drive to your Amiga, you should probably stick the drive in a PC and do this through WinUAE.