Welcome, Guest. Please login or register.

Author Topic: Blank ADF  (Read 3792 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline AmigaFreakTopic starter

  • Sr. Member
  • ****
  • Join Date: Apr 2004
  • Posts: 291
    • Show only replies by AmigaFreak
Blank ADF
« 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.
-- Joshua E. Horn

"Um... I think my computer let out the blue smoke! What should I do?!?!?"
 

Offline Colani1200

  • Hero Member
  • *****
  • Join Date: Jul 2006
  • Posts: 707
    • Show only replies by Colani1200
Re: Blank ADF
« Reply #1 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.
 

Offline AmigaFreakTopic starter

  • Sr. Member
  • ****
  • Join Date: Apr 2004
  • Posts: 291
    • Show only replies by AmigaFreak
Re: Blank ADF
« Reply #2 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!! :-)
-- Joshua E. Horn

"Um... I think my computer let out the blue smoke! What should I do?!?!?"