Disk Masher System

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Sample files)
(Software: XAD)
 
(One intermediate revision by one user not shown)
Line 15: Line 15:
 
| 1 || Simple || [[Run-length encoding|RLE]]
 
| 1 || Simple || [[Run-length encoding|RLE]]
 
|-
 
|-
| 2 || Quick || RLE + {[[LZ77]] with 256-byte window}
+
| 2 || Quick || RLE   {[[LZ77]] with 256-byte window}
 
|-
 
|-
| 3 || Medium || RLE + {LZ77 with 16K window}
+
| 3 || Medium || RLE   {LZ77 with 16K window}
 
|-
 
|-
| 4 || Deep || RLE + {[[LZ77 with Huffman coding|LZ77 with adaptive Huffman coding]]}
+
| 4 || Deep || RLE   {[[LZ77 with Huffman coding|LZ77 with adaptive Huffman coding]]}
 
|-
 
|-
 
| 5 || Heavy1 || Like Heavy2, with 4K window
 
| 5 || Heavy1 || Like Heavy2, with 4K window
 
|-
 
|-
| 6 || Heavy2 || {Optional RLE} + {[[LZ77 with Huffman coding|LZ77 with static Huffman coding]], 8K window (similar to [[LHA]]'s "lh5" method)}
+
| 6 || Heavy2 || {Optional RLE}   {[[LZ77 with Huffman coding|LZ77 with static Huffman coding]], 8K window (similar to [[LHA]]'s "lh5" method)}
 
|-
 
|-
 
| 7–9 || Heavy3–5? || Reserved?
 
| 7–9 || Heavy3–5? || Reserved?
Line 58: Line 58:
 
Various:
 
Various:
 
* {{CdTextfilesURL|17b5/files/}}
 
* {{CdTextfilesURL|17b5/files/}}
* https://telparia.com/fileFormatSamples/archive/dms/
+
* {{DexvertSamples|archive/dms}}
  
 
== Software ==
 
== Software ==
Line 66: Line 66:
 
* [[The Unarchiver]]
 
* [[The Unarchiver]]
 
* {{Deark}}
 
* {{Deark}}
 +
* {{XAD}}
  
 
== Links ==
 
== Links ==

Latest revision as of 10:46, 12 April 2024

File Format
Name Disk Masher System
Ontology
Extension(s) .dms
Wikidata ID Q1228770

DMS (Disk Masher System) is a compressed disk image format used on Amiga computers.

Contents

[edit] Compression methods

ID Name Description and remarks
0 No compression
1 Simple RLE
2 Quick RLE {LZ77 with 256-byte window}
3 Medium RLE {LZ77 with 16K window}
4 Deep RLE {LZ77 with adaptive Huffman coding}
5 Heavy1 Like Heavy2, with 4K window
6 Heavy2 {Optional RLE} {LZ77 with static Huffman coding, 8K window (similar to LHA's "lh5" method)}
7–9 Heavy3–5? Reserved?

[edit] Identification

Files begin with ASCII characters "DMS!".

[edit] Format info

[edit] Sample files

Uncompressed (0):

Simple/RLE (1):

Quick (2):

  • FAIRLIGHT 10 YEARS → FAIRLIGHT_10_YEARS.zip → FAIRLIGHT_10_YEA.{BIN,CUE} → FLTAMIGA/FLT1991/BOMBJACK.DMS

Medium (3):

Deep (4):

Heavy1 (5):

Heavy2 (6):

Various:

[edit] Software

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox