DFS
From Just Solve the File Format Problem
(Difference between revisions)
(minimal page) |
(→Overview: less sure about double-density 5¼" discs using DFS now) |
||
| Line 6: | Line 6: | ||
== Overview == | == Overview == | ||
| − | The Disc Filing System (DFS) was the filesystem format used for floppy disks by Acorn's early 8-bit computers, such as the BBC Micro. Acorn [[Acorn single density 5 1/4" disk|single | + | The Disc Filing System (DFS) was the filesystem format used for floppy disks by Acorn's early 8-bit computers, such as the BBC Micro. Acorn [[Acorn single density 5 1/4" disk|single density 5¼" disks]] would typically contain a DFS filesystem. |
DFS was a very simple filesystem, supporting a only small number of contiguous files with 7-character names in a flat structure (although files could be assigned to single-letter "directories", similar to [[CP/M file system|CP/M]]'s user numbers). | DFS was a very simple filesystem, supporting a only small number of contiguous files with 7-character names in a flat structure (although files could be assigned to single-letter "directories", similar to [[CP/M file system|CP/M]]'s user numbers). | ||
Latest revision as of 01:24, 25 March 2026
[edit] Overview
The Disc Filing System (DFS) was the filesystem format used for floppy disks by Acorn's early 8-bit computers, such as the BBC Micro. Acorn single density 5¼" disks would typically contain a DFS filesystem.
DFS was a very simple filesystem, supporting a only small number of contiguous files with 7-character names in a flat structure (although files could be assigned to single-letter "directories", similar to CP/M's user numbers).
DFS was superseded by the Advanced Disc Filing System (ADFS), which was available on Acorn's later 8-bit computers such as the Master Compact (and more commonly used than DFS on that machine's 3½" disks), as well as the 32-bit Archimedes and later.
[edit] Resources
- Wikipedia
- Acorn DFS disc format on BeebWiki
- dfsimage: Python software which understands the DFS filesystem format