SlideShare a Scribd company logo
1 of 61
A+ Guide to Hardware, 4e


        Chapter 7
       Hard Drives
Objectives
β€’ Learn how the organization of data on floppy drives
  and hard drives is similar
β€’ Learn about hard drive technologies
β€’ Learn how a computer communicates with a hard
  drive
β€’ Learn how to install a hard drive
β€’ Learn how to solve hard drive problems




A+ Guide to Hardware, 4e                            2
Introduction
β€’ Hard drive: most important secondary storage device
β€’ Hard drive technologies have evolved rapidly
    – Hard drive capacities and speeds have increased
    – Interfaces with the computer have also changed
β€’ Floppy disk will be presented before hard drives
    – Floppy disk is logically organized like a hard drive
β€’ Practical applications:
    – Managing problems occurring during drive installation
    – Troubleshooting hard drives after installation

A+ Guide to Hardware, 4e                                     3
Learning from Floppy Drives
β€’ Floppy drives are an obsolescent technology
    – Replacements: CD drives and USB flash memory
β€’ Good reasons for studying floppy drive technology
    – Developing support skills for legacy applications
    – Building a foundation for hard drive support skill set




A+ Guide to Hardware, 4e                                       4
How Floppy Drives Work
β€’ Main memory is organized logically and physically
β€’ Secondary storage devices are similarly organized
    – Physical storage: how data is written to media
    – Logical storage: how OS and BIOS view stored data
β€’ How data is physically stored on a floppy disk
    –   Two types of floppy disk: 5 ΒΌ inch or 3 Β½ inch
    –   Subsystem: drive, 34-pin cable, connector, power cord
    –   Formatting: marking tracks and sectors on a disk
    –   Magnetic read/write heads read/write binary 1s and 0s
    –   Heads attach to actuator arm that moves over surface
 A+ Guide to Hardware, 4e                                  5
Figure 7-4 3 1 -inch, high-density floppy disk showing tracks and sectors




A+ Guide to Hardware, 4e                                                      6
Figure 7-5 Inside a floppy disk drive




A+ Guide to Hardware, 4e                                       7
How Floppy Drives Work (continued)
β€’ How data is logically stored on a floppy disk
   –   Floppy drives are always formatted using FAT12
   –   Cluster (file allocation unit): smallest grouping of sectors
   –   The BIOS manages the disk as a set of physical sectors
   –   OS treats the disk as list of clusters (file allocation table)
   –   A 3 Β½ inch high density floppy disk has 2880 clusters
        β€’ A cluster contains one sector, which contains 512 bytes
β€’ Format floppy disk using Format or Windows Explorer
   – Structures and features added to the disk
        β€’ Tracks, sectors, boot record, two FATs, root directory

 A+ Guide to Hardware, 4e                                           8
Figure 7-6 Clusters, or file allocation units, are managed
             by the OS in the file allocation table, but BIOS manages
             these clusters as one or two physical sectors on the disk



A+ Guide to Hardware, 4e                                                  9
How to Install a Floppy Drive
β€’ It is more cost-effective to replace than repair a drive
β€’ A simple seven-step installation procedure:
    –   1. Turn off computer, unplug power cord, remove cover
    –   2. Unplug the power cable to the old floppy drive
    –   3. Unscrew and dismount the drive
    –   4. Slide the new drive into the bay
    –   5. If drive is new, connect data cable to motherboard
    –   6. Connect data cable and power cord to drive
    –   7. Replace the cover, turn on computer, verify status


 A+ Guide to Hardware, 4e                                 10
Figure 7-8 Connect colored edge of cable to pin 1




A+ Guide to Hardware, 4e                                           11
How Hard Drives Work
β€’ Components of a hard drive:
    –   One, two, or more platters (disks)
    –   Spindle to rotate all disks
    –   Magnetic coating on disk to store bits of data
    –   Read/write head at the top and bottom of each disk
    –   Actuator to move read/write head over disk surface
    –   Hard drive controller: chip directing read/write head
β€’ Head (surface) of platter is not the read/write head
β€’ Physical organization includes a cylinder
    – All tracks that are the same distance from disk center
A+ Guide to Hardware, 4e                                        12
Figure 7-10 Inside a hard drive case



A+ Guide to Hardware, 4e                                     13
Figure 7-11 A hard drive with two platters




A+ Guide to Hardware, 4e                                         14
Tracks and Sectors on the Drive
β€’ Tracks on older drives held the same amount of data
β€’ Newer drives use zone bit recording
    –   Tracks near center have smallest number sectors/track
    –   Number of sectors increase as tracks grow larger
    –   Every sector still has 512 bytes
    –   Sectors identified with logical block addressing (LBA)




A+ Guide to Hardware, 4e                                   15
Figure 7-13 Floppy drives and older hard drives use a
              constant number of sectors per track




A+ Guide to Hardware, 4e                                              16
Figure 7-14 Zone bit recording can have more sectors
               per track as the tracks get larger




A+ Guide to Hardware, 4e                                              17
Low-Level Formatting
β€’ Two formatting levels:
   – Low-level: mark tracks and sectors
   – High-level: create boot sector, file system, root directory
β€’ Manufacturer currently perform most low-level formats

   – Using the wrong format program could destroy drive
   – If necessary, contact manufacturer for format program
β€’ Problem: track and sector markings fade
   – Solution for older drives: perform low-level format
   – Solution for new drive: backup data and replace drive
β€’ A+ Guide tozero-fill4eutilities do not do low-level formats
   Note: Hardware,                                              18
Calculating Drive Capacity on Older
                  Drives
β€’ Constant number of sectors per track
β€’ The formula was straightforward:
    – Cylinders x heads x sectors/track x 512 bytes/sector
β€’ Example: 855 cylinders, 7 heads, 17 sectors/track
    – 855 x 7 x 17 x 512 bytes/sector = 52,093,440 bytes
    – Divide by 1024 twice to convert to 49.68 MB capacity




 A+ Guide to Hardware, 4e                                    19
Drive Capacity for Today’s Drives
β€’ The OS reports the capacity of hard drives
β€’ Accessing capacity data using Windows Explorer
    – Right-click the drive letter
    – Select Properties on the shortcut menu
β€’ Calculating total capacity if drive is fully formatted
    – Record capacity of each logical drive on hard drive
    – Add individual capacities to calculate total capacity
β€’ Reporting total capacity (regardless of formatting)
    – Windows 2000/XP: use Disk Management
    – Windows 9x: use Fdisk
A+ Guide to Hardware, 4e                                      20
Hard Drive Interface Standards
β€’ Facilitate communication with the computer system
β€’ Several standards exist:
    –   Several ATA standards
    –   SCSI
    –   USB
    –   FireWire (also called 1394)
    –   Fibre Channel
β€’ The various standards will be covered



A+ Guide to Hardware, 4e                          21
The ATA Interface Standards
β€’ Specify how drives communicate with PC system
    – Drive controller interaction with BIOS, chipset, OS
    – Type of connectors used by the drive
    – The motherboard or expansion cards
