RL02
   HOME

TheInfoList



OR:

RL01 and RL02 drives are moving head
magnetic disk Magnetic storage or magnetic recording is the storage of data on a magnetized medium. Magnetic storage uses different patterns of magnetisation in a magnetizable material to store data and is a form of non-volatile memory. The information is ac ...
drives manufactured by
Digital Equipment Corporation Digital Equipment Corporation (DEC ), using the trademark Digital, was a major American company in the computer industry from the 1960s to the 1990s. The company was co-founded by Ken Olsen and Harlan Anderson in 1957. Olsen was president unt ...
for the PDP-8 and
PDP-11 The PDP-11 is a series of 16-bit minicomputers sold by Digital Equipment Corporation (DEC) from 1970 into the 1990s, one of a set of products in the Programmed Data Processor (PDP) series. In total, around 600,000 PDP-11s of all models were sold, ...
microcomputers. The RL01 and RL02 drives stored approximate 5MB and 10MB respectively, utilizing a removable data cartridge. The drives are typically mounted in a standard 19" rack and weigh 34 kg. Up to four RL02 or RL01 drives may be used, in any combination, from a single controller. Typically an RL11 in the case of a Unibus PDP-11 and an RLV11 or RLV12 in the case of a Q-bus PDP-11. On the PDP-8/a the controller is an RL8A which consists of an M8433 Hex wide Omnibus card.


Cartridge format

The RL01 and RL02 data cartridges are based on IBM 5440 cartridges, but have servo tracking data pre-encoded onto the cartridge. This reduces the need for strict head alignment, allowing cartridges to be used in several drives (although there was no backwards compatibility between RL02 and RL01 cartridges, despite similar appearance). However, this prevents on-site low level formatting of cartridges. The drives have logic to prevent this servo data from being overwritten. RL01 cartridges have 256 tracks, and RL02 cartridges have 512 tracks.


Data format

On both RL01 and RL02 cartridges, each track is divided into 40 sectors of equal length. Each sector is divided into six fields, defined as follows (where each word is 16 bits).) * Header Preamble (PR1) consists of three words of 47 zeros, followed by a single one for synchronization. * Header, consisting of three words. The first word identifies whether the sector is on the upper or lower side of the platter, followed by the track number (1 to 256 or 1 to 512) and finally the sector number (1 to 40). The second word is all zeros. The third word contains a
cyclic redundancy check A cyclic redundancy check (CRC) is an error-detecting code commonly used in digital networks and storage devices to detect accidental changes to digital data. Blocks of data entering these systems get a short ''check value'' attached, based on t ...
(CRC) of the header. This is checked during a read operation. * Header Postamble (PO1) of one word consisting only of zeros. This field separates the header and data fields, enabling for mechanical tolerances between drives. * Data Preamble (PR2) consists of three words of 47 zeros, followed by a single synchronization one bit. * Data contains 128 words (a total of 2048 bits), followed by single word (16 bits)
cyclic redundancy check A cyclic redundancy check (CRC) is an error-detecting code commonly used in digital networks and storage devices to detect accidental changes to digital data. Blocks of data entering these systems get a short ''check value'' attached, based on t ...
* Data Postamble (PO2) contains 16 zero bits. The header and data is preceded by two servo bursts (S1 and S2) which are prerecorded onto the data cartridge during manufacture. Data is encoded on the disk using Modified Frequency Modulation, where a one bit will result in a magnetic flux reversal on the magnetic coating of the cartridge. The last track of an RL01 and RL02 cartridge contains a table which lists all of the bad sectors on the cartridge. This track also contains the cartridges serial number.) The drive does not contain any logic for handling bad sectors - this must be performed by the operating system. Hence, one could potentially erase this table if the operating system does not prevent against it.


Interface

Access to and from an RL drive is done serially, via a 40 pin cable running from the controller inside the computer to the drive. These lines are described in the table below.


References

{{Digital Equipment Corporation Computer storage devices DEC hardware PDP-11