Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!cbmvax!daveh From: daveh@cbmvax.cbm.UUCP (Dave Haynie) Newsgroups: comp.arch,comp.periphs Subject: Re: Re: an idea for higher capacity disks Message-ID: <987@cbmvax.cbmvax.cbm.UUCP> Date: Thu, 13-Nov-86 10:48:54 EST Article-I.D.: cbmvax.987 Posted: Thu Nov 13 10:48:54 1986 Date-Received: Thu, 13-Nov-86 21:47:08 EST References: <899@ethos.UUCP> Organization: Commodore Technology, West Chester, PA Lines: 46 Xref: mnetor comp.arch:17 comp.periphs:7 > One additional note about the CBM drives though, they use a 5-for-4 > GCR encoding scheme to record the data, this supposedly allows them to get > away with higher densities on cheaper media. > -- > ------------------------------------------ > Gregory G. Woodbury The usual disclaimers apply > {duke|mcnc|rti-sel}!ethos!ggw > The line eater is a boojum snark! additional mail to ..ethos!dukcds!ggw The aforementioned 1540/1541/1571 disk drives, using 35 formatted tracks per side, can record at slightly more data then that of standard 40 track MFM; about 349K per (double sided) diskette, using the normal 256 byte sectors (the MFM encoding scheme results in about 328K using the same sector size). An older Commodore floppy drive, the IEEE-488 bus 8250, could store around 1.05 Megabytes per diskette, formatted. It used 77 tracks per side; the normal MFM formats get only around 720K per diskette using 80 tracks per side (and 512 byte instead of 256 bye sectors). The 8250 drive uses from 29 to 23 blocks per track, depending upon the track's position. The PC-AT drives can store a bit more than this, but they do it by formatting around 135 tracks per side, which requires special high-density diskettes instead of the standard DS/DD diskettes that an 8250 could use. Keeping in the Commodore tradition of weird disk formats, the Amiga has a few tricks of its own. It uses 80 track-per-side MFM encoding, but it ALWAYS reads and writes full tracks. This allows the positioning of adjacent sectors to be done tightly, resulting in 11 512 byte sectors per track, for a total of 880K of formatted storage versus the 720K norm. The MFM encoding is actually done in software, using the Amiga's blitter for coding (in 3 passes) and decoding (in 1 pass); the particular encoding scheme was in fact chosen because its easy to encode and decode; it is entirely possible to create higher density encodings with this machine, and it would be possible to vary the density with the track being written. -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dave Haynie {caip,ihnp4,allegra,seismo}!cbmvax!daveh "Laws to supress tend to strengthen what they would prohibit. This is the fine point on which all the legal professions of history have based their job security." -Bene Gesserit Coda These opinions are my own, though for a small fee they may be yours too. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~