.DSK

DSK File

Disk Image File (raw floppy / vintage-computer disk image)
Ask a question
QUICK ANSWER

A DSK file is a disk image that stores the raw contents of a floppy or vintage-computer disk sector by sector. The right tool depends on where the file came from: Apple II images open in AppleWin or CiderPress II, Amstrad CPC / ZX Spectrum images need a CPC emulator, and generic PC floppy images open in WinImage or IsoBuster. There is no single DSK format, which is the main source of confusion.

Developer: N/A (generic; many vendors and emulators) Category: Disk Image Files MIME: application/octet-stream
OPENS ON Windows macOS Linux
Related: .BIN · .ISO · .MDF · .DMG

On this page

19k+ extensions indexed
Last reviewed Jun 18, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the DSK file format?

A .dsk file contains a disk image. .dsk is a generic file extension - it is not native to any single program and is not standardized across the industry. The extension most commonly stores images of floppy disks from the vintage home-computer era, including Apple II, Amstrad CPC, and ZX Spectrum disks, though it is also applied to images of hard disks and other storage media.

Because .dsk is an umbrella extension, the internal format varies by origin. The most widely recognized structured variant is the Amstrad CPC/ZX Spectrum format, which begins with the ASCII header MV - CPCEMU or EXTENDED CPC DSK File at offset 0. A plain raw image - such as an Apple II DOS 3.3 floppy - carries no header at all; it is simply the disk's sectors laid end-to-end. A .dsk image can be one of the following types:

  • Raw - a 1:1, byte-by-byte sector copy of the disk
  • Logical - a copy of disk contents as seen by the file system (logical volume)
  • Partition - a copy of only part of a given disk, such as user data excluding system areas

Disk images are typically created to obtain a data backup copy, which can then be used to restore data. Raw images are also used in digital forensics to preserve evidence. Because .dsk is a generic image format, a file created in one program may not be compatible with another, even when both support the .dsk extension. Using appropriate tools, .dsk images can be mounted as virtual disks and browsed as if they were physical storage. Related formats include .IMG, .ISO, .VHD, and .NIB (Apple II nibble image).

Security & safety

RISK: MEDIUM

The .dsk container itself is passive sector data, but the disk it images can hold executable software - a retro game image is usually harmless, but a PC floppy image can contain old boot-sector viruses or DOS malware that some antivirus still flags. Risks are mostly about source and obsolescence: download retro .dsk images from reputable preservation archives, scan extracted files before running, and remember that a damaged or non-standard .dsk may simply not open in the wrong tool (it's not corrupt - it's the wrong variant for that program).

Format details

in a nutshell
FULL NAMEDisk Image File (raw floppy / vintage-computer disk image)
DEVELOPERN/A (generic; many vendors and emulators)since Used since the 1980s home-computer era; no single standard
MIME TYPEapplication/octet-stream
TYPESector-by-sector image of a floppy or hard disk (binary)

Programs that open DSK files

