• No results found

access To read, write, or update information on some storage media, such as a disk.

N/A
N/A
Protected

Academic year: 2021

Share "access To read, write, or update information on some storage media, such as a disk."

Copied!
15
0
0

Loading.... (view fulltext now)

Full text

(1)

GLOSSARY

This Glossary includes an alphabetized listing and brief definition of the abbreviations, acronyms, Quantum-specific references, product-specific references, and other technical terms that are used in this manual and that may be unfamiliar to the reader.

access

To read, write, or update information on some storage media, such as a disk. access time

The interval between a system request for data and the time the data is available from the drive. Access time includes the seek time, rotational latency, and servo and command processing overhead. It is usually given as the average time required to access data. See also seek, rotational latency, and overhead.

active I/O process

An I/O process that is currently in execution (not queued). actuator

Also known as the positioner assembly. The internal mechanism that moves the

read/write head to the proper track. There are two types of actuators: rotary voice coil and stepper motor. See rotary voice coil and stepper motor.

allocation

The process of assigning particular areas of the disk to particular files. See also allocation

unit.

allocation unit

Also known as a cluster. A group of sectors on the disk that can be reserved for the use of a particular file.

ANSI

Abbreviation for American National Standards Institute ASCII

Abbreviation for American Standard Code for Information Interchange average seek time

The average time required for a read/write head to move between randomly located tracks.

backup

A copy of data on a separate storage device from the original, to be used if the original is accidentally erased, damaged, or destroyed.

bad block

(2)

Banding

A method of variable frequency recording on the media that attempts to keep the bit density constant, regardless of the track radius. Banding greatly increases capacity and data transfer rates.

bezel

Also known as the faceplate. A plastic panel that extends the face of a drive so that it covers a computer’s drive bay opening. The bezel usually contains a drive-activity LED. bit

Acronym for binary digit. The smallest unit of information recognized by a computer, a binary digit may have one of two values: 1 or 0. A bit is one of the logic 1 or logic 0 binary settings that make up a byte of data. See also byte.

block

The smallest discrete unit that a drive’s controllers can read or write to in a single operation. By default, a block of data consists of 512 bytes.

BPI

Abbreviation for bits per inch. A measure of how densely data is packed on a storage medium.

buffer

An area of RAM used for temporary storage of data that is waiting to be transferred to a device that is not yet ready to receive it.

bus

The part of a chip, circuit board, or interface that conducts data, typically in parallel fashion.

byte

The basic unit of computer memory, large enough to hold one character of alphanumeric data. Normally, a byte is composed of eight bits. See also bit.

cache

RAM used as a buffer between the CPU and a hard disk. Information more likely to be read or changed is placed in the cache, where it can be accessed more quickly to speed up general data flow. See also prefetch.

capacity

The amount of information that can be stored on a disk drive. The data is stored in bytes, and capacity is usually expressed in megabytes, gigabytes or in data sectors.

clean room

An environmentally controlled, dust-free facility in which hard disk drives are assembled or serviced.

CMOS

Acronym for complementary metal oxide semiconductor. A low-power, low-heat, high-density semiconductor.

(3)

command queue

The queue used to store I/O processes. connect

The initiator function that selects a target to establish a nexus and to start an I/O process. The connection that results is an initial connection.

connection

An initial connection or reconnection that can occur only between one initiator and one target.

contingent allegiance

A condition generated by a CHECK CONDITION or COMMAND TERMINATED status during which execution of all tagged I/O processes (for the associated I_T_X nexus) are suspended until the condition is cleared. A target preserves an I_T_X nexus until it is cleared by a hard or soft reset, an abort message or another command for that I_T_X nexus. While the contingent allegiance condition exists, the target maintains sense data for the initiator.

controller

The circuitry that manages a device’s physical data access operations, such as moving read/write heads and erasing tracks and sectors.

controller card

An adapter that holds the control electronics for a device, usually installed in a computer. CPU

Abbreviation for central processing unit. The microprocessor chip that processes information and coordinates all computer functions.

CRC

Abbreviation for cyclic redundancy check. Another name for the 16-bit error detection code (EDC) that is recorded in each data sector. It is used to determine whether parts of a data string are missing or incorrect.

cylinder

An imaginary structure that is one track, on each of the disks, that is located at a given head position. The number of cylinders multiplied by the number of heads equals the number of tracks in the drive.

dedicated servo

A disk surface separate from a data surface that contains only timing and head positioning information. Generally considered to be obsolete technology. defect management

A method that is implemented to ensure long-term data integrity. This is accomplished by scanning the disk drives at the factory for defective sectors, which are then reallocated prior to shipment. During regular use, the drive continues to scan and compensate for any new defective sectors on the disk.

(4)

differential termination

One of two methods for terminating the SCSI bus, characterized by a two-line signal: a (+) signal and a (–) signal. Used to improve noise resistance when long bus cables are required. See also single-ended termination.

disk

Any circular-shaped data storage media that stores data on the flat surface of the platter. The most common disk type is the magnetic disk, which stores data as magnetic patterns in a metal or metal-oxide coating.

disk controller

The chip or complete circuit that translates computer data and commands into a form suitable for use by the disk drive.

DMA

Abbreviation for direct memory access. A process by which data moves directly between a disk drive or other device and system memory without passing through the CPU. This allows the system to continue processing other tasks while the new data is being

retrieved. drive

Typically the short form of disk drive but can refer to a tape drive. drive electronics

See electronics module drive geometry

The functional dimensions of a drive: number of heads, cylinders, and sectors per track. See also low-level formatting.

ECC

Abbreviation for error correction code. An error detection and correction algorithm developed by Reed and Solomon for the verification and correction of stored data. EDC

Abbreviation for error detection code. An end-to-end cyclic redundancy code that is used to protect data from errors that may be introduced by the connecting busses, the disk controller chip, the data cache, or the SCSI interface in a disk drive. See also, CRC. electronics module

The printed circuit board containing the drive electronics. embedded servo

A head positioning technique wherein composite digital and quadrature analog signals are placed in radial spokes on each track, on each disk surface. The signals are read and decoded and used to locate data sectors on the tracks and to center the read/write heads on the tracks. See also, servo spoke data.

encoding

Any technique in which a data format is changed to achieve a particular purpose such as error detection and correction or data compression.

(5)

EPROM

Acronym for erasable programmable read-only memory. Integrated circuit memory chip that can store programs and data in a nonvolatile state. These devices can be erased by ultraviolet light and reused.

extended contingent allegiance

A condition generated by a target and announced with a INITIATE RECOVERY message. The mode is used when multi-step extended error recovery procedures are required to prevent interference as from other initiators in a multi-initiator system. See also contingent allegiance

false

Refers to the logical-zero (or “negated”) state of a binary number. See also, signal

negation.

fast SCSI

The SCSI protocol that governs fast synchronous transfer. See also Synchronous

Transfer.

FCI

Abbreviation for flux changes per inch. Used to describe the storage density on a magnetic surface. See also flux density.

field

A logically related group of one or more physically contiguous bits. file server

A computer that provides network stations with controlled access to shared resources. firmware

The program instructions and data stored in EPROM (read-only memory) for use by a processor.

flux density

The number of magnetic field patterns that can be stored in a given length of disk surface. The number is usually stated as flux changes per inch (FCI), with typical values in the thousands.

flying height

The distance between the read/write head and the disk surface. Smaller flying heights permit more dense data storage but require more precise mechanical design.

form factor

The platter size of a device as defined by industry standard. Popular form factors are 1.3-inch, 1.8 1.3-inch, 2.5 1.3-inch, 3.5 1.3-inch, and 5.25 inch. The trend is toward smaller sizes.

format

The format process writes the initial logical-to-physical mapping on the disk surface. This includes any bad-block slipping or revectoring. This information must exist on a disk before it can store any user data. Formatting erases any previously stored data.

(6)

formatted capacity

The amount of room left to store data on a disk after the required space has been used to write sector headers, boundary definitions, and timing information generated by a format operation.

full height

Term used to describe a disk that occupies the vertical space (3.250 inches) of a full sized 5.25-inch drive. See also half height, low profile.

GB

See gigabyte. gigabyte (GB)

1,000,000,000. (109) bytes, as for disk capacity. See also megabyte. Glist

Abbreviation. When the drive encounters a defective sector during regular use, it adds the address of the sector to the Grown Defect List (Glist). See also Plist.

guide rails

Plastic or metal strips attached to the sides of a disk drive so that the drive slides easily into place.

half height

Term used to describe a disk that occupies half the vertical space (1.625 inches) of a full sized 5.25-inch drive. See also full height, low profile.

hard disk

A storage media that retains data as magnetic patterns on a rigid disk, usually made of an iron oxide or alloy over a magnesium or aluminum platter. Because hard disks spin far more rapidly than floppy disks, and the head flies closer to the disk, hard disks can transfer data much faster and store a great deal more data in the same area.

hard error

A repeatable error in disk data that persists when the disk is re-read. It usually is caused by a tiny defect in the recording media surface.

head assembly

The tiny electromagnetic or magneto-resistive element used to write and read back the magnetic patterns of data on the recording media. See also Diamond Head.

head disk assembly (HDA)

The assembly made up of the spindle motor, spindle, head positioner (actuator), head preamp electronics, and magnetic disk assembly.

high-level formatting

Formatting performed by the operating system’s format program. Among other things, the formatting program creates the root directory and file allocation tables. See also

(7)

host adapter

The interface between a particular type of computer system bus and the disk drive, usually a plug-in board. An example is the SCSI Controller.

interface

A hardware or software protocol, contained in the electronics of the disk controller and disk drive, that manages the exchange of data between the drive and the computer. Also refers to the hardware required to connect the controller and drive.

I/O process

An I/O process consists of an initial connection (nexus) followed by zero or more

reconnections, all pertaining to a single command or a group of linked commands. An I/O process normally ends with a BUS FREE phase following a COMMAND COMPLETE or a RELEASE RECOVERY message.

jumper

An electrical connector, contained in a small plastic enclosure, used to configure or select circuit board features or options. The jumper slips over two pins that protrude from a circuit board or pins of a connector to connect the two pins electrically. Sometimes called a shunt jumper.

latency

The delay between when the controller arrives on track and starts looking for a specific block of data on a track and when that block rotates around to where it can be accessed by the read/write head. On average, it is half the rotation time.

LBA

Abbreviation for Logical Block Address. A sequentially-numbered identity of a multi-byte block of user data. It does not refer directly to the physical location of the data in a disk drive.

logical format

The logical drive geometry that appears to the computer system BIOS as defined by the drive tables and stored in CMOS.

logical unit

A physical or virtual peripheral device addressable through a target. low-level formatting

Formatting maps logical blocks to physical blocks so the operating system can access the required areas for generating the file structure. See also high-level formatting, formatting. low profile

Drives built to the 3.5-inch form factor but are only 1 inch high. The standard 3.5-inch form factor drives are 1.625 inches high. See also half height, full height.

magneto-resistive

A unique characteristic of some metals, which, when combined, yields a variable electrical resistance to varying magnetic fluxes. The resistance varies directly with the strength of the flux, field, not simply to a change in flux as with magneto-inductance.

(8)

media

The magnetic film that is deposited or coated on an aluminum substrate that forms a platter. The media is overcoated with a molecularly-thin lubricating surface to prevent damage to the heads or media during head take off and landing. The media is where the data is stored in the form of magnetic flux or magnetic polarity changes.

megabit (Mb) 1,000,000 (106

) bits. megabyte (MB)

1,000,000 (106) bytes for disk capacity or 220 bytes for RAM capacity. See also gigabyte.

megahertz (MHz)

A measurement of frequency in millions of cycles per second. MHz

See megahertz. microprocessor

The integrated circuit chip that performs the bulk of data processing and controls the operation of all the parts of the system. A disk drive also contains a microprocessor to handle all the internal functions of the drive and to support the embedded controller. MTBF

Abbreviation for mean time before failure. Rates predict the reliability of a product, and is often expressed in power on hours (POH).

nanosecond (ns)

One billionth of a second (0.000 000 001 second or 10-9 second).

nexus

A relationship between two devices that begins with the establishment of an initial connection and ends with the completion of an I/O process. A nexus relationship is further defined by the letters I (initiator), T (target), L (logical unit), R (target routine), x (either L or R), Q (queue tag), and x_y (either an x or a Q)

ORCA

Optimized Reordering Command Algorithm. A unique method for executing commands in a manner which minimizes the delay effects of seeking and rotational offset (latency). overhead

The command processing time required by the controller, host adapter, or drive prior to any actual disk accesses. Overhead time for reading a sector can be defined as the sum of reading the gap, synchronization, header, EDC and ECC.

overwrite

(9)

parity

An error checking technique wherein the sum of the bits in a data byte is used to set or reset an extra parity bit, depending on whether the sum is an odd or an even number. A second parity check after the data is transferred to a new location checks that the new parity bit matches the transferred bit. Parity checking can only detect an odd number of bit errors (1,3,5, etc.). Parity is defined as odd or even, depending on which condition (odd or even) is used to set the parity bit.

parking zone

A position in a non-data area on a disk platter reserved for resting the heads when power is off. Using this area prevents the heads from touching the surface in data areas upon power down, adding to the data integrity and reliability of the disk drive. The parking zone is most often inside the disk’s inner-most cylinder.

partition

A portion of a hard disk accessed as one logical volume by the system. Also refers to a band or notch. See Banding.

performance

A measure of drive speed during normal operation. Factors affecting drive performance are seek times, transfer rate, and command overhead.

physical format

The actual layout of cylinders, tracks, and data sectors on a disk drive. physical sector

See sector, data. platter

See hard disk.. POH

Abbreviation for power-on hours. The unit of measurement for mean time between failures as expressed in the number of hours that power is applied to the device, regardless of the amount of actual data transferred. See MTBF.

prefetch

The technique of buffering data into cache RAM by reading subsequent blocks in advance to anticipate the next request for data. Prefetch speeds up disk accesses to sequential blocks of data.

queue

A prioritized list or set of processes. A queue may be a FIFO (first-in, first-out), LIFO (last-in, first -out) or a random-access entity.

queue tag

The value associated with an I/O process that uniquely identifies it from other queued I/O processes in the logical unit from the same initiator.

queued I/O process

(10)

RAM

Acronym for random access memory. A type of memory media that allows information to be stored and retrieved rapidly by a microprocessor or controller. The information may be stored and retrieved in any order with no priorities given.

RAM disk

A phantom disk drive for which a section of system memory (RAM) is set aside to hold data, just as if it were an actual disk. Data access is extremely fast, but the data is lost when the system is reset or turned off unless time is allowed for storage on a bulk device before shutdown.

read

The function of detecting, processing and transmitting data that has been recorded (written) on a magnetic disk or some other media.

read/write head

The tiny transducer used to create and detect magnetic patterns on the disk that represent data. The head may be an electromagnetic coil and metal pole piece or a combination of a coil (for writing) and a magneto-resistive element (for reading). A disk has a single read/write head per side and usually (but not always) a head on both sides.

reconnect

The act of reviving a nexus to continue an I/O process. An initiator reconnects to a target using the SELECTION and MESSAGE OUT phases after winning arbitration. The target reconnects to the initiator using RESELECTION and MESSAGE IN phases after

winning arbitration. reconnection

The state which results from a reconnect. It exists from the assertion of BSY in the SELECTION or RESELECTION phase and lasts until the next BUS FREE phase. RLL

Abbreviation for Run Length Limited. An advanced method used to encode (or compress) data for storage on a disk. RLL encoding stores almost 50 percent more data than MFM (Modified Frequency Modulation). RLL code improves MFM code by encoding data bits in groups rather than singly. Many encoding schemes are possible. The best achieve optimum values of code rates, clocking, power spectrum, error propagation and encoding complexity. A number pair (e.g., 1,7) is usually stated with RLL references. It refers to the minimum number of 0;s(1) and the maximum number of 0’s (7) that can separate data 1’s stored on the disk.

ROM

Acronym for read-only memory. Usually in the form of a PROM that contains data or programs that can be accessed and read but not modified by the system.

rotary actuator

The rotary actuator is a positioner assembly that has largely replaced the stepper motor. It allows closed-loop feedback positioning of the heads, which is far more accurate than stepper motors and has greater component longevity. See also stepper and voice coil.

(11)

rotational latency

The delay between when the controller starts looking for a specific block of data on a track and when that block rotates around to where it can be accessed by the read/write head. On average, it is half the time of a full disk rotation.

SCA

Single Connector Attachment. A drive connector that combines the signal and power connectors into one. Typically, SCA-type connectors are used in RAID (Redundant Array of Inexpensive Devices) systems.

SCA-2

An improved Single Connector Attachment that incorporates two electrostatic discharge (ESD) pins on either end of the connector to improve safety when making a connection. SCAM-1

SCSI Configured Automatically. A plug-and-play method used in some drives. SCSI

Acronym for small computer system interface (pronounced “scuzzy”), an American National Standards Institute (ANSI) standard protocol for the interface between a computer and up to 16 devices. SCSI is one of the most flexible and powerful interfaces available.

SCSI–1

The first small computer system interface standard. SCSI–2

An enhanced small computer system interface as defined and published by ANSI in standard X3.131-1994. One of the major features of SCSI–2 is integrating the controller into the peripheral device, making the device independent of the initiator.

SCSI3

A new set of related ANSI standards are currently under development by the X3T10 committee. The old SCSI−2 standard has been divided into a new set of standards for SCSI−3. Some of these [working draft] standards are :

SAM (SCSI Architecture Model) for the architecture;

SBC (SCSI Block Commands) for the disk drive specific command set. SPC (SCSI Primary Commands) for the primary command set; and SIP (SCSI Interlocked Protocol) for the protocol layer;

SPI (SCSI Parallel Interface) for the physical layer;

Layering the standards documents in this manner allows substitution of parts of the structure as new technology arrives.

SCSI address

The unique address assigned to a SCSI bus device. Normally, the address is assigned and set during system installation with priority being a consideration. A SCSI address is a value of 0 to 7 (or 0 to 15 for “wide” SCSI).

SCSI bus

(12)

SCSI device

A host adapter or a target controller that can be attached to the SCSI bus. SCSI ID

The bit-significant representation of the SCSI address referring to one of eight (or one of sixteen) data lines.

sector, data

A physical section of space along a track on the disk, or, the data that is stored in that section. Certain hard disks have data sectors that are a maximum of 524 data bytes long, plus several additional bytes for error detection and correction codes. Not to be confused with servo sectors.

seek

A movement of the disk read/write head in or out to locate a specific track. segmented cache buffer

A cache buffer that is organized into multiple track lines. Segmenting the cache allows track data to be saved in separate segments when the head is switched rather than having to erase the entire cache. Segmenting the cache enables command reordering on a more efficient track-basis rather than on a command-basis.

sense data

Information returned to an initiator regarding error conditions in the drive. servo sector time

The time (in µsec) between reading one servo header (or “spoke”) and reading the next header.

servo spoke data

In embedded servo technology, digital and quadrature analog servo data is written

(embedded) in multiple headers (or “spokes”) on each track on the data-recording area of each disk surface. The digital portion of the spoke data are read and used to locate the correct track, spoke, and head number. The quadrature analog signal portion is detected and used by a servo feedback control loop to precisely position the head on the track center.

servo surface

A separate disk surface containing only positioning and disk timing information but no data. This surface is used with dedicated servo systems and is generally thought to be obsolete technology.

settle time

The interval between when a track-to-track movement of the head stops and when the residual vibration and movement dies down to a level sufficient for reliable reading or writing. See also Bus Settle Time.

shock rating

A durability measurement for hard drives (expressed in Gs) of how much shock or sudden movement a disk can sustain without damage.

(13)

signal assertion

The act of driving a signal to the true (logical-one) state. An asserted signal on the SCSI bus is a low voltage resulting from driving a transistor ON.

signal negation

The act of driving a signal to the false (0) state, or allowing the cable terminators to bias the signal to the false state by placing the data driver in the high impedance (off)

condition. A negated signal on the SCSI bus is a high voltage resulting from all OR-tied transistors being OFF.

signal release

The act of allowing the cable terminators to bias the signal to the false state by placing the bus driver in the high impedance (off) condition.

single-ended termination

One of two methods for terminating the SCSI bus, characterized by signal values that conform to the ANSI-defined levels for SCSI implementation. Typically used for short cable runs. See also differential termination.

skew

To shift sector addresses when switching tracks or cylinders to create a slight overlap under the read/write heads. The overlap works to delay the arrival of the next (in

sequence) sector from arriving under the selected head until the track or cylinder switch has been done. Skewing minimizes latency time (increasing data throughput) when data on the drive is accessed sequentially.

S.M.A.R.T.

Self-Monitoring and Analysis Reporting Technology. The continual monitoring of the drive’s operating condition with reports sent to the host computer. Similar to Quantum’s EWS (Early Warning System) used in some drives.

spindle

The center shaft of the disk upon which the drive’s platters are mounted. Usually contains an integral dc brushless motor.

sputter

A type of coating process used to apply the magnetic coating to high-performance disks. In sputtering, the disks are placed in a vacuum chamber and the coating is vaporized and deposited on the disks. The resulting surface is hard, smooth, and capable of storing data at high density.

status

One byte of information sent from a target to an initiator upon completion of each command.

substrate

The material the disk platter is made of beneath the magnetic coating. Hard disks are generally made of an aluminum-magnesium alloy or glass, while the substrate of flexible diskettes is usually mylar.

(14)

surface

The top or bottom side of a disk, which is coated with the magnetic material for recording data. On some drives, one surface may be reserved for positioning servo information. This servo technique is now replaced with the more efficient imbedded servo technology. See servo data.

synchronous data transfer

Data transfer that allows transfer of multiple blocks of data between request or acknowledgment signals, since request and acknowledgment signals need not be sent before and after each block. This method is faster than asynchronous data transfer. target

An SCSI device that performs an operation requested by an initiator. target routine

An I/O process directed to a target and not to a logical unit. thin film

A type of coating used for disk surfaces and read/write heads. Thin-film surfaces allow more bits to be stored per disk. Thin-film heads allow closer flying heights.

third-stroke seek

A method of evaluating the power requirements of a hard drive. It involves monitoring drive current while seeking to a selected track, waiting for 1/2 a revolution, then seeking to a track that is 1/3 of the total actuator stroke from the first. The seek/wait cycle is usually repeated three times.

TPI

Abbreviation for tracks per inch. The number of tracks or cylinders that are written in each inch of travel across a disk surface.

track

One of many concentric magnetic circle patterns on a disk surface that contain data. See

cylinder.

track density

How closely the tracks are packed on a disk surface, specified in tracks per inch (TPI). track-to-track seek time

The time required for the read/write heads to move to an adjacent track. transfer rate

The rate at which the disk sends and receives data from the controller. true

Refers to the logical-one (or “asserted”) state of a binary number. See also, signal

(15)

unformatted capacity

The total number of bytes of data that can be put on a disk drive. Formatting the disk requires approximately 20% of this space to record servo data, addresses, boundary definitions, and timing information. After formatting, user data can be stored on the remaining disk space, known as the formatted capacity.

voice coil

A type of motor used to move the disk read/write heads to the desired track. A voice coil actuator works like a loudspeaker. A coil is suspended in a magnetic field. A servo-controlled current in the coil generates an electromagnetic force that moves the coil. The moving coil moves the actuator with its attached heads to the desired position on the disk. See also rotary actuator.

wide SCSI

SCSI protocol permits wide data transfers of 16 or 32 bits. wide data transfer

Data transfer that allows information transfer across 16 (or future 32) bits. Faster than standard

8-bit data transfer. write

References

Related documents

Insofar as the worker flow relations in Figures 6 and 7 are stable over time, movements in aggregate hires, separations, quits and layoffs can be accounted for by movements in

Duke University, 2000; Bureau of Labor Statistics, 2001; Board of Governors of the Federal Reserve System, 2001; Federal Reserve System Committee meetings, 2001; University of

The appendices below provide you with extra information on the hard disk organization, how information is stored on disks, how disks should be installed in the computer and

r Inside Disk Utilities check that both your hard disks are showing properly, that the new hard disk is of the correct size, and make sure both the hard disks show up as

Comparison of radioactivity densities between contaminated water and water treated by the multi-nuclide removal equipment and the ratio of radioactivity densities to the density

I establish my covenant with you, that never again shall all flesh be cut off by the waters of a flood, and never again shall there be a flood to destroy the earth.” God said,

Using historical data to establish the effect of gasoline price changes on consumer vehicle choice, a predictive model has been created showing the expected switch to

It includes multiple types of food aid, exposing consistent narratives regardless of the type of food provision and is one of few studies on the lived experience of food inse- curity