β€’ Developed by Technical Committee T13
β€’ Published by ANSI
β€’ Selection criteria:
    – Fastest standard that the motherboard supports
    – OS, BIOS, and drive firmware must support standard

A+ Guide to Hardware, 4e                                    22
Table 7-1 Summary of ATA interface standards for storage devices

A+ Guide to Hardware, 4e                                        23
The ATA Interface Standards
                 (continued)
β€’ Parallel ATA
    – Allows two connectors for two 40-pin data cables
    – Ribbon cables can accommodate one or two drives
β€’ EIDE (Enhanced Integrated Device Electronics)
    – Pertains to how secondary storage device works
    – Drive follows AT Attachment Packet Interface (ATAPI)
    – Four parallel ATA devices can attach with two cables
β€’ Serial ATA (SATA) cabling
    – Use a serial data path rather than a parallel data path
    – Types of SATA cabling: internal and external
A+ Guide to Hardware, 4e                                   24
Figure 7-16 A PC’s hard drive subsystem using parallel ATA



A+ Guide to Hardware, 4e                                              25
Figure 7-18 A hard drive subsystem using the new serial ATA data cable



A+ Guide to Hardware, 4e                                                   26
The ATA Interface Standards
                 (continued)
β€’ DMA (direct memory access) transfer mode
    – 7 modes (0 - 6) bypassing CPU in transfer of data
β€’ PIO (Programmed Input/Output) transfer mode
    – 5 modes (0 - 4) involving CPU in data transfer
β€’ Independent device timing
    – Enables two drives to run at different speed
β€’ ATA/ATAPI-6 (ATA/100) breaks the 137 GB barrier
    – Addressable space is 144 petabytes (1.44 x 1017 PB)
    – Must have support of board, BIOS, OS, IDE controller

A+ Guide to Hardware, 4e                                  27
Figure 7-21 The 137-GB barrier existed because of the size of
          the numbers used to address a sector



A+ Guide to Hardware, 4e                                                  28
The ATA Interface Standards
                  (continued)
β€’ Configuring parallel ATA drives
   –   Each of two IDE connectors supports an IDE channel
   –   Primary/secondary channels each support two devices
   –   EIDE devices: hard drive, DVD, CD and Zip drives
   –   Devices in each channel configured as master/slave
   –   Designate master/slave: jumpers, DIP switches, cable
β€’ Configuring serial ATA drives
   – One ATA cable supports one drive (no master/slave)
β€’ Use an ATA controller card in two circumstances:
   – IDE connector not functioning or standard not supported
 A+ Guide to Hardware, 4e                                 29
Figure 7-22 A motherboard has two IDE
                  channels; each can support a master and
                  slave drive using a single EIDE cable




A+ Guide to Hardware, 4e                                    30
Figure 7-25 Rear of a serial ATA drive and a parallel ATA drive




A+ Guide to Hardware, 4e                                                  31
SCSI Technology
β€’ Small Computer System Interface standards
   – For system bus to peripheral device communication
   – Support either 7 or 15 devices (depends on standard)
   – Provide for better performance than ATA standards
β€’ The SCSI subsystem
   –   SCSI controller types: embedded or host adapter
   –   Host adapter supports internal and external devices
   –   Daisy chain: combination of host adapter and devices
   –   Each device on bus assigned SCSI ID (0 - 15)
   –   A physical device can embed multiple logical devices
A+ Guide to Hardware, 4e                                  32
Figure 7-28 Using a SCSI bus, a SCSI host adapter can
              support internal and external SCSI devices



A+ Guide to Hardware, 4e                                              33
SCSI Technology (continued)
β€’ Terminating resistor
    – Plugged into last device at the end of the chain
    – Reduces electrical noise or interference on the cable
β€’ Various SCSI standards
    – SCSI are SCSI-1, SCSI-2, and SCSI-3
         β€’ Also known as regular SCSI, Fast SCSI, Ultra SCSI
    – Serial attached SCSI (SAS): compatible with serial ATA
    – Ensure all components of subsystem use one standard



 A+ Guide to Hardware, 4e                                      34
Other Interface Standards
β€’                          USB (Universal Serial Bus)
    – USB 1.1 and USB 2.0 accommodate hard drives
    – A USB device connects to a PC via a USB port
β€’                          IEEE 1394 (FireWire)
    – Uses serial transmission of data
    – Device can connect to PC via FireWire external port
    – Device also attaches to an internal connector
β€’                          Fibre Channel
    – Rival to SCSI
    – Allows up to 126 devices on a single bus
A+ Guide to Hardware, 4e                               35
Figure 7-31 This CrossFire hard drive holds 160GB
              and uses a 1394a or USB 2.0 connection




A+ Guide to Hardware, 4e                                          36
How to Select a Hard Drive
β€’    Hard drive must match OS and motherboard
β€’    BIOS uses autodetection to prepare the device
    – Drive capacity and configuration are selected
    – Best possible ATA standard is part of configuration
β€’    Selected device may not supported by BIOS
β€’    Troubleshooting tasks (if device is not recognized)

    – Flash the BIOS
    – Replace the controller card
    – Replace the motherboard
A+ Guide to Hardware, 4e                                37
Installations Using Legacy BIOS
β€’ Older hard drive standards that may be encountered
    – CHS (cylinder, head, track) mode for drives < 528 MB
    – Large (ECHS) mode for drives from 504 MB - 8.4 GB
    – The 33.8 GB limitation or the 137 GB limitation
β€’ How to install a drive not supported by BIOS
    –   Let the BIOS see the drive as a smaller drive
    –   Upgrade the BIOS
    –   Replace the motherboard
    –   Use a software interface between BIOS and drive
    –   Substitute BIOS with ATA connector and firmware
A+ Guide to Hardware, 4e                                  38
Steps to Install a Parallel ATA Drive
β€’ Components needed:
    –   The drive itself
    –   80-conductor or 40-conductor data cable
    –   Kit to make drive fit into much larger bay (optional)
    –   Adapter card (if board does not have IDE connection)
β€’ Steps for installing parallel ATA drive:
    – Step 1: Prepare for the installation
         β€’   Know your starting point
         β€’   Read the documentation
         β€’   Plan the drive configuration
         β€’   Prepare your work area and take precautions
A+ Guide to Hardware, 4e                                   39
Figure 7-32 Plan for the location of drives within bays




A+ Guide to Hardware, 4e                                               40
Steps to Install a Parallel ATA Drive
               (continued)
β€’ Steps for installing parallel ATA drive (continued):
    – Step 2: Set the jumpers or DIP switches
    – Step 3: Mount the drive in the drive bay
         β€’   Remove the bay for the hard drive
         β€’   Securely mount the drive in the bay
         β€’   Connect the data cables to the drives (can be done later)
         β€’   Re-insert (and secure) the bay in the case
         β€’   Install a power connection to each drive
         β€’   Connect the data cable to the IDE connector on board
         β€’   Attach bay cover and other connections (if needed)
         β€’   Verify BIOS recognizes device before adding cover
A+ Guide to Hardware, 4e                                          41
Figure 7-33 A parallel ATA drive most likely will have
              diagrams of jumper settings for master and slave
              options printed on the drive housing

A+ Guide to Hardware, 4e                                               42
Figure 7-41 Connect a power cord to each drive



A+ Guide to Hardware, 4e                                         43
Steps to Install a Parallel ATA Drive
               (continued)
β€’ Steps for installing parallel ATA drive (continued):
    – Step 4: Use CMOS setup to verify hard drive settings
    – Step 5: Partition and format the drive
         β€’ If installing an OS, boot from Windows setup CD
         β€’ If not, use Disk Management utility or Fdisk and Format




A+ Guide to Hardware, 4e                                        44
Figure 7-45 Standard CMOS setup



A+ Guide to Hardware, 4e                                 45
Serial ATA Hard Drive Installations
β€’ No jumpers to set on the drive
β€’ Each serial ATA connector is dedicated to 1 drive
β€’ A simpler installation process:
    – Install the drive in the bay (like parallel ATA drive)
    – Connect a power cord to the drive
β€’ Documentation identifies which connector to use
    – Example: use red connectors (SATA1, SATA2) first
β€’ After checking connections, verify drive is
  recognized

A+ Guide to Hardware, 4e                                       46
Figure 7-48 This motherboard has four serial ATA connectors




A+ Guide to Hardware, 4e                                              47
Figure 7-49 American Megatrends, Inc. CMOS setup
                screen shows installed drives


A+ Guide to Hardware, 4e                                           48
Installing a Hard Drive in a Wide Bay
β€’ Universal bay kit: adapts a drive to a wide bay
β€’ Adapter spans distance between drive and bay




A+ Guide to Hardware, 4e                            49
Figure 7-52 Hard drive installed in a wide bay using a
                universal bay kit adapter



A+ Guide to Hardware, 4e                                                 50
Troubleshooting Hard Drives
β€’ Problems occur before and after installation
β€’ Problems may be hardware or software related
β€’ Hardware-related problems will be addressed




A+ Guide to Hardware, 4e                         51
Problems with Hard Drive Installations
β€’ CMOS setup does not reflect new hard drive
    – Solution: Enable autodetection and reboot system
β€’ Error message: β€œ Hard drive not found.”
    – Reseat the data cable and reboot the PC
β€’ Error message: β€œNo boot device available.”
    – Insert bootable disk and restart the machine
β€’ Error message 601 appears on the screen
    – Connect the power cord to the floppy disk drive
β€’ Error message: β€œHard drive not present”
    – Restore jumpers to their original state
A+ Guide to Hardware, 4e                                 52
Problems with Hard Drive Installations
             (continued)
β€’ Things to check if CMOS setup does not show drive
    –   Does your system BIOS recognize large drives?
    –   Is autodetection correctly configured in CMOS setup?
    –   Are the jumpers on the drive set correctly?
    –   Are the power cord and data cable connected?




A+ Guide to Hardware, 4e                                  53
How to Approach a Hard Drive
         Problem After the Installation
β€’ Some post-installation problems
    – Corrupted data files
    – A corrupted Windows installation
    – A hardware issue preventing system from booting
β€’ Preparation steps
    – Start with the end user: conduct an interview
    – Prioritize what you have learned
         β€’ Example: make data backup your first priority
    – Be aware of available resources
         β€’ Examples: documentation, Internet, Technical Support

A+ Guide to Hardware, 4e                                     54
Hard Drive Hardware Problems
β€’ Causes of problems present during boot:
    –   Hard drive subsystem
    –   Partition table
    –   File system on the drive
    –   Files required for the OS to boot
β€’ Some things to do if POST reveals problem
    –   Check the jumper settings on the drive
    –   Check the cable for frayed edges or other damage
    –   Try booting from another media; e.g. setup CD
    –   Check manufacturer Web site for diagnostic software
A+ Guide to Hardware, 4e                                 55
Hard Drive Hardware Problems
                 (continued)
β€’ Bumps are bad
    – A scratched surface may cause a hard drive crash
    – Data may be recovered, even if drive is inaccessible
β€’ Invalid drive or drive specification
    – System BIOS cannot read partition table information
    – Boot from recovery CD and check partition table
    – To be covered in later chapters
β€’ Bad sector errors
    – Problem due to fading tracks and sectors
    – Solution: replace the drive
A+ Guide to Hardware, 4e                                 56
Troubleshooting Floppy Drives and
                  Disks
β€’ Table 7-4 has two columns
    – One identifies errors occurring before and after boot
    – Another displays troubleshooting tasks




A+ Guide to Hardware, 4e                                  57
Table 7-4 Floppy drive and floppy disk errors that can occur during
     and after the boot
A+ Guide to Hardware, 4e                                                   58
Table 7-4 Floppy drive and floppy disk errors that can occur during
    and after the boot (continued)
A+ Guide to Hardware, 4e                                                  59
Summary
β€’ Current floppy disks are 3 Β½ inch, high-density disks
β€’ Floppy disk format: 80 tracks, each with 8 sectors
β€’ Hard drive physical organization: cylinders, tracks,
  sectors
β€’ Hard drive logical organization: boot record, file
  allocation tables, and root directory
β€’ Secondary storage device communicates with system
  using a standard, such as ATA or SCSI



 A+ Guide to Hardware, 4e                           60
Summary (continued)
β€’ Parallel ATA (or EIDE): allows connection of up to 4
  devices
β€’ Serial ATA (SATA): specifies one cable per device
β€’ SCSI group: allow up to 7 or 15 physical devices and
  multiple logical devices per physical device
β€’ Other drive interface standards: USB, FireWire, Fibre
  Channel
β€’ Newly installed hard drives are usually automatically
  detected by BIOS


 A+ Guide to Hardware, 4e                            61

More Related Content

What's hot

Bus Standards and Networking
Bus Standards and NetworkingBus Standards and Networking
Bus Standards and NetworkingPrabu U
Β 
Designing Information Structures For Performance And Reliability
Designing Information Structures For Performance And ReliabilityDesigning Information Structures For Performance And Reliability
Designing Information Structures For Performance And Reliabilitybryanrandol
Β 
CS 3112 - First Assignment -Mark Bryan F. Ramirez/BSCS-3E
CS 3112 - First Assignment -Mark Bryan F. Ramirez/BSCS-3ECS 3112 - First Assignment -Mark Bryan F. Ramirez/BSCS-3E
CS 3112 - First Assignment -Mark Bryan F. Ramirez/BSCS-3EMark Bryan Ramirez
Β 
Conceptual framework storage devices (2)
Conceptual framework   storage devices (2)Conceptual framework   storage devices (2)
Conceptual framework storage devices (2)Rajendra Sharma
Β 
All chapters to be printed
All chapters to be printedAll chapters to be printed
All chapters to be printedMik Endale
Β 
Components of System Unit
Components of System UnitComponents of System Unit
Components of System UnitAfaq Siddiqui
Β 
Technical & Non-Technical Information
Technical & Non-Technical InformationTechnical & Non-Technical Information
Technical & Non-Technical InformationBalBadwal
Β 
Chapter 6: Expansion Buses
Chapter 6: Expansion BusesChapter 6: Expansion Buses
Chapter 6: Expansion Busesaskme
Β 
Introduction of storage devices(Brief Knowledge)
Introduction of storage devices(Brief Knowledge)Introduction of storage devices(Brief Knowledge)
Introduction of storage devices(Brief Knowledge)Afaq Siddiqui
Β 

What's hot (19)

9781111306366 ppt ch2
9781111306366 ppt ch29781111306366 ppt ch2
9781111306366 ppt ch2
Β 
06 external memory
06 external memory06 external memory
06 external memory
Β 
9781111306366 ppt ch6
9781111306366 ppt ch69781111306366 ppt ch6
9781111306366 ppt ch6
Β 
9781111306366 ppt ch3
9781111306366 ppt ch39781111306366 ppt ch3
9781111306366 ppt ch3
Β 
SSD HSD storage drives
SSD HSD storage drives SSD HSD storage drives
SSD HSD storage drives
Β 
Disk
DiskDisk
Disk
Β 
Bus Standards and Networking
Bus Standards and NetworkingBus Standards and Networking
Bus Standards and Networking
Β 
Designing Information Structures For Performance And Reliability
Designing Information Structures For Performance And ReliabilityDesigning Information Structures For Performance And Reliability
Designing Information Structures For Performance And Reliability
Β 
9781111306366 ppt ch10
9781111306366 ppt ch109781111306366 ppt ch10
9781111306366 ppt ch10
Β 
IBM 7226 Multimedia Storage Enclosure
IBM 7226 Multimedia Storage EnclosureIBM 7226 Multimedia Storage Enclosure
IBM 7226 Multimedia Storage Enclosure
Β 
9781111306366 ppt ch9
9781111306366 ppt ch99781111306366 ppt ch9
9781111306366 ppt ch9
Β 
CS 3112 - First Assignment -Mark Bryan F. Ramirez/BSCS-3E
CS 3112 - First Assignment -Mark Bryan F. Ramirez/BSCS-3ECS 3112 - First Assignment -Mark Bryan F. Ramirez/BSCS-3E
CS 3112 - First Assignment -Mark Bryan F. Ramirez/BSCS-3E
Β 
Conceptual framework storage devices (2)
Conceptual framework   storage devices (2)Conceptual framework   storage devices (2)
Conceptual framework storage devices (2)
Β 
All chapters to be printed
All chapters to be printedAll chapters to be printed
All chapters to be printed
Β 
Components of System Unit
Components of System UnitComponents of System Unit
Components of System Unit
Β 
Technical & Non-Technical Information
Technical & Non-Technical InformationTechnical & Non-Technical Information
Technical & Non-Technical Information
Β 
Chapter 6: Expansion Buses
Chapter 6: Expansion BusesChapter 6: Expansion Buses
Chapter 6: Expansion Buses
Β 
Introduction of storage devices(Brief Knowledge)
Introduction of storage devices(Brief Knowledge)Introduction of storage devices(Brief Knowledge)
Introduction of storage devices(Brief Knowledge)
Β 
HDF-EOS Maintenance, Current Development and Tools
HDF-EOS Maintenance, Current Development and ToolsHDF-EOS Maintenance, Current Development and Tools
HDF-EOS Maintenance, Current Development and Tools
Β 

Viewers also liked

The central processing unit by group 5 2015
The central processing unit by group 5 2015The central processing unit by group 5 2015
The central processing unit by group 5 2015Tendai Karuma
Β 
Central processing unit
Central processing unitCentral processing unit
Central processing unitsumairaasghar
Β 
Central processing unit (CPU)
Central processing unit (CPU)Central processing unit (CPU)
Central processing unit (CPU)Asad Sheikh
Β 
Chapter 7: Basic Disk Drives
Chapter 7: Basic Disk DrivesChapter 7: Basic Disk Drives
Chapter 7: Basic Disk Drivesaskme
Β 
Disk and Drive
Disk and DriveDisk and Drive
Disk and DriveFariha Adelia
Β 
CPU= Central Processing Unit
CPU= Central Processing UnitCPU= Central Processing Unit
CPU= Central Processing UnitKawser Ahmad Sohan
Β 
Disk Drives Interfaces
Disk Drives InterfacesDisk Drives Interfaces
Disk Drives InterfacesAmir Villas
Β 
Disk management server
Disk management serverDisk management server
Disk management serveranilinvns
Β 
77 identify the parts of a computer
77 identify the parts of a computer77 identify the parts of a computer
77 identify the parts of a computerEndaila Silongan Ces
Β 
Hard disk drive
Hard disk driveHard disk drive
Hard disk driveAwais Alam
Β 
Central Processing Unit
Central Processing UnitCentral Processing Unit
Central Processing UnitJan Ralph
Β 
Parts of system unit
Parts of system unitParts of system unit
Parts of system unitkapitanbasa
Β 
08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)Akhila Dakshina
Β 
Three Central Processing Unit
Three   Central Processing UnitThree   Central Processing Unit
Three Central Processing UnitMISY
Β 
Computer hardware component. ppt
Computer hardware component. pptComputer hardware component. ppt
Computer hardware component. pptNaveen Sihag
Β 

Viewers also liked (17)

The central processing unit by group 5 2015
The central processing unit by group 5 2015The central processing unit by group 5 2015
The central processing unit by group 5 2015
Β 
Central processing unit
Central processing unitCentral processing unit
Central processing unit
Β 
Central processing unit (CPU)
Central processing unit (CPU)Central processing unit (CPU)
Central processing unit (CPU)
Β 
Chapter 7: Basic Disk Drives
Chapter 7: Basic Disk DrivesChapter 7: Basic Disk Drives
Chapter 7: Basic Disk Drives
Β 
Disk and Drive
Disk and DriveDisk and Drive
Disk and Drive
Β 
CPU= Central Processing Unit
CPU= Central Processing UnitCPU= Central Processing Unit
CPU= Central Processing Unit
Β 
Disk Drives Interfaces
Disk Drives InterfacesDisk Drives Interfaces
Disk Drives Interfaces
Β 
Disk management server
Disk management serverDisk management server
Disk management server
Β 
77 identify the parts of a computer
77 identify the parts of a computer77 identify the parts of a computer
77 identify the parts of a computer
Β 
Cpu
CpuCpu
Cpu
Β 
Hard disk drive
Hard disk driveHard disk drive
Hard disk drive
Β 
Central Processing Unit
Central Processing UnitCentral Processing Unit
Central Processing Unit
Β 
Hard disk PPT
Hard disk PPTHard disk PPT
Hard disk PPT
Β 
Parts of system unit
Parts of system unitParts of system unit
Parts of system unit
Β 
08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)08. Central Processing Unit (CPU)
08. Central Processing Unit (CPU)
Β 
Three Central Processing Unit
Three   Central Processing UnitThree   Central Processing Unit
Three Central Processing Unit
Β 
Computer hardware component. ppt
Computer hardware component. pptComputer hardware component. ppt
Computer hardware component. ppt
Β 

Similar to Ch07 (20)

Ch 08
Ch 08Ch 08
Ch 08
Β 
Ch05
Ch05Ch05
Ch05
Β 
IMD 203 - Ch08
IMD 203 - Ch08IMD 203 - Ch08
IMD 203 - Ch08
Β 
7th ed ppt ch08
7th ed ppt ch087th ed ppt ch08
7th ed ppt ch08
Β 
Ch04
Ch04Ch04
Ch04
Β 
Developing a Ceph Appliance for Secure Environments
Developing a Ceph Appliance for Secure EnvironmentsDeveloping a Ceph Appliance for Secure Environments
Developing a Ceph Appliance for Secure Environments
Β 
disk.ppt
disk.pptdisk.ppt
disk.ppt
Β 
HARD DISK DRIVE ppt
HARD DISK DRIVE pptHARD DISK DRIVE ppt
HARD DISK DRIVE ppt
Β 
Computer details
Computer detailsComputer details
Computer details
Β 
1483 Quayle
1483 Quayle1483 Quayle
1483 Quayle
Β 
Ch11
Ch11Ch11
Ch11
Β 
Unit3 ppt3 hard drive
Unit3 ppt3 hard driveUnit3 ppt3 hard drive
Unit3 ppt3 hard drive
Β 
Test
TestTest
Test
Β 
Working of Volatile and Non-Volatile memory
Working of Volatile and Non-Volatile memoryWorking of Volatile and Non-Volatile memory
Working of Volatile and Non-Volatile memory
Β 
computer software.ppt
computer software.pptcomputer software.ppt
computer software.ppt
Β 
Ch01
Ch01Ch01
Ch01
Β 
Asif Jamal disk (it)
Asif Jamal disk (it)Asif Jamal disk (it)
Asif Jamal disk (it)
Β 
Internal components storage devices
Internal components storage devicesInternal components storage devices
Internal components storage devices
Β 
Hard Disk Componets
Hard Disk ComponetsHard Disk Componets
Hard Disk Componets
Β 
Basic hardware concept
Basic hardware concept Basic hardware concept
Basic hardware concept
Β 

More from Lukmanulhakim Almamalik

Promoting Green Financing Mechanisms.pdf
Promoting Green Financing Mechanisms.pdfPromoting Green Financing Mechanisms.pdf
Promoting Green Financing Mechanisms.pdfLukmanulhakim Almamalik
Β 
PENGENALAN PEMODELAN SISTEM DINAMIK MENGGUNAKAN VENSIM PLE
PENGENALAN PEMODELAN SISTEM DINAMIK MENGGUNAKAN  VENSIM PLEPENGENALAN PEMODELAN SISTEM DINAMIK MENGGUNAKAN  VENSIM PLE
PENGENALAN PEMODELAN SISTEM DINAMIK MENGGUNAKAN VENSIM PLELukmanulhakim Almamalik
Β 
Bahan kuliah ttm [compatibility mode]
Bahan kuliah ttm [compatibility mode]Bahan kuliah ttm [compatibility mode]
Bahan kuliah ttm [compatibility mode]Lukmanulhakim Almamalik
Β 
Buku informasi tik.cs03.012.01 (autosaved)
Buku informasi tik.cs03.012.01 (autosaved)Buku informasi tik.cs03.012.01 (autosaved)
Buku informasi tik.cs03.012.01 (autosaved)Lukmanulhakim Almamalik
Β 
Buku informasi tik.cs03.015.01 udah revisi
Buku informasi tik.cs03.015.01 udah revisiBuku informasi tik.cs03.015.01 udah revisi
Buku informasi tik.cs03.015.01 udah revisiLukmanulhakim Almamalik
Β 
Buku informasi memperbaiki monitor
Buku informasi   memperbaiki monitorBuku informasi   memperbaiki monitor
Buku informasi memperbaiki monitorLukmanulhakim Almamalik
Β 

More from Lukmanulhakim Almamalik (20)

Promoting Green Financing Mechanisms.pdf
Promoting Green Financing Mechanisms.pdfPromoting Green Financing Mechanisms.pdf
Promoting Green Financing Mechanisms.pdf
Β 
UU_Perindustrian_No_3_2014.pdf
UU_Perindustrian_No_3_2014.pdfUU_Perindustrian_No_3_2014.pdf
UU_Perindustrian_No_3_2014.pdf
Β 
PENGENALAN PEMODELAN SISTEM DINAMIK MENGGUNAKAN VENSIM PLE
PENGENALAN PEMODELAN SISTEM DINAMIK MENGGUNAKAN  VENSIM PLEPENGENALAN PEMODELAN SISTEM DINAMIK MENGGUNAKAN  VENSIM PLE
PENGENALAN PEMODELAN SISTEM DINAMIK MENGGUNAKAN VENSIM PLE
Β 
Bahan kuliah ttm [compatibility mode]
Bahan kuliah ttm [compatibility mode]Bahan kuliah ttm [compatibility mode]
Bahan kuliah ttm [compatibility mode]
Β 
Buku systems thinking
Buku systems thinkingBuku systems thinking
Buku systems thinking
Β 
Buku informasi tik.cs03.012.01 (autosaved)
Buku informasi tik.cs03.012.01 (autosaved)Buku informasi tik.cs03.012.01 (autosaved)
Buku informasi tik.cs03.012.01 (autosaved)
Β 
Buku informasi tik.cs03.016.01
Buku informasi tik.cs03.016.01Buku informasi tik.cs03.016.01
Buku informasi tik.cs03.016.01
Β 
Buku informasi tik.cs03.011.01
Buku informasi tik.cs03.011.01Buku informasi tik.cs03.011.01
Buku informasi tik.cs03.011.01
Β 
Tik.cs03.008.01 buku informasi
Tik.cs03.008.01 buku informasiTik.cs03.008.01 buku informasi
Tik.cs03.008.01 buku informasi
Β 
Tik.cs03.007.01 buku informasi
Tik.cs03.007.01 buku informasiTik.cs03.007.01 buku informasi
Tik.cs03.007.01 buku informasi
Β 
Tik.cs03.006.01 buku informasi
Tik.cs03.006.01 buku informasiTik.cs03.006.01 buku informasi
Tik.cs03.006.01 buku informasi
Β 
Tik.cs02.053.01 buku informasi
Tik.cs02.053.01 buku informasiTik.cs02.053.01 buku informasi
Tik.cs02.053.01 buku informasi
Β 
Buku informasi tik.cs03.015.01 udah revisi
Buku informasi tik.cs03.015.01 udah revisiBuku informasi tik.cs03.015.01 udah revisi
Buku informasi tik.cs03.015.01 udah revisi
Β 
Buku informasi tik.cs03.010.01
Buku informasi tik.cs03.010.01Buku informasi tik.cs03.010.01
Buku informasi tik.cs03.010.01
Β 
Buku informasi memperbaiki monitor
Buku informasi   memperbaiki monitorBuku informasi   memperbaiki monitor
Buku informasi memperbaiki monitor
Β 
Ch22
Ch22Ch22
Ch22
Β 
Ch21
Ch21Ch21
Ch21
Β 
Ch20
Ch20Ch20
Ch20
Β 
Ch19
Ch19Ch19
Ch19
Β 
Ch18
Ch18Ch18
Ch18
Β 

