Apple II 16 sector disk

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Links)
(Software, disk images, and emulation)
(17 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
|released=1980
 
|released=1980
 
}}
 
}}
 
 
The '''Apple II 16 sector disk''' was the floppy-disk format for the Apple II computer line starting with DOS 3.3, superseding the [[Apple II 13 sector disk]] used in DOS 3.2.1 and earlier. It was a 5.25" disk (single-sided, soft-sectored, meaning that the index hole was ignored in finding sector locations) with 35 tracks each containing 16 sectors, storing 256 bytes of data in each sector for a total of 143,360 bytes (140K), using [[GCR encoding]] (of a type known as "6 and 2", which stored data more efficiently than the "5 and 3" format used in the earlier 13-sector disks; 6 and 2 encoding would continue to be used in later Apple disk formats) to store the data. A ROM upgrade was necessary for older disk drives to support the new format.
 
The '''Apple II 16 sector disk''' was the floppy-disk format for the Apple II computer line starting with DOS 3.3, superseding the [[Apple II 13 sector disk]] used in DOS 3.2.1 and earlier. It was a 5.25" disk (single-sided, soft-sectored, meaning that the index hole was ignored in finding sector locations) with 35 tracks each containing 16 sectors, storing 256 bytes of data in each sector for a total of 143,360 bytes (140K), using [[GCR encoding]] (of a type known as "6 and 2", which stored data more efficiently than the "5 and 3" format used in the earlier 13-sector disks; 6 and 2 encoding would continue to be used in later Apple disk formats) to store the data. A ROM upgrade was necessary for older disk drives to support the new format.
  
Three tracks of the disk were taken up by the DOS software (on bootable disks), and one more track with the catalog (directory) for the [[Apple DOS file system]], leaving 124K for file storage. Some other filesystems also used with this format were [[ProDOS file system]], [[SOS file system]], and [[CP/M file system]].
+
Three tracks of the disk were taken up by the DOS software (on bootable disks), and one more track with the catalog (directory) for the [[Apple DOS file system]], leaving 124K for file storage. Some other filesystems also used with this format were [[ProDOS file system]] (also used as the Apple III SOS file system) and [[CP/M file system]].
  
 
While the disks were single-sided, users often punched an extra notch on the opposite side to permit the disks to be flipped over for use of the other side (the notch was necessary to prevent the disk from being seen by the drive as write-protected). This was done despite being discouraged by disk manufacturers, since the disks weren't designed to work well this way (only one side was certified for data storage, and also running it in both directions could cause debris to build up in ways unanticipated by the designers). However, some disk manufacturers eventually did produce double-notched disks for this use.
 
While the disks were single-sided, users often punched an extra notch on the opposite side to permit the disks to be flipped over for use of the other side (the notch was necessary to prevent the disk from being seen by the drive as write-protected). This was done despite being discouraged by disk manufacturers, since the disks weren't designed to work well this way (only one side was certified for data storage, and also running it in both directions could cause debris to build up in ways unanticipated by the designers). However, some disk manufacturers eventually did produce double-notched disks for this use.
  
When the 16-sector format was introduced, a utility called MUFFIN was distributed on the system disk to transfer files from 13-sector disks into the new format. An "unofficial" utility called NIFFUM transferred files in the opposite direction.
+
When the 16-sector format was introduced, a utility called MUFFIN was distributed on the system disk to transfer files from 13-sector disks into the new format. An "unofficial" utility called NIFFUM transferred files in the opposite direction. Another unofficial utility, "Advanced Demuffin", handled various sorts of nonstandard disks (particularly [[copy-protected]] ones) with different track/sector layouts.
  
 
== Software, disk images, and emulation ==
 
== Software, disk images, and emulation ==
 
