+ All Categories
Home > Documents > Hard Drives Continued

Hard Drives Continued

Date post: 03-Jan-2016
Category:
Upload: zephania-houston
View: 31 times
Download: 0 times
Share this document with a friend
Description:
Hard Drives Continued. Latency and Spindle Speed. The time it must wait for the correct sector to swing by clearly depends on how fast the disks are rotating – the spindle speed. - PowerPoint PPT Presentation
95
CSIT 301 (Blum) 1 Hard Drives Continued
Transcript
Page 1: Hard Drives Continued

CSIT 301 (Blum) 1

Hard Drives Continued

Page 2: Hard Drives Continued

CSIT 301 (Blum) 2

Latency and Spindle Speed

• The time it must wait for the correct sector to swing by clearly depends on how fast the disks are rotating – the spindle speed.– If the spindles rotates at 10,000 RPM (revolutions per

minute), then it rotates at speed of 10,000/60 = 166.7 revolutions per second.

– If there are 166.7 revolutions per second, then a revolution takes 1/166.7 seconds = 0.006 s or 6 ms.

– The average latency is half of the rotation time or in this case 3 ms.

Page 3: Hard Drives Continued

CSIT 301 (Blum) 3

PCGuide table

Page 4: Hard Drives Continued

CSIT 301 (Blum) 4

Ordering the to-do list

• Because the hard drive is slower than the processor and memory, there may be a back up of tasks for it to perform. The order in which it performs these tasks can greatly affect its efficiency.

• One ordering is a simple FIFO (first-in, first-out) ordering. The tasks (reads and writes) are queued up and the first task requested is the first task performed.

Page 5: Hard Drives Continued

CSIT 301 (Blum) 5

More Sophisticated Orderings

• Seek-Time Optimization (a.k.a. Elevator seeking):– Seek time involves the radial positioning of the

head. The tasks are ordered based on their radial positioning to minimize seek time.

• Access-Time Optimization (a.k.a. multiple command reordering):– Takes into account both radial and angular

positioning to minimize access time which includes seek time and latency.

Page 6: Hard Drives Continued

CSIT 301 (Blum) 6

Ordering Comparison

Page 7: Hard Drives Continued

CSIT 301 (Blum) 7

Locating data

• The platters are dense with data, if the head is even the slightest bit off target, one will be reading the wrong data.

• The actuator uses a voice coil. The voice coil uses a feedback mechanism to locate the data. – Feedback means taking some output and putting it back

in as input. In this case the head is reading information from the platter. Some of that information is telling the head where it is on the platter.

Page 8: Hard Drives Continued

CSIT 301 (Blum) 8

Servo Information

• The information on the disk about location on the disk is called servo information. – It is not user’s data but data about the disk’s

operation.

• The servo information can be placed – In dedicated sectors (wedge servo)– On dedicated platter side (dedicated servo)– Spread throughout (embedded servo)

Page 9: Hard Drives Continued

CSIT 301 (Blum) 9

Page 10: Hard Drives Continued

CSIT 301 (Blum) 10

Low-level format

• Low-level formatting (LLF), a.k.a. physical formatting, establishes the tracks, sectors, etc. and writes the servo information.

• For a hard drive, this is done once by the manufacturer.

• For a floppy disk, this can be done by the user. • Any previous data is lost when a low-level format

is performed on a disk.

Page 11: Hard Drives Continued

CSIT 301 (Blum) 11

Our old enemy heat

• When objects heat up, they tend to expand (thermal expansion).

• If the heat in a hard drive is not distributed uniformly, then different platters are at different temperatures and thus have expanded different amounts.

• This is why dedicated servo is not as good as embedded servo.

Page 12: Hard Drives Continued

CSIT 301 (Blum) 12

Thermal recalibration• Every once in awhile the hard disk reads

itself just to check on track positioning and so forth. – You may hear the hard drive spinning even

though the PC is neither reading it nor writing to it.

– This is called thermal recalibration. – The amount of thermal calibration necessary

was reduced by manufacturers moving to embedded servo techniques.

Page 13: Hard Drives Continued

CSIT 301 (Blum) 13

A gentle breeze• While reading or writing the platters spin, which

causes a breeze. The actuator arm is designed like a wing that floats in this breeze.

• When the drive spins down (stops spinning), the breeze stops blowing and the actuator arm must come in for a landing. It comes in contact with the platter.

• We do not want there to be any data written in the region where the arm lands.

Page 14: Hard Drives Continued

CSIT 301 (Blum) 14

The landing zone is for …• There are special regions on the disk called landing

zones where no data is written and where the head comes to rest when the drive spins down.

• Positioning the head into the landing zone is called head parking.

• There is a BIOS parameter that informs the system where the landing zones are. But in modern drives the drive is designed to return automatically to the landing zone (even if the power is lost).

• Some drives are designed so that the head never lands.

Page 15: Hard Drives Continued

CSIT 301 (Blum) 15

Landing Zone Setting in BIOS

Page 16: Hard Drives Continued

CSIT 301 (Blum) 16

Spindle Speed Revisited• In addition to accurately positioning the head, the

platter must spin at a very accurate speed. • The standard spindle speed for a long time was 3600

RPM (revolutions per minutes), which corresponds to 60 cycles per second or 60 Hz, which is same frequency as the AC power that comes out of a standard US wall socket.

• But since latency is connected to spindle speed, the spindle speeds have been raised.

• The higher speeds tend to debut with SCSI drives and then filter down to ATA/IDE drives.

Page 17: Hard Drives Continued

CSIT 301 (Blum) 17

Spindle speed and drive type

Source: PCGuide.com

Page 18: Hard Drives Continued

CSIT 301 (Blum) 18

Spindle Speed Issues

• Smaller platters are easier to spin faster – Think of an ice skater spinning

• Platters must spin together, so it is easier to spin fewer platters.

• The platter must spin at a steady speed and not vibrate (we don’t want a head crash).

• Heat and power: spinning faster requires more power and generates more heat.

Page 19: Hard Drives Continued

CSIT 301 (Blum) 19

Power Issue

• Because of momentum (objects in motion tend to remain in motion), it takes more power to start the drive spinning than to keep it spinning. – This is one place where the 12V connection is used

– “Power management” reduces the power when a device is not being used. But spinning up a hard drive requires more power than maintaining the rotation, so continually starting and stopping could cost power.

• Also the starting and stopping could be detrimental to the drive.

Page 20: Hard Drives Continued

CSIT 301 (Blum) 20

Power Issue (Cont.)

• When a computer has multiple drives, e.g. a master/slave set up, the slave may delay its spin up until the master has completed its spin up so they are not pulling on the power simultaneously. – One may have to use a particular jumper setting

to ensure this delay.

Page 21: Hard Drives Continued

CSIT 301 (Blum) 21

Cover and Base Casting

Don’t open the case (unless your room is clean).

The screws in the case are unusual to prevent you from opening it.

Page 22: Hard Drives Continued

CSIT 301 (Blum) 22

Yes to Air / No to Dust

• The hard drive cannot be completely sealed off, it needs air to keep it from overheating.

• On the other hand, the slightest spec of dust can cause a head crash.

• A hard drive needs an air filtration and circulation system. – The circulation occurs naturally in that the spinning

disks cause the air to flow. – There is a filter to keep dirt out. It does not need

changing.

Page 23: Hard Drives Continued

CSIT 301 (Blum) 23

Heat Issues Revisited

• Recall that moving air (convection) is the primary mechanism for cooling computer devices and that the spinning platters get the air moving inside hard drives.

• Thus typical hard drives (ATA/IDE and SCSI with moderate spindle speeds) can use passive cooling.

• High speed SCSI drives may need active cooling (i.e. fans).

Page 24: Hard Drives Continued

CSIT 301 (Blum) 24

Drive cooler

Page 25: Hard Drives Continued

CSIT 301 (Blum) 25

Bay cooler

Page 26: Hard Drives Continued

CSIT 301 (Blum) 26

Retail vs. OEM

• Retail– Hard Disk Drive, Installation Instructions,

Drivers and/or Overlay Software, Mounting Hardware, Interface Cable, Warranty Card

• OEM (original equipment manufacturer)– Hard Disk Drives and Jumpers (maybe)

Page 27: Hard Drives Continued

CSIT 301 (Blum) 27

Geometry Review

• A platter is divided into concentric circles called tracks.

• The tracks are further divided into arcs called sectors. – A sector holds 512 bytes of data. – There may be additional bytes for servo information. – There may be additional bytes for error detection and

correction. – In zoned bit recording (ZBR) outer tracks have more

sectors than inner tracks.

Page 28: Hard Drives Continued

CSIT 301 (Blum) 28

Data transfer rate is track dependent

• The spindle rotates at a specified angular speed (e.g. 7200 RPM).

• The data transfer rate depends on this speed.

• But since there are more sectors and thus more data at larger radii, the data transfer rate can be track dependent.

Page 29: Hard Drives Continued

CSIT 301 (Blum) 29

Zone Dependent Data Transfer Rate

Page 30: Hard Drives Continued

CSIT 301 (Blum) 30

Interleaving

• When storing a file larger than a sector, it is sometimes faster to store it on non-consecutive sectors– In one-to-one interleaving, the sectors are

placed consecutively around a track. – In two-to-one interleaving, every other sector is

written to – …

Page 31: Hard Drives Continued

CSIT 301 (Blum) 31

Interleaving (cont.)

Page 32: Hard Drives Continued

CSIT 301 (Blum) 32

Interleaving (cont.)

• The purpose of interleaving is to make the disk drive more efficient. The disk drive can access only one sector at a time, and the disk is constantly spinning beneath the head.

• This means that by the time the drive is ready to access the next sector, the disk may have already spun beyond it.

• It depends how fast the controller is. Modern controllers are very fast and 1-to-1 interleaving is the norm.

Page 33: Hard Drives Continued

CSIT 301 (Blum) 33

What’s the delay?

• Modern controllers are so fast there is effectively no delay between writing one sector and the next and thus interleaving is not necessary.

• But if writing requires switching to a different platter (same cylinder) there is a small delay.

• And if the writing requires placing data on more than one track/cylinder, there is a more substantial delay in repositioning the head so as to write to the next track.

Page 34: Hard Drives Continued

CSIT 301 (Blum) 34

Cylinder and Head Skew

• The sector numbering is staggered to account for delay.

• There is staggering from platter to platter within the cylinder. This is known as head skew.

• There is staggering from track to track on a given platter. This is known as cylinder skew.

Page 35: Hard Drives Continued

CSIT 301 (Blum) 35

Cylinder and Head Skewing

Staggering on a given platter (cylinder skew) and staggering from platter-to-platter (head skew).

Page 36: Hard Drives Continued

CSIT 301 (Blum) 36

Three-Step Process to Use Hard Disk

• To prepare a hard disk for use, there are three steps: – Low-level (or physical) formatting – Partitioning– High-level (or logical) formatting

Page 37: Hard Drives Continued

CSIT 301 (Blum) 37

Low-Level Formatting• For hard drives, low-level formatting is done by the

manufacturer. • It establishes the tracks, sectors and so on. • It writes the servo information onto the disk. • Any information on a disk is lost if it is low-level

formatted. • There are pseudo-low-level formatting utilities that

one can run which effectively write 0’s to all of the sectors and replace bad sectors with spares. – This is distinct from true low-level formatting which

establishes the sectors.

Page 38: Hard Drives Continued

CSIT 301 (Blum) 38

Partitioning• Partitioning separates the disk into logical pieces. • The standard motivations for partitioning are:

– To have multiple operating systems on the same disk (e.g. a “dual boot system”)

– To improve disk efficiency, to minimize “slack” and so on.

– To separate system files from user files (from virtual memory).

Page 39: Hard Drives Continued

CSIT 301 (Blum) 39

Drive Letters and Partitions

• Drive letters A and B are reserved for floppies. (It was standard for early PCs to have two floppy disk drives.)

• The computer begins assigning hard drive partitions drive letters starting with C.

• All primary drives are assigned letters first. • Next letters are assigned to logical volumes

within the extended partition.

Page 40: Hard Drives Continued

CSIT 301 (Blum) 40

Partitions

• A drive must have at least one partition. • A drive can have at most four partitions.

– These are known as the primary partitions. – One can achieve the effect of having more than

four partitions on one hard drive by designating one as an extended partition (instead of a primary partition). The extended partition can then be divided into logical partitions or logical volumes.

Page 41: Hard Drives Continued

CSIT 301 (Blum) 41

Primary versus Logical• “Boot-ability”: A primary partition is bootable and

can be set as the active partition. – Typical schemes reserve primary partitions to act as

potential active partitions. That is, if the space is to be used for non-operating-system files, the space will be set up as a logical volume instead of a primary partition.

• Drive Letter Assignment: All primary partitions are assigned drives before any logical partition is assigned a drive letter. – Adding (not replacing) a hard drive can result in a

reordering of one’s drives if one has logical partitions.

Page 42: Hard Drives Continued

CSIT 301 (Blum) 42

Parts of a Primary Partition

• A primary partition will contain some combination of the following three things:– System partition: the files need to start the

operating system– Boot partition: the operating system files – General purpose partition: any other files

(programs and data)

Page 43: Hard Drives Continued

CSIT 301 (Blum) 43

Master Boot Record• The first thing read from the hard drive when a

computer starts is the Master Boot record (MBR). – It is located at cylinder 0, head 0, and sector 1.

• The MBR consists of: – Master Partition Table

• This table is limited in size and only has information about the primary partitions (not any logical volumes) and which primary partition is active

– Master Boot Code• A small program to start the boot process

Page 44: Hard Drives Continued

CSIT 301 (Blum) 44

Volume Boot Sector

• Each partition has a volume boot sector (or partition boot sector) which contains information about: – The size of the partition – Volume Boot Code:

• The Master Boot Code calls the Volume Boot Code of the active partition. The Volume Boot Code starts loading the operating system.

– Location of the File Allocation Table (FAT)

Page 45: Hard Drives Continued

CSIT 301 (Blum) 45

Boot sector virus

• The master boot code and the volume boot code are the first software code executed after the BIOS (firmware) has started the computer when it is powered up.

• This very low-lying code is susceptible to viruses known as boot sector infectors. – Why you should not have a floppy in the drive

when you boot (unless you mean to boot from the floppy).

Page 46: Hard Drives Continued

CSIT 301 (Blum) 46

High-level formatting

• After one partitions a disk, the next level of preparing it to be used is to high-level (or logical) formatting.

• Logical formatting provides– Partition boot sector– System ID byte (identifies partition)– Information for the filesystem– Data on bad sectors

Page 47: Hard Drives Continued

CSIT 301 (Blum) 47

Filesystem

• The filesystem indicates how the data is organized within the drive. – Physically the drive is organized into platters,

tracks and sectors. But at the high level data is organized into files.

– The filesystem handles this correspondence between the physical location of data on the disk and its logical separation into files.

Page 48: Hard Drives Continued

CSIT 301 (Blum) 48

File Allocation Table

• One of the main features of the filesystem is the file allocation table (FAT).

• The FAT is a table used to store the location of files. Sometimes a file cannot be stored entirely in consecutive locations. Then the operating system stores the information about all of the parts of the file and how they are arranged in the FAT.

Page 49: Hard Drives Continued

CSIT 301 (Blum) 49

Fragmentation

• When the files are broken into pieces, it is known as fragmentation.

• There is a defragmentation utility that rearranges the data stored on a disk to minimize the amount of fragmentation.

• Because reading contiguous data is faster, defragmenting can help with performance.

Page 50: Hard Drives Continued

CSIT 301 (Blum) 50

Go to My Computer, right click on a drive, choose Properties

Page 51: Hard Drives Continued

CSIT 301 (Blum) 51

On the dialog box, choose the Tools tab

Page 52: Hard Drives Continued

CSIT 301 (Blum) 52

Click on the Defragment Now button

Page 53: Hard Drives Continued

CSIT 301 (Blum) 53

Disk Defragmenter: This could take awhile

Page 54: Hard Drives Continued

CSIT 301 (Blum) 54

Near beginning of defrag (Note different computer from previous slide)

Page 55: Hard Drives Continued

CSIT 301 (Blum) 55

Getting bored

Page 56: Hard Drives Continued

CSIT 301 (Blum) 56

Getting nowhere fast

Page 57: Hard Drives Continued

CSIT 301 (Blum) 57

Can’t take much more of this

Page 58: Hard Drives Continued

CSIT 301 (Blum) 58

Finally

Page 59: Hard Drives Continued

CSIT 301 (Blum) 59

Too many sectors

• Tied up with the concept of FAT is the notion of clusters.

• The hard drive is organized into sectors but a large hard drive has a large number of sectors. – E.g. 10 GB drive has approx. 20,000,000

sectors.

Page 60: Hard Drives Continued

CSIT 301 (Blum) 60

Clusters• The various sectors must be addressed. Operating

systems have a limited size address which in turn limits the number of sectors. – Early partitioning was used to allow hard drives to

exceed this limit.

• Another solution to this limitation was to address groups of sectors instead of individual sectors. – A set of sectors (4 to 64) grouped together for

addressing purposes is known as a cluster.

Page 61: Hard Drives Continued

CSIT 301 (Blum) 61

FAT• The file allocation table (FAT) stores information

about clusters. • The FAT describes how each cluster is being used,

for example, which clusters are free and which are being used. – Sometimes the operating system indicates that a cluster is

being used when it is not. This is called a lost cluster. – You can free up disk space by reassigning lost clusters

with the ScanDisk utility.

• The FAT also indicates how clusters are chained together to form files.

Page 62: Hard Drives Continued

CSIT 301 (Blum) 62

Disk scanning

Page 63: Hard Drives Continued

CSIT 301 (Blum) 63

FAT• The FAT is located right after the volume boot sector. • The differences in filesystems (such as FAT, FAT32

and NTFS) lie in the size of the address and the management of the FAT.

• For example, there are usually two copies of the FAT (the second serving as a backup of the first). FAT and FAT32 differ in how they manage this backing up process.

• One can determine the filesystem of a drive by using the chkdsk command.

Page 64: Hard Drives Continued

CSIT 301 (Blum) 64

chkdsk Command (while running)

Page 65: Hard Drives Continued

CSIT 301 (Blum) 65

chkdsk Command (completed)

Page 66: Hard Drives Continued

CSIT 301 (Blum) 66

Chkdsk on a floppy

Page 67: Hard Drives Continued

CSIT 301 (Blum) 67

FAT Comparison

Not 32 as the name might suggest

(2G)

Page 68: Hard Drives Continued

CSIT 301 (Blum) 68

Slack

• With limited addresses and drive capacities growing, cluster sizes were growing.

• The problem with large clusters is that one cannot use part of a cluster for one file and the rest for another.

• Thus with large clusters there was a lot of unused (and unusable) disk space known as “slack”.

Page 69: Hard Drives Continued

