ApriDisk
From Just Solve the File Format Problem
(Difference between revisions)
(Added info about the ApriDisk disk image format) |
|||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
|extensions={{ext|dsk}} | |extensions={{ext|dsk}} | ||
}} | }} | ||
| − | ''' | + | '''APRIDISK''' is a disk imaging utility and format for the type of floppy disks used by ACT Apricot (a.k.a. Apricot PC) computers. It was developed by Jonathan Marsters. |
| + | |||
| + | APRIDISK runs on DOS. The extent to which it runs on Apricot computers is unclear. The relevant ACT Apricot and MS-DOS floppy disk formats are similar, but not fully compatible. APRIDISK apparently also supports some MS-DOS floppy disk formats. | ||
| + | |||
| + | == Identification == | ||
| + | A disk image file starts with ASCII "{{magic|ACT Apricot disk image}}", followed by bytes {{magic|1a 04}}. | ||
== Software == | == Software == | ||
| − | * [ | + | * [https://actapricot.org/support/apricot_apridisk.html APRIDISK] |
| − | * [ | + | * [https://www.seasip.info/Unix/LibDsk/ LIBDSK] |
== Sample files == | == Sample files == | ||
| − | * https:// | + | * {{DexvertSamples|archive/apriDisk}} |
| + | * https://actapricot.org/disks/aprid5ks.htm | ||
== Links == | == Links == | ||
* [https://fossies.org/linux/libdsk/doc/apridisk.html ApriDisk file format] | * [https://fossies.org/linux/libdsk/doc/apridisk.html ApriDisk file format] | ||
| + | |||
| + | == Further reading == | ||
| + | * [https://en.wikipedia.org/wiki/Apricot_PC Wikipedia: Apricot PC] | ||
Latest revision as of 13:56, 9 May 2026
APRIDISK is a disk imaging utility and format for the type of floppy disks used by ACT Apricot (a.k.a. Apricot PC) computers. It was developed by Jonathan Marsters.
APRIDISK runs on DOS. The extent to which it runs on Apricot computers is unclear. The relevant ACT Apricot and MS-DOS floppy disk formats are similar, but not fully compatible. APRIDISK apparently also supports some MS-DOS floppy disk formats.
Contents |
[edit] Identification
A disk image file starts with ASCII "ACT Apricot disk image", followed by bytes 1a 04.