* [https://github.com/cmosher01/Apple-II-System-Masters Apple II system master disk images]
 
* [https://github.com/cmosher01/Apple-II-System-Masters Apple II system master disk images]
* [http://projects.raphnet.net/#adt Linux port of Apple Disk Transfer 1.22]
 
 
* [https://archive.org/details/Apple_DOS_v3.3_1980 Apple DOS 3.3 download and in-browser emulation: Internet Archive]
 
* [https://archive.org/details/Apple_DOS_v3.3_1980 Apple DOS 3.3 download and in-browser emulation: Internet Archive]
 
* [https://archive.org/details/Diversi-DOS_v2c_1982_DSR Diversi-DOS download and in-browser emulation: Internet Archive]
 
* [https://archive.org/details/Diversi-DOS_v2c_1982_DSR Diversi-DOS download and in-browser emulation: Internet Archive]
 +
* [http://www.virtualii.com/ Virtual II: Apple emulation for Mac]
 +
* [https://github.com/dmolony/DiskBrowser Apple II Disk Browser]
  
 
== Data transfer info ==
 
== Data transfer info ==
 
* [http://retro.icequake.net/apple2pc.html Apple-to-PC disk transfer info]
 
* [http://retro.icequake.net/apple2pc.html Apple-to-PC disk transfer info]
 +
* [http://projects.raphnet.net/#adt Linux port of Apple Disk Transfer 1.22]
 +
 +
One way to get the files from those disks to something newer is to attach a Compact Flash interface to your Apple:
 +
* [http://dreher.net/?s=projects/CFforApple1&c=projects/CFforApple1/main.php Compact Flash interface card for Apple I]
 +
* [http://dreher.net/?s=projects/CFforAppleII&c=projects/CFforAppleII/main.php Compact Flash interface card for Apple II]
  
 
== Other links ==
 
== Other links ==
Line 26: Line 31:
 
* [[Wikipedia:Apple DOS|Wikipedia article on Apple DOS]]
 
* [[Wikipedia:Apple DOS|Wikipedia article on Apple DOS]]
 
* [http://apple2history.org/2010/11/18/even-apple-used-pirate-tools/ Even Apple used pirate tools] (Dean Esmay)
 
* [http://apple2history.org/2010/11/18/even-apple-used-pirate-tools/ Even Apple used pirate tools] (Dean Esmay)
 +
* [http://www.numerama.com/magazine/27491-le-code-source-d-apple-ii-dos-est-disponible.html Le code source d'Apple II DOS est disponible]
 +
* [https://archive.org/details/AdvancedDemuffin15 Advanced Demuffin]
 +
* [http://www.textfiles.com/apple/CRACKING/addocs.txt Advanced Demuffin docs]
 +
* [https://archive.org/details/PostDemuffinPatcher4am Post Demuffin Patcher: removes copy protection from disks]
 +
* [http://www.6502lane.net/2015/03/12/don-worths-beneath-apple-dos-original-text-files/ Don Worth’s Beneath Apple DOS original text files]
 +
* [https://ia801504.us.archive.org/14/items/RockysBootsv40_4amCrack/Rocky's%20Boots%204.0%20%284am%20crack%29.txt Cracking Rocky's Boots protected disk from 1985]
 +
* [https://ia801508.us.archive.org/18/items/Gumball4amCrack/Gumball%20(4am%20&%20san%20inc%20crack).txt Cracking Gumball] (has some background information on how bytes are encoded on Apple disks)
 +
* [http://retroconnector.com/disk-images-edd/ Disk Images from EDD] (actual viewable images of the bits in Apple II disks)
 +
 +
[[Category:Apple II series]]

Revision as of 06:02, 3 December 2017

File Format
Name Apple II 16 sector disk
Ontology
Released 1980

The Apple II 16 sector disk was the floppy-disk format for the Apple II computer line starting with DOS 3.3, superseding the Apple II 13 sector disk used in DOS 3.2.1 and earlier. It was a 5.25" disk (single-sided, soft-sectored, meaning that the index hole was ignored in finding sector locations) with 35 tracks each containing 16 sectors, storing 256 bytes of data in each sector for a total of 143,360 bytes (140K), using GCR encoding (of a type known as "6 and 2", which stored data more efficiently than the "5 and 3" format used in the earlier 13-sector disks; 6 and 2 encoding would continue to be used in later Apple disk formats) to store the data. A ROM upgrade was necessary for older disk drives to support the new format.

Three tracks of the disk were taken up by the DOS software (on bootable disks), and one more track with the catalog (directory) for the Apple DOS file system, leaving 124K for file storage. Some other filesystems also used with this format were ProDOS file system (also used as the Apple III SOS file system) and CP/M file system.

While the disks were single-sided, users often punched an extra notch on the opposite side to permit the disks to be flipped over for use of the other side (the notch was necessary to prevent the disk from being seen by the drive as write-protected). This was done despite being discouraged by disk manufacturers, since the disks weren't designed to work well this way (only one side was certified for data storage, and also running it in both directions could cause debris to build up in ways unanticipated by the designers). However, some disk manufacturers eventually did produce double-notched disks for this use.

When the 16-sector format was introduced, a utility called MUFFIN was distributed on the system disk to transfer files from 13-sector disks into the new format. An "unofficial" utility called NIFFUM transferred files in the opposite direction. Another unofficial utility, "Advanced Demuffin", handled various sorts of nonstandard disks (particularly copy-protected ones) with different track/sector layouts.

Software, disk images, and emulation

Data transfer info

One way to get the files from those disks to something newer is to attach a Compact Flash interface to your Apple:

Other links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox