Insert disk in any drive
Commodore Amiga
Severity: MinorWhat Does This Error Mean?
This message means AmigaOS needs a specific disk that is not currently in any floppy drive. The system is looking for a volume by name — insert the named disk into any available floppy drive. You can also click Cancel to abort the operation that requested the disk.
Affected Models
- Commodore Amiga 500
- Commodore Amiga 500+
- Commodore Amiga 600
- Commodore Amiga 1200
- Commodore Amiga 2000
- Commodore Amiga 3000
- Commodore Amiga 4000
- WinUAE emulator
Common Causes
- A program is trying to read a file from a disk that has been ejected
- The Workbench disk was ejected and the system needs a system file
- An ASSIGN in the startup-sequence points to a disk that is not inserted
- A game or application spans multiple disks and needs the next disk
- A program references a path on a volume that has been removed
How to Fix It
-
Read the requester carefully — it names the specific disk volume needed.
The message says which volume name is required. Find that floppy disk and insert it into any drive — the Amiga will detect it automatically.
-
If you do not have the disk, click Cancel or Retry.
Cancel aborts the file operation. The program may handle this gracefully or may crash. Retry checks all drives again — useful if you just inserted the disk and the system has not detected it yet.
-
For multi-disk games: insert the requested disk number.
Many Amiga games shipped on 2-4 floppy disks. When the game requests a specific disk, eject the current disk and insert the one it asks for.
-
On WinUAE: use the floppy drive menu to mount the correct ADF disk image.
In WinUAE, press F12 to open settings, go to Floppy drives, and browse to the correct .ADF file. Or right-click the floppy drive icon in the status bar to quickly swap disk images.
Frequently Asked Questions
Why does the Amiga track disks by volume name instead of drive letter?
AmigaOS uses a volume-based filesystem rather than drive letters like DOS. Each disk has a unique volume name. The OS can find the right disk regardless of which physical drive it is in — a very advanced feature for the 1980s.
Can I assign a volume name to a hard drive partition to stop these requesters?
Yes. If a program looks for a volume called MyData, you can create a hard drive partition or directory and ASSIGN it that volume name. Type ASSIGN MyData: DH0:MyFolder in the Shell to redirect all requests for MyData to your hard drive.