CSIT 301 (Blum) 69

Partitioning helped

• Breaking the drive down into smaller pieces helped since the address only had to identify clusters within a partition. This allowed for smaller clusters and less slack.

• The switch from FAT (FAT16) to FAT32 increased the size of the address used to identify clusters. Thus the cluster size could be reduced without introducing a lot of partitions.

Page 70: Hard Drives Continued

CSIT 301 (Blum) 70

Partitioning can still help

• Although FAT 32 allows one to address many more clusters, doing so can have detrimental effects. – The size of the file allocation table increases if there are

more clusters. – The file allocation is something you may read often and

thus something you might want to cache. But if it is too big, it will not fit in the cache or take up too much room in cache.

• The level of cache we are talking about here is holding something in memory to access faster than going to hard drive.

Page 71: Hard Drives Continued

CSIT 301 (Blum) 71

Cluster size automated

• The numbers of sectors in a cluster is set automatically within FAT32. It is based on the size of the partition. – < 256 MB 1 sector/cluster – 256MB to 8 GB 8 sectors/cluster– 8 GB to 16 GB 16 sectors/cluster– 16 GB to 32 GB 32 sectors/cluster – 32 GB to …. 64 sectors/cluster

Page 72: Hard Drives Continued

CSIT 301 (Blum) 72

Directories and Folders• Users think of files are stored in directories (or

folders). So in addition to the actual location of the information associated with a file, the disk must also store the logical information about where the user believes the file to be stored – the directory structure.

• To each directory, there corresponds a file containing a table with information about what files are in the folder.

Page 73: Hard Drives Continued

CSIT 301 (Blum) 73

Directory entry data

• Each directory table entry has data for – Name of the file (and extension)– Attribute byte (whether the file is read-only,

etc.)– Last data/time the file was modified– File size– Pointer to the first cluster

Page 74: Hard Drives Continued

CSIT 301 (Blum) 74

Attribute Byte

Page 75: Hard Drives Continued

CSIT 301 (Blum) 75

File Properties (Right click on file)

Page 76: Hard Drives Continued

CSIT 301 (Blum) 76

File Properties Dialog Box

Page 77: Hard Drives Continued

CSIT 301 (Blum) 77

Directory Tree

• The files are in directories (folders). The directories are in directories. Ultimately every file on a drive is contained in the root directory.

• The root directory plays a special role. The corresponding file is located right after the two copies of the FAT.

Page 78: Hard Drives Continued

CSIT 301 (Blum) 78

Limited Size?

• FAT (a.k.a. FAT16) limited the size of the root directory.– See table on next slide

• FAT32 lifted this restriction. – Still the root directory is a poor place to locate

too many files.

Page 79: Hard Drives Continued

CSIT 301 (Blum) 79

FAT Limitations on number of entries in directory file

Page 80: Hard Drives Continued

CSIT 301 (Blum) 80

File name size limitations• Originally MSDOS filesystems used 11 bytes for

the name (8 bytes) and extension (3 bytes) of the file in the directory table entry. – Users were stuck with this naming convention.

• Microsoft introduced VFAT in Windows 95 to allow for longer file names. – An alias table was set up, a user’s long file name was

assigned to a short file name.

Page 81: Hard Drives Continued

CSIT 301 (Blum) 81

Connecting a Hard Drive

• There are typically three sets of pins and/or connectors associated with a hard drive– Power (Molex): the juice that allows it to

operate – Data Interface: where data, addresses,

instructions enter and leave – Jumper: switches that specify in what mode

the drive will operate

Page 82: Hard Drives Continued

CSIT 301 (Blum) 82

Power, Jumper and Data Interface

Page 83: Hard Drives Continued

CSIT 301 (Blum) 83

Power Connectors

The larger is the so-called Molex connector.

The smaller is called the mini connector.

Page 84: Hard Drives Continued

CSIT 301 (Blum) 84

Two Categories• There are two basic categories of hard drives

which have different interfaces. • IDE/ATA

– ATA (Advanced Technology Attachment) is the formal name for IDE (Integrated Drive Electronics) is one of the standard interfaces between the motherboard and drives

• SCSI: – Small Computer System Interface (“scuzzy”) is another

interface particularly well suited for connecting many devices to

Page 85: Hard Drives Continued

CSIT 301 (Blum) 85

Different Interfaces/Different Connectors

• IDE/ATA uses a 40-pin rectangular connector.

• SCSI uses one of the following– 50-pin D-shaped connector (narrow SCSI) – 68-pin D-shaped connector (wide SCSI)– or 80-pin D-shaped connector (wide SCSI

using single connector attachment (SCA))

Page 86: Hard Drives Continued

CSIT 301 (Blum) 86

Data Interface Connectors

ATA/IDE

SCSI

Page 87: Hard Drives Continued

CSIT 301 (Blum) 87

IDE/ATA Jumper Settings

• If two IDE/ATA drives share the interface, one is designated the master, the other the slave. The various jumper settings are mainly connected with this. It may specify the drive – As the master– As the slave – As either depending on its position

Page 88: Hard Drives Continued

CSIT 301 (Blum) 88

IDE/ATA Jumpers

• MA: Master• SL: Slave • CS: Cable select• SO: Sole/Only (not

shown)• SP: Slave Present (not

shown)

Page 89: Hard Drives Continued

CSIT 301 (Blum) 89

SCSI Jumper

• SCSI drives tend to be higher-end drives. They are more sophisticated and the SCSI interface more flexible. Thus the SCSI drives tend to have more jumpers.

Page 90: Hard Drives Continued

CSIT 301 (Blum) 90

SCSI Jumper (Cont.)

• The master-slave designation in ATA/IDE drives is effectively an an address – one bit to distinguish/address between two drives

• The SCSI interface allow more devices (in this case drives) to be connected to a single interface. There are more bits (3 or 4) in the address.

• The jumpers indicating this address are known as the device ID jumpers.

Page 91: Hard Drives Continued

CSIT 301 (Blum) 91

The Terminator

• SCSI devices are connected to one another in an arrangement known as a daisy chain.

• The termination active jump determines if the device is the “end of the line.”

Page 92: Hard Drives Continued

CSIT 301 (Blum) 92

Disable Auto Start/ Delay Auto Start

• Recall the power issues involved in spinning up.

• Disable Auto Start says do not spin up as soon as you get power but wait for some signal from the controller

• Delay Auto Start says when you detect power, delay awhile, then spin up

• Stagger Spin: delay for a time factor based on your ID (address)

Page 93: Hard Drives Continued

CSIT 301 (Blum) 93

More SCSI Jumper Settings

• Narrow/Wide: select between two standard SCSI bus widths

• Force SE: select between Single Edge (SE) and (high voltage) Differential (HVD) signals– SE uses one voltage which may be high or low; HVD

uses two voltages the 2nd is the negative of the first, one then examines the voltage difference

• Disable Parity: will or won’t use parity

Page 94: Hard Drives Continued

CSIT 301 (Blum) 94

Serial ATA

• The older, regular ATA is a parallel data connection, it is being replaced by serial ATA (SATA). – Similar to the USB port taking over roles previously played by the

parallel port, the notion that serial connections are prohibitively slow has been overcome.

– The serial connection not only requires fewer wires (making it more flexible) but also allows those wires to be longer.

• Also with fewer wires, there is less of a chance for crosstalk (interference).

– During this period of transition from a parallel ATA standard to a serial ATA standard, one has to be wary of compatibility issues.

Page 95: Hard Drives Continued

CSIT 301 (Blum) 95

References

• PC Hardware in a Nutshell (Thompson and Thompson)

• http://www.pcguide.com

• All-in-One A+ Certification, Meyers and Jernigan


Recommended