Windows5 apps
WinImage Paid Open a raw PC floppy .dsk to browse, extract, or inject files; can also write the image back to a physical disk.
7-Zip Open-source Try opening a FAT-formatted .dsk as an archive to list/extract files without mounting.
IsoBuster Freemium Open the .dsk to inspect its file system and extract files; good for recovering data from old images.
AppleWin Open-source For Apple II .dsk images: load the .dsk into Drive 1 and boot the emulated Apple II.
CiderPress II Open-source Modern Apple II disk-image tool: open Apple .dsk/.po/.do/.2mg to browse and extract files.
macOS2 apps
Apple Disk Utility Built-in Can mount/convert some raw .dsk images (Try File > Open Disk Image); for emulator-specific .dsk use the matching emulator instead.
OpenEmulator / Virtual ][ Open-source For Apple II/retro .dsk images on macOS: load the disk image into the emulated drive.
Linux1 app
dskutil / cpctools / Linux loop mount Open-source Raw FAT .dsk: sudo mount -o loop file.dsk /mnt. CPC/Spectrum images: use cpctools/dsktools. Apple II: AppleCommander.

Technical details

deep spec
Format categoryBinary sector-by-sector disk image - an umbrella extension with no single internal standard
Magic bytesNone for raw images; Amstrad CPC/Spectrum variant begins with ASCII `MV - CPCEMU` or `EXTENDED CPC DSK File` at offset 0
Header structureAbsent in raw mode (sectors begin at byte 0); Amstrad CPC variant opens with a 256-byte disk information block followed by 256-byte track information blocks
Typical raw file size143 KB (Apple II 140 KB disk), 720 KB (3.5-inch DD floppy), 1.44 MB (3.5-inch HD floppy) - determined entirely by source disk geometry
CompressionNot built into the format; raw `.dsk` images are uncompressed binary copies of disk sectors with no inherent encoding
MIME typeapplication/octet-stream
Apple II raw variant geometry35 tracks × 16 sectors × 256 bytes each (DOS 3.3, 143,360 bytes); sector interleave order matches the original Disk II controller
Amstrad CPC track layoutUp to 80 tracks per side, single- or double-sided; standard geometry uses 9 sectors × 512 bytes per track; extended format supports variable sector counts per track
MS-DOS floppy geometry720 KB images: 80 tracks, 2 sides, 9 sectors × 512 bytes; 1.44 MB images use 18 sectors per track at the same track and side count
Identification methodNo universal magic number; variant is determined by file size, known geometry table, and the emulator or imaging tool that produced it
Side countSingle-sided (SS) or double-sided (DS) depending on the source disk; most emulator-distributed images are single-sided 35- or 40-track floppies
Mounting on LinuxRaw `.dsk` images can be mounted as loopback block devices using `mount -o loop disk.dsk /mnt` when the filesystem inside is recognized
Primary modern useSoftware preservation and vintage-computer emulation - the extension is the standard interchange format for Apple II, Amstrad CPC, ZX Spectrum, and CP/M emulators
Extension name conflictThe `.dsk` extension is also claimed by Turbo Pascal compressed disk sets and several proprietary backup utilities, causing format ambiguity when no header is present
Encoding of sector dataSectors are stored in physical or logical order as raw bytes; no checksum or error-correction data from the original disk controller is preserved in plain raw images
ReleasedUsed since the 1980s home-computer era; no single standard
Specificationen.wikipedia.org

DSK conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with DSK files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about DSK files.

Frequently asked questions

How do I open a .dsk file?
It depends where it came from. A retro-computer game image opens in the matching emulator (e.g. AppleWin for Apple II); a generic raw PC floppy image opens in IsoBuster, WinImage or sometimes 7-Zip. There is no single 'DSK viewer' because .dsk isn't one format.
What program makes / reads .dsk files?
Many do - emulators (AppleWin, OpenEmulator, CPCEMU/WinAPE), disk-image tools (WinImage, IsoBuster), and some VM/backup software. The size and source of the file tell you which family it belongs to.
How do I mount a .dsk file?
If it's a FAT-formatted raw image you can loop-mount it on Linux (mount -o loop) or open it in WinImage on Windows. Emulator-specific .dsk images aren't 'mounted' - you load them into the emulator's virtual drive.
What's the difference between .dsk and .iso?
ISO images optical discs (CD/DVD/Blu-ray); .dsk almost always images a floppy or a vintage-computer disk. They use different geometries and tools, so they're not interchangeable.
My .dsk won't open - is it corrupted?
Usually not - you're probably using the wrong tool for that .dsk variant. An Apple II image won't open in a PC floppy tool and vice versa. Check what system the file is for and use that emulator/utility.
How do I extract files from a .dsk image?
For Apple II images use CiderPress II or AppleCommander; for PC floppy images use WinImage or IsoBuster; for CPC/Spectrum images use cpctools/dsktools. These read the image's file system and let you pull files out.

References

1Wikipedia - Disk imageen.wikipedia.org
2AppleWin (Apple II emulator)github.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.ICSiCalendar data file

Related extensions

.BINCD/DVD Disc Image (BIN/CUE)
.ISOISO disc image (ISO 9660 / UDF)
.MDFMedia Descriptor File (Alcohol 120% / DAEMON Tools disc image)
.DMGApple Disk Image
.NRGNero Burning ROM Disc Image
.TIBAcronis True Image Backup

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z