Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!tektronix!ogcvax!omsvax!icalqa!hplabs!sri-unix!towson@amsaa From: towson%amsaa@sri-unix.UUCP Newsgroups: net.micro.cpm Subject: Re: DSDD can it read SSSD disks Message-ID: <12735@sri-arpa.UUCP> Date: Mon, 17-Oct-83 22:07:16 EDT Article-I.D.: sri-arpa.12735 Posted: Mon Oct 17 22:07:16 1983 Date-Received: Sun, 23-Oct-83 04:17:48 EDT Lines: 23 From: David Towson (CSD) Greg - Yes, a double-side double-density DISK DRIVE can read and write single-side single-density disks. HOWEVER, there is more to this than the disk drive alone. The controller and software must also work with the single-side single-density format. As far as the drive itself is concerned, single-side single-density just uses one head and a different encoding scheme. The bit-rate is the same for both single and double density, but the bits are used "more economically" in double density, giving an increase in storage capacity by a factor of about 1.8(not actually 2). It is the controller that encodes and decodes the data, and it is also the controller that determines which head is used at any given time. Some double-side systems treat each side as a separate disk having its own separate directory. Other double-side systems treat both sides as a single volume having a single directory. The difference is determined by the software that does disk I/O. In summary then,the drive is able to handle either format, and the single-chip disk controllers that I know of for double-density can also handle single density(however, I don't claim to know about all available single-chip controllers), but the software in a particular system may or may not be able to switch the disk controller to either format. Dave