ADFS
From Just Solve the File Format Problem
(Difference between revisions)
(acknowledge DFS; RISC OS filetypes aren't universal in ADFS; link Wikipedia) |
m (https) |
||
| Line 16: | Line 16: | ||
* [https://en.wikipedia.org/wiki/Advanced_Disc_Filing_System Wikipedia] | * [https://en.wikipedia.org/wiki/Advanced_Disc_Filing_System Wikipedia] | ||
| − | * [ | + | * [https://mdfs.net/Docs/Comp/Disk/Format/ADFS Acorn 8-Bit ADFS Filesystem Structure] |
| − | * [ | + | * [https://mdfs.net/Docs/Comp/Disk/Format/Formats Formats] - table of information about various disk formats |
| − | * [ | + | * [https://www.adsb.co.uk/bbc/linux/ Reading DFS and ADFS floppy disks under Linux] |
| − | * [ | + | * [https://www.boddie.org.uk/david/Projects/Python/ADFSlib/index.html ADFSlib] - a Python module for reading ADFS floppy disk images |
* [http://www.wss.co.uk/pinknoise/Docs/index.html Documentation on Acorn Computers] | * [http://www.wss.co.uk/pinknoise/Docs/index.html Documentation on Acorn Computers] | ||
[[Category:RISC OS]] | [[Category:RISC OS]] | ||
[[Category:Acorn computers]] | [[Category:Acorn computers]] | ||
Latest revision as of 01:29, 25 March 2026
[edit] Overview
The Advanced Disc Filing System (ADFS) is the native filing system in use on 32-bit RISC OS systems. Earlier versions of the filing system were also used on the Acorn Electron and Master Compact 8-bit systems (superseding the DFS that had been used on even earlier systems). Floppy disks with ADFS filing systems are typically referred to by the disk format that they use, each of which corresponds to a particular disk capacity; for example, L format disks are 640K in size. However, D and E format disks are both 800K in size, but use different directory structures.
On 32-bit RISC OS computers, types of files stored in this file system were designated as RISC OS filetypes.
To do: Information about hard disks.
[edit] Resources
- Wikipedia
- Acorn 8-Bit ADFS Filesystem Structure
- Formats - table of information about various disk formats
- Reading DFS and ADFS floppy disks under Linux
- ADFSlib - a Python module for reading ADFS floppy disk images
- Documentation on Acorn Computers