Recently uploaded

Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
Β 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
Β 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
Β 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
Β 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
Β 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
Β 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
Β 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
Β 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
Β 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
Β 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
Β 
FULL ENJOY πŸ” 8264348440 πŸ” Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY πŸ” 8264348440 πŸ” Call Girls in Diplomatic Enclave | DelhiFULL ENJOY πŸ” 8264348440 πŸ” Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY πŸ” 8264348440 πŸ” Call Girls in Diplomatic Enclave | Delhisoniya singh
Β 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Hyundai Motor Group
Β 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
Β 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
Β 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
Β 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
Β 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
Β 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
Β 

Recently uploaded (20)

Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Β 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
Β 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Β 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Β 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
Β 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
Β 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
Β 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
Β 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
Β 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
Β 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
Β 
FULL ENJOY πŸ” 8264348440 πŸ” Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY πŸ” 8264348440 πŸ” Call Girls in Diplomatic Enclave | DelhiFULL ENJOY πŸ” 8264348440 πŸ” Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY πŸ” 8264348440 πŸ” Call Girls in Diplomatic Enclave | Delhi
Β 
Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2Next-generation AAM aircraft unveiled by Supernal, S-A2
Next-generation AAM aircraft unveiled by Supernal, S-A2
Β 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Β 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Β 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Β 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
Β 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Β 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
Β 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Β 

Ch07

  • 1. A+ Guide to Hardware, 4e Chapter 7 Hard Drives
  • 2. Objectives β€’ Learn how the organization of data on floppy drives and hard drives is similar β€’ Learn about hard drive technologies β€’ Learn how a computer communicates with a hard drive β€’ Learn how to install a hard drive β€’ Learn how to solve hard drive problems A+ Guide to Hardware, 4e 2
  • 3. Introduction β€’ Hard drive: most important secondary storage device β€’ Hard drive technologies have evolved rapidly – Hard drive capacities and speeds have increased – Interfaces with the computer have also changed β€’ Floppy disk will be presented before hard drives – Floppy disk is logically organized like a hard drive β€’ Practical applications: – Managing problems occurring during drive installation – Troubleshooting hard drives after installation A+ Guide to Hardware, 4e 3
  • 4. Learning from Floppy Drives β€’ Floppy drives are an obsolescent technology – Replacements: CD drives and USB flash memory β€’ Good reasons for studying floppy drive technology – Developing support skills for legacy applications – Building a foundation for hard drive support skill set A+ Guide to Hardware, 4e 4
  • 5. How Floppy Drives Work β€’ Main memory is organized logically and physically β€’ Secondary storage devices are similarly organized – Physical storage: how data is written to media – Logical storage: how OS and BIOS view stored data β€’ How data is physically stored on a floppy disk – Two types of floppy disk: 5 ΒΌ inch or 3 Β½ inch – Subsystem: drive, 34-pin cable, connector, power cord – Formatting: marking tracks and sectors on a disk – Magnetic read/write heads read/write binary 1s and 0s – Heads attach to actuator arm that moves over surface A+ Guide to Hardware, 4e 5
  • 6. Figure 7-4 3 1 -inch, high-density floppy disk showing tracks and sectors A+ Guide to Hardware, 4e 6
  • 7. Figure 7-5 Inside a floppy disk drive A+ Guide to Hardware, 4e 7
  • 8. How Floppy Drives Work (continued) β€’ How data is logically stored on a floppy disk – Floppy drives are always formatted using FAT12 – Cluster (file allocation unit): smallest grouping of sectors – The BIOS manages the disk as a set of physical sectors – OS treats the disk as list of clusters (file allocation table) – A 3 Β½ inch high density floppy disk has 2880 clusters β€’ A cluster contains one sector, which contains 512 bytes β€’ Format floppy disk using Format or Windows Explorer – Structures and features added to the disk β€’ Tracks, sectors, boot record, two FATs, root directory A+ Guide to Hardware, 4e 8
  • 9. Figure 7-6 Clusters, or file allocation units, are managed by the OS in the file allocation table, but BIOS manages these clusters as one or two physical sectors on the disk A+ Guide to Hardware, 4e 9
  • 10. How to Install a Floppy Drive β€’ It is more cost-effective to replace than repair a drive β€’ A simple seven-step installation procedure: – 1. Turn off computer, unplug power cord, remove cover – 2. Unplug the power cable to the old floppy drive – 3. Unscrew and dismount the drive – 4. Slide the new drive into the bay – 5. If drive is new, connect data cable to motherboard – 6. Connect data cable and power cord to drive – 7. Replace the cover, turn on computer, verify status A+ Guide to Hardware, 4e 10
  • 11. Figure 7-8 Connect colored edge of cable to pin 1 A+ Guide to Hardware, 4e 11
  • 12. How Hard Drives Work β€’ Components of a hard drive: – One, two, or more platters (disks) – Spindle to rotate all disks – Magnetic coating on disk to store bits of data – Read/write head at the top and bottom of each disk – Actuator to move read/write head over disk surface – Hard drive controller: chip directing read/write head β€’ Head (surface) of platter is not the read/write head β€’ Physical organization includes a cylinder – All tracks that are the same distance from disk center A+ Guide to Hardware, 4e 12
  • 13. Figure 7-10 Inside a hard drive case A+ Guide to Hardware, 4e 13
  • 14. Figure 7-11 A hard drive with two platters A+ Guide to Hardware, 4e 14
  • 15. Tracks and Sectors on the Drive β€’ Tracks on older drives held the same amount of data β€’ Newer drives use zone bit recording – Tracks near center have smallest number sectors/track – Number of sectors increase as tracks grow larger – Every sector still has 512 bytes – Sectors identified with logical block addressing (LBA) A+ Guide to Hardware, 4e 15
  • 16. Figure 7-13 Floppy drives and older hard drives use a constant number of sectors per track A+ Guide to Hardware, 4e 16
  • 17. Figure 7-14 Zone bit recording can have more sectors per track as the tracks get larger A+ Guide to Hardware, 4e 17
  • 18. Low-Level Formatting β€’ Two formatting levels: – Low-level: mark tracks and sectors – High-level: create boot sector, file system, root directory β€’ Manufacturer currently perform most low-level formats – Using the wrong format program could destroy drive – If necessary, contact manufacturer for format program β€’ Problem: track and sector markings fade – Solution for older drives: perform low-level format – Solution for new drive: backup data and replace drive β€’ A+ Guide tozero-fill4eutilities do not do low-level formats Note: Hardware, 18
  • 19. Calculating Drive Capacity on Older Drives β€’ Constant number of sectors per track β€’ The formula was straightforward: – Cylinders x heads x sectors/track x 512 bytes/sector β€’ Example: 855 cylinders, 7 heads, 17 sectors/track – 855 x 7 x 17 x 512 bytes/sector = 52,093,440 bytes – Divide by 1024 twice to convert to 49.68 MB capacity A+ Guide to Hardware, 4e 19
  • 20. Drive Capacity for Today’s Drives β€’ The OS reports the capacity of hard drives β€’ Accessing capacity data using Windows Explorer – Right-click the drive letter – Select Properties on the shortcut menu β€’ Calculating total capacity if drive is fully formatted – Record capacity of each logical drive on hard drive – Add individual capacities to calculate total capacity β€’ Reporting total capacity (regardless of formatting) – Windows 2000/XP: use Disk Management – Windows 9x: use Fdisk A+ Guide to Hardware, 4e 20
  • 21. Hard Drive Interface Standards β€’ Facilitate communication with the computer system β€’ Several standards exist: – Several ATA standards – SCSI – USB – FireWire (also called 1394) – Fibre Channel β€’ The various standards will be covered A+ Guide to Hardware, 4e 21
  • 22. The ATA Interface Standards β€’ Specify how drives communicate with PC system – Drive controller interaction with BIOS, chipset, OS – Type of connectors used by the drive – The motherboard or expansion cards β€’ Developed by Technical Committee T13 β€’ Published by ANSI β€’ Selection criteria: – Fastest standard that the motherboard supports – OS, BIOS, and drive firmware must support standard A+ Guide to Hardware, 4e 22
  • 23. Table 7-1 Summary of ATA interface standards for storage devices A+ Guide to Hardware, 4e 23
  • 24. The ATA Interface Standards (continued) β€’ Parallel ATA – Allows two connectors for two 40-pin data cables – Ribbon cables can accommodate one or two drives β€’ EIDE (Enhanced Integrated Device Electronics) – Pertains to how secondary storage device works – Drive follows AT Attachment Packet Interface (ATAPI) – Four parallel ATA devices can attach with two cables β€’ Serial ATA (SATA) cabling – Use a serial data path rather than a parallel data path – Types of SATA cabling: internal and external A+ Guide to Hardware, 4e 24
  • 25. Figure 7-16 A PC’s hard drive subsystem using parallel ATA A+ Guide to Hardware, 4e 25
  • 26. Figure 7-18 A hard drive subsystem using the new serial ATA data cable A+ Guide to Hardware, 4e 26
  • 27. The ATA Interface Standards (continued) β€’ DMA (direct memory access) transfer mode – 7 modes (0 - 6) bypassing CPU in transfer of data β€’ PIO (Programmed Input/Output) transfer mode – 5 modes (0 - 4) involving CPU in data transfer β€’ Independent device timing – Enables two drives to run at different speed β€’ ATA/ATAPI-6 (ATA/100) breaks the 137 GB barrier – Addressable space is 144 petabytes (1.44 x 1017 PB) – Must have support of board, BIOS, OS, IDE controller A+ Guide to Hardware, 4e 27
  • 28. Figure 7-21 The 137-GB barrier existed because of the size of the numbers used to address a sector A+ Guide to Hardware, 4e 28
  • 29. The ATA Interface Standards (continued) β€’ Configuring parallel ATA drives – Each of two IDE connectors supports an IDE channel – Primary/secondary channels each support two devices – EIDE devices: hard drive, DVD, CD and Zip drives – Devices in each channel configured as master/slave – Designate master/slave: jumpers, DIP switches, cable β€’ Configuring serial ATA drives – One ATA cable supports one drive (no master/slave) β€’ Use an ATA controller card in two circumstances: – IDE connector not functioning or standard not supported A+ Guide to Hardware, 4e 29
  • 30. Figure 7-22 A motherboard has two IDE channels; each can support a master and slave drive using a single EIDE cable A+ Guide to Hardware, 4e 30
  • 31. Figure 7-25 Rear of a serial ATA drive and a parallel ATA drive A+ Guide to Hardware, 4e 31
  • 32. SCSI Technology β€’ Small Computer System Interface standards – For system bus to peripheral device communication – Support either 7 or 15 devices (depends on standard) – Provide for better performance than ATA standards β€’ The SCSI subsystem – SCSI controller types: embedded or host adapter – Host adapter supports internal and external devices – Daisy chain: combination of host adapter and devices – Each device on bus assigned SCSI ID (0 - 15) – A physical device can embed multiple logical devices A+ Guide to Hardware, 4e 32
  • 33. Figure 7-28 Using a SCSI bus, a SCSI host adapter can support internal and external SCSI devices A+ Guide to Hardware, 4e 33
  • 34. SCSI Technology (continued) β€’ Terminating resistor – Plugged into last device at the end of the chain – Reduces electrical noise or interference on the cable β€’ Various SCSI standards – SCSI are SCSI-1, SCSI-2, and SCSI-3 β€’ Also known as regular SCSI, Fast SCSI, Ultra SCSI – Serial attached SCSI (SAS): compatible with serial ATA – Ensure all components of subsystem use one standard A+ Guide to Hardware, 4e 34
  • 35. Other Interface Standards β€’ USB (Universal Serial Bus) – USB 1.1 and USB 2.0 accommodate hard drives – A USB device connects to a PC via a USB port β€’ IEEE 1394 (FireWire) – Uses serial transmission of data – Device can connect to PC via FireWire external port – Device also attaches to an internal connector β€’ Fibre Channel – Rival to SCSI – Allows up to 126 devices on a single bus A+ Guide to Hardware, 4e 35
  • 36. Figure 7-31 This CrossFire hard drive holds 160GB and uses a 1394a or USB 2.0 connection A+ Guide to Hardware, 4e 36
  • 37. How to Select a Hard Drive β€’ Hard drive must match OS and motherboard β€’ BIOS uses autodetection to prepare the device – Drive capacity and configuration are selected – Best possible ATA standard is part of configuration β€’ Selected device may not supported by BIOS β€’ Troubleshooting tasks (if device is not recognized) – Flash the BIOS – Replace the controller card – Replace the motherboard A+ Guide to Hardware, 4e 37
  • 38. Installations Using Legacy BIOS β€’ Older hard drive standards that may be encountered – CHS (cylinder, head, track) mode for drives < 528 MB – Large (ECHS) mode for drives from 504 MB - 8.4 GB – The 33.8 GB limitation or the 137 GB limitation β€’ How to install a drive not supported by BIOS – Let the BIOS see the drive as a smaller drive – Upgrade the BIOS – Replace the motherboard – Use a software interface between BIOS and drive – Substitute BIOS with ATA connector and firmware A+ Guide to Hardware, 4e 38
  • 39. Steps to Install a Parallel ATA Drive β€’ Components needed: – The drive itself – 80-conductor or 40-conductor data cable – Kit to make drive fit into much larger bay (optional) – Adapter card (if board does not have IDE connection) β€’ Steps for installing parallel ATA drive: – Step 1: Prepare for the installation β€’ Know your starting point β€’ Read the documentation β€’ Plan the drive configuration β€’ Prepare your work area and take precautions A+ Guide to Hardware, 4e 39
  • 40. Figure 7-32 Plan for the location of drives within bays A+ Guide to Hardware, 4e 40
  • 41. Steps to Install a Parallel ATA Drive (continued) β€’ Steps for installing parallel ATA drive (continued): – Step 2: Set the jumpers or DIP switches – Step 3: Mount the drive in the drive bay β€’ Remove the bay for the hard drive β€’ Securely mount the drive in the bay β€’ Connect the data cables to the drives (can be done later) β€’ Re-insert (and secure) the bay in the case β€’ Install a power connection to each drive β€’ Connect the data cable to the IDE connector on board β€’ Attach bay cover and other connections (if needed) β€’ Verify BIOS recognizes device before adding cover A+ Guide to Hardware, 4e 41
  • 42. Figure 7-33 A parallel ATA drive most likely will have diagrams of jumper settings for master and slave options printed on the drive housing A+ Guide to Hardware, 4e 42
  • 43. Figure 7-41 Connect a power cord to each drive A+ Guide to Hardware, 4e 43
  • 44. Steps to Install a Parallel ATA Drive (continued) β€’ Steps for installing parallel ATA drive (continued): – Step 4: Use CMOS setup to verify hard drive settings – Step 5: Partition and format the drive β€’ If installing an OS, boot from Windows setup CD β€’ If not, use Disk Management utility or Fdisk and Format A+ Guide to Hardware, 4e 44
  • 45. Figure 7-45 Standard CMOS setup A+ Guide to Hardware, 4e 45
  • 46. Serial ATA Hard Drive Installations β€’ No jumpers to set on the drive β€’ Each serial ATA connector is dedicated to 1 drive β€’ A simpler installation process: – Install the drive in the bay (like parallel ATA drive) – Connect a power cord to the drive β€’ Documentation identifies which connector to use – Example: use red connectors (SATA1, SATA2) first β€’ After checking connections, verify drive is recognized A+ Guide to Hardware, 4e 46
  • 47. Figure 7-48 This motherboard has four serial ATA connectors A+ Guide to Hardware, 4e 47
  • 48. Figure 7-49 American Megatrends, Inc. CMOS setup screen shows installed drives A+ Guide to Hardware, 4e 48
  • 49. Installing a Hard Drive in a Wide Bay β€’ Universal bay kit: adapts a drive to a wide bay β€’ Adapter spans distance between drive and bay A+ Guide to Hardware, 4e 49
  • 50. Figure 7-52 Hard drive installed in a wide bay using a universal bay kit adapter A+ Guide to Hardware, 4e 50
  • 51. Troubleshooting Hard Drives β€’ Problems occur before and after installation β€’ Problems may be hardware or software related β€’ Hardware-related problems will be addressed A+ Guide to Hardware, 4e 51
  • 52. Problems with Hard Drive Installations β€’ CMOS setup does not reflect new hard drive – Solution: Enable autodetection and reboot system β€’ Error message: β€œ Hard drive not found.” – Reseat the data cable and reboot the PC β€’ Error message: β€œNo boot device available.” – Insert bootable disk and restart the machine β€’ Error message 601 appears on the screen – Connect the power cord to the floppy disk drive β€’ Error message: β€œHard drive not present” – Restore jumpers to their original state A+ Guide to Hardware, 4e 52
  • 53. Problems with Hard Drive Installations (continued) β€’ Things to check if CMOS setup does not show drive – Does your system BIOS recognize large drives? – Is autodetection correctly configured in CMOS setup? – Are the jumpers on the drive set correctly? – Are the power cord and data cable connected? A+ Guide to Hardware, 4e 53
  • 54. How to Approach a Hard Drive Problem After the Installation β€’ Some post-installation problems – Corrupted data files – A corrupted Windows installation – A hardware issue preventing system from booting β€’ Preparation steps – Start with the end user: conduct an interview – Prioritize what you have learned β€’ Example: make data backup your first priority – Be aware of available resources β€’ Examples: documentation, Internet, Technical Support A+ Guide to Hardware, 4e 54
  • 55. Hard Drive Hardware Problems β€’ Causes of problems present during boot: – Hard drive subsystem – Partition table – File system on the drive – Files required for the OS to boot β€’ Some things to do if POST reveals problem – Check the jumper settings on the drive – Check the cable for frayed edges or other damage – Try booting from another media; e.g. setup CD – Check manufacturer Web site for diagnostic software A+ Guide to Hardware, 4e 55
  • 56. Hard Drive Hardware Problems (continued) β€’ Bumps are bad – A scratched surface may cause a hard drive crash – Data may be recovered, even if drive is inaccessible β€’ Invalid drive or drive specification – System BIOS cannot read partition table information – Boot from recovery CD and check partition table – To be covered in later chapters β€’ Bad sector errors – Problem due to fading tracks and sectors – Solution: replace the drive A+ Guide to Hardware, 4e 56
  • 57. Troubleshooting Floppy Drives and Disks β€’ Table 7-4 has two columns – One identifies errors occurring before and after boot – Another displays troubleshooting tasks A+ Guide to Hardware, 4e 57
  • 58. Table 7-4 Floppy drive and floppy disk errors that can occur during and after the boot A+ Guide to Hardware, 4e 58
  • 59. Table 7-4 Floppy drive and floppy disk errors that can occur during and after the boot (continued) A+ Guide to Hardware, 4e 59
  • 60. Summary β€’ Current floppy disks are 3 Β½ inch, high-density disks β€’ Floppy disk format: 80 tracks, each with 8 sectors β€’ Hard drive physical organization: cylinders, tracks, sectors β€’ Hard drive logical organization: boot record, file allocation tables, and root directory β€’ Secondary storage device communicates with system using a standard, such as ATA or SCSI A+ Guide to Hardware, 4e 60
  • 61. Summary (continued) β€’ Parallel ATA (or EIDE): allows connection of up to 4 devices β€’ Serial ATA (SATA): specifies one cable per device β€’ SCSI group: allow up to 7 or 15 physical devices and multiple logical devices per physical device β€’ Other drive interface standards: USB, FireWire, Fibre Channel β€’ Newly installed hard drives are usually automatically detected by BIOS A+ Guide to Hardware, 4e 61