-
Notifications
You must be signed in to change notification settings - Fork 7
Write image file to disk
Henrik Nørfjand Stengaard edited this page Nov 1, 2018
·
2 revisions
Writing an image file to disk is commonly needed to use Amiga harddrive images on a real Amiga.
An Amiga harddrive image can be written to disk with following methods:
- Windows:
- See Use Win32DiskImager to write image file to disk for details about using Win32DiskImager to write image file to disk on Windows.
- macOS: Use ApplePi Baker to write image file to disk.
- Linux: Use dd to write image file to disk.