Category:Easy Disk Image Formats: Difference between revisions

From Sinclair Wiki
Jump to navigation Jump to search
(Created page with "This type of disk images contain only the dumped sector data. There is no header information, so the geometry of the disk should assumed, or determined from the data of filesy...")
 
m (Add to File Formats category)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
This type of disk images contain only the dumped sector data. There is no header information, so the geometry of the disk should assumed, or determined from the data of filesystem laid on disk image.
This type of disk images contain only the dumped sector data. There is no header information, so the geometry of the disk should assumed, or determined from the data of filesystem laid on disk image.


This images cannot store any non standard data, like:
* deleted sectors
* not uniformly formatted tracks
* [[weak sector data]]


There are two schema for sector sequence:
There are two schema for track sequence:
* “alt”:
* “alt”:
** Side: 0 Track: 0
** Side: 0 Track: 0
Line 16: Line 20:
** Side: 1 Track: 1
** Side: 1 Track: 1
** …
** …
[[Category:File Formats]]

Latest revision as of 00:55, 10 May 2020

This type of disk images contain only the dumped sector data. There is no header information, so the geometry of the disk should assumed, or determined from the data of filesystem laid on disk image.

This images cannot store any non standard data, like:

There are two schema for track sequence:

  • “alt”:
    • Side: 0 Track: 0
    • Side: 1 Track: 0
    • Side: 0 Track: 1
  • “out-out”:
    • Side: 0 Track: 0
    • Side: 0 Track: 1
    • Side: 0 Track: 2
    • ...
    • Side: 1 Track: 0
    • Side: 1 Track: 1

Pages in category 'Easy Disk Image Formats'

The following 3 pages are in this category, out of 3 total.