Amiga.org

The "Not Quite Amiga but still computer related category" => Amiga Emulation => Topic started by: AmigaFreak on July 24, 2008, 11:28:43 AM

Title: Blank ADF
Post by: AmigaFreak on July 24, 2008, 11:28:43 AM
Does anyone know where I can get a blank ADF image to save my Amiga Basic programs on my WinUAEX setup on my Xbox? I do not believe that WinUAEX makes disk images and all we have here at the apartment are macs. (no WinUAE) to make a blank disk image. If someone could email one to joshuahorn@ymail.com or something I'd be very grateful.
Title: Re: Blank ADF
Post by: Colani1200 on July 24, 2008, 11:37:29 AM
On the Mac, open a shell and type:
Code: [Select]

dd if=/dev/zero of=empty.adf count=1760

This will create a blank (i.e. unformatted) adf.
Title: Re: Blank ADF
Post by: AmigaFreak on July 24, 2008, 11:39:42 AM
Quote

Colani1200 wrote:
On the Mac, open a shell and type:
Code: [Select]

dd if=/dev/zero of=empty.adf count=1760

This will create a blank (i.e. unformatted) adf.


Thank you so much!! :-)