A+ Guide to Managing and Maintaining your PC, 6e. Chapter 8 Hard Drives

Size: px
Start display at page:

Download "A+ Guide to Managing and Maintaining your PC, 6e. Chapter 8 Hard Drives"

Transcription

1 A+ Guide to Managing and Maintaining your PC, 6e Chapter 8 Hard Drives

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 Managing and Maintaining your PC, 6e 2

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 Managing and Maintaining your PC, 6e 3

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 Managing and Maintaining your PC, 6e 4

5 Figure inch, high-density floppy disk showing tracks and sectors A+ Guide to Managing and Maintaining your PC, 6e 5

6 Figure 8-5 Inside a floppy disk drive A+ Guide to Managing and Maintaining your PC, 6e 6

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 Managing and Maintaining your PC, 6e 7

8 Figure 8-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 Managing and Maintaining your PC, 6e 8

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 Managing and Maintaining your PC, 6e 9

10 Figure 8-8 Connect colored edge of cable to pin 1 A+ Guide to Managing and Maintaining your PC, 6e 10

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 Managing and Maintaining your PC, 6e 11

12 Figure 8-10 Inside a hard drive case A+ Guide to Managing and Maintaining your PC, 6e 12

13 Figure 8-11 A hard drive with two platters A+ Guide to Managing and Maintaining your PC, 6e 13

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 Managing and Maintaining your PC, 6e 14

15 Figure 8-13 Floppy drives and older hard drives use a constant number of sectors per track A+ Guide to Managing and Maintaining your PC, 6e 15

16 Figure 8-14 Zone bit recording can have more sectors per track as the tracks get larger A+ Guide to Managing and Maintaining your PC, 6e 16

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 Note: zero-fill utilities do not do low-level formats A+ Guide to Managing and Maintaining your PC, 6e 17

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 MB capacity A+ Guide to Managing and Maintaining your PC, 6e 18

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 Managing and Maintaining your PC, 6e 19

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 Managing and Maintaining your PC, 6e 20

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 Managing and Maintaining your PC, 6e 21

22 Table 8-1 Summary of ATA interface standards for storage devices A+ Guide to Managing and Maintaining your PC, 6e 22

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 Managing and Maintaining your PC, 6e 23

24 Figure 8-16 A PC s hard drive subsystem using parallel ATA A+ Guide to Managing and Maintaining your PC, 6e 24

25 Figure 8-18 A hard drive subsystem using the new serial ATA data cable A+ Guide to Managing and Maintaining your PC, 6e 25

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 PB) Must have support of board, BIOS, OS, IDE controller A+ Guide to Managing and Maintaining your PC, 6e 26

27 Figure 8-21 The 137-GB barrier existed because of the size of the numbers used to address a sector A+ Guide to Managing and Maintaining your PC, 6e 27

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 Managing and Maintaining your PC, 6e 28

29 Figure 8-22 A motherboard has two IDE channels; each can support a master and slave drive using a single EIDE cable A+ Guide to Managing and Maintaining your PC, 6e 29

30 Figure 8-25 Rear of a serial ATA drive and a parallel ATA drive A+ Guide to Managing and Maintaining your PC, 6e 30

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 Managing and Maintaining your PC, 6e 31

32 Figure 8-28 Using a SCSI bus, a SCSI host adapter can support internal and external SCSI devices A+ Guide to Managing and Maintaining your PC, 6e 32

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 Managing and Maintaining your PC, 6e 33

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 Managing and Maintaining your PC, 6e 34

35 Figure 8-31 This CrossFire hard drive holds 160GB and uses a 1394a or USB 2.0 connection A+ Guide to Managing and Maintaining your PC, 6e 35

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 Managing and Maintaining your PC, 6e 36

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 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 Managing and Maintaining your PC, 6e 37

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 Managing and Maintaining your PC, 6e 38

39 Figure 8-32 Plan for the location of drives within bays A+ Guide to Managing and Maintaining your PC, 6e 39

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 Managing and Maintaining your PC, 6e 40

41 Figure 8-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 Managing and Maintaining your PC, 6e 41

42 Figure 8-41 Connect a power cord to each drive A+ Guide to Managing and Maintaining your PC, 6e 42

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 Managing and Maintaining your PC, 6e 43

44 Figure 8-45 Standard CMOS setup A+ Guide to Managing and Maintaining your PC, 6e 44

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 Managing and Maintaining your PC, 6e 45

46 Figure 8-48 This motherboard has four serial ATA connectors A+ Guide to Managing and Maintaining your PC, 6e 46

47 Figure 8-49 American Megatrends, Inc. CMOS setup screen shows installed drives A+ Guide to Managing and Maintaining your PC, 6e 47

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 Managing and Maintaining your PC, 6e 48

49 Figure 8-52 Hard drive installed in a wide bay using a universal bay kit adapter A+ Guide to Managing and Maintaining your PC, 6e 49

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 Managing and Maintaining your PC, 6e 50

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 Managing and Maintaining your PC, 6e 51

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 Managing and Maintaining your PC, 6e 52

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 Managing and Maintaining your PC, 6e 53

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 Managing and Maintaining your PC, 6e 54

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 Managing and Maintaining your PC, 6e 55

56 Troubleshooting Floppy Drives and Disks Table 8-4 has two columns One identifies errors occurring before and after boot Another displays troubleshooting tasks A+ Guide to Managing and Maintaining your PC, 6e 56

57 Table 8-4 Floppy drive and floppy disk errors that can occur during and after the boot A+ Guide to Managing and Maintaining your PC, 6e 57

58 Table 8-4 Floppy drive and floppy disk errors that can occur during and after the boot (continued) A+ Guide to Managing and Maintaining your PC, 6e 58

A+ Guide to Hardware, 4e. Chapter 7 Hard Drives

A+ Guide to Hardware, 4e. Chapter 7 Hard Drives 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

More information

Data rate - The data rate is the number of bytes per second that the drive can deliver to the CPU.

Data rate - The data rate is the number of bytes per second that the drive can deliver to the CPU. A+ Guide to Hardware, 4e Chapter 7 Hard Drives Learning from Floppy Drives Floppy drives are an obsolescent technology Replacements: CD drives and USB flash memory Good reasons for studying floppy drive

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 6 Supporting Hard Drives

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 6 Supporting Hard Drives A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e Chapter 6 Supporting Hard Drives Objectives Learn about the technologies used inside a hard drive and how data is organized on the drive

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 6 Supporting Hard Drives

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 6 Supporting Hard Drives A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e Chapter 6 Supporting Hard Drives Objectives Learn about the technologies used inside a hard drive and how data is organized on the drive

More information

IS 258 PC Maintenance. Lecture 5: Installing, Upgrading and Troubleshooting Hard Drive Instructor: Henry Kalisti

IS 258 PC Maintenance. Lecture 5: Installing, Upgrading and Troubleshooting Hard Drive Instructor: Henry Kalisti IS 258 PC Maintenance Lecture 5: Installing, Upgrading and Troubleshooting Hard Drive Instructor: Henry Kalisti 1 Objectives Learn about the technologies used inside a hard drive and how data is organized

More information

Hard Drive Technologies

Hard Drive Technologies Unit 8 Hard Drive Technologies Copyright 2002 Heathkit Company, Inc. All rights reserved. The disk surface is divided into tracks. 2 Most Hard Drives Have Multiple Platters Platter1, Track1 Platter2, Track1

More information

Hard Drive Technologies

Hard Drive Technologies Unit 8 Hard Drive Technologies Copyright 2002 Heathkit Company, Inc. All rights reserved. The disk surface is divided into tracks. 2 Most Hard Drives Have Multiple Platters Platter1, Track1 Platter2, Track1

More information

Chapter. Chapter. Magnetic and Solid-State Storage Devices

Chapter. Chapter. Magnetic and Solid-State Storage Devices Chapter Chapter 9 Magnetic and Solid-State Storage Devices Objectives Explain how magnetic principles are applied to data storage. Explain disk geometry. Identify disk partition systems. Recall common

More information

A+ Certification Guide. Chapter 12 Storage Devices

A+ Certification Guide. Chapter 12 Storage Devices A+ Certification Guide Chapter 12 Storage Devices Chapter 12 Objectives Drive Interface Types Hard Disk Drives SSD / Flash Drives Identify External Removable Storage RAID Optical Drives Floppy Drives Tape

More information

About the Presentations

About the Presentations About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning of each presentation. You may customize the presentations

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware : Managing, Maintaining, and Troubleshooting, 5e Chapter 1 Introducing Hardware Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components

More information

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 16 Fixing Windows Problems

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 16 Fixing Windows Problems A+ Guide to Managing and Maintaining Your PC, 7e Chapter 16 Fixing Windows Problems Objectives Learn what to do when a hardware device, application, or Windows component gives a problem Learn what to do

More information

HDD Setting OBJECTIVES RESOURCES DISCUSSION LAB PROCEDURE 4

HDD Setting OBJECTIVES RESOURCES DISCUSSION LAB PROCEDURE 4 LAB PROCEDURE 4 HDD Setting OBJECTIVES 1. Auto-detect IDE drives in CMOS. 2. Use CMOS IDE modes. 3. Learn about CD-ROM setup considerations. Hardware RESOURCES 1. Marcraft 8000 Trainer 2. Windows Millennium

More information

CISC 7310X. C11: Mass Storage. Hui Chen Department of Computer & Information Science CUNY Brooklyn College. 4/19/2018 CUNY Brooklyn College

CISC 7310X. C11: Mass Storage. Hui Chen Department of Computer & Information Science CUNY Brooklyn College. 4/19/2018 CUNY Brooklyn College CISC 7310X C11: Mass Storage Hui Chen Department of Computer & Information Science CUNY Brooklyn College 4/19/2018 CUNY Brooklyn College 1 Outline Review of memory hierarchy Mass storage devices Reliability

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 7 Fixing Windows Problems

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 7 Fixing Windows Problems : Managing, Maintaining, and Troubleshooting, 5e Chapter 7 Fixing Windows Problems Objectives Learn what to do when a hardware device, application, or Windows component gives a problem Learn what to do

More information

SCSI Hard Disk Drives For IBM PCs. User's Guide OPTIONS. by IBM

SCSI Hard Disk Drives For IBM PCs. User's Guide OPTIONS. by IBM SCSI Hard Disk Drives For IBM PCs User's Guide OPTIONS by IBM Note: If you are using this product in the United States, Canada, or Puerto Rico, be sure to read the SCSI Hard Disk Drive User's Guide Supplement

More information

CS420: Operating Systems. Mass Storage Structure

CS420: Operating Systems. Mass Storage Structure Mass Storage Structure James Moscola Department of Physical Sciences York College of Pennsylvania Based on Operating System Concepts, 9th Edition by Silberschatz, Galvin, Gagne Overview of Mass Storage

More information

Hard Disk Organization. Vocabulary

Hard Disk Organization. Vocabulary Hard Disk Organization Vocabulary Platter: one ceramic plate, covered with magnetizable film where the bits are actually stored. Both sides of a platter can be used. Increasing the number of platters is

More information

System CMOS/BIOS Configuration PC Diagnostics

System CMOS/BIOS Configuration PC Diagnostics System CMOS/BIOS Configuration PC Diagnostics (POST; Error Messages and Error Codes) CMOS/BIOS Complementary Metal Oxide Substrate (CMOS) A part of the motherboard that maintains system variables in static

More information

How Hard Drives Work

How Hard Drives Work Thomas H. Russell How Hard Drives Work Hard drives come in two major types: the traditional type with moving parts; and a newer, more expensive technology that has no moving parts How Hard Drives Work

More information

Installing Linux (Chapter 8) Note packet # 4. CSN 115 Operating Systems Ken Mead Genesee Community College. Objectives

Installing Linux (Chapter 8) Note packet # 4. CSN 115 Operating Systems Ken Mead Genesee Community College. Objectives Installing Linux (Chapter 8) Note packet # 4 CSN 115 Operating Systems Ken Mead Genesee Community College Objectives Learn about the hardware components of your computer system Configure hard disk space

More information

Magic Card User Manual

Magic Card User Manual Table of Contents Magic Card User Manual Magic Card Introduction 2 What is Magic card? 2 Magic Card Features 2 Working Modes 3 Magic card editions 3 Installation 4 System Requirements 4 Pre-installation

More information

PCI Card. PCI IDE 100 RAID Card With 3 IEEE Installation Manual PCI1394RAID

PCI Card. PCI IDE 100 RAID Card With 3 IEEE Installation Manual PCI1394RAID PCI Card PCI IDE 100 RAID Card With 3 IEEE-1394 Installation Manual PCI1394RAID 1 General Description The StarTech.com PCI IDE RAID card with 3 IEEE-1394 provides an ideal interconnection for multimedia

More information

Taurus Mini Super-S3. Dual-Bay RAID Storage Enclosure for two 2.5-inch Serial ATA Hard Drives. User Manual March 31, 2014 v1.1

Taurus Mini Super-S3. Dual-Bay RAID Storage Enclosure for two 2.5-inch Serial ATA Hard Drives. User Manual March 31, 2014 v1.1 Dual-Bay RAID Storage Enclosure for two 2.5-inch Serial ATA Hard Drives User Manual March 31, 2014 v1.1 EN Table of Contents Table of Contents 1 Introduction... 1 1.1 System Requirements... 1 1.1.1 PC

More information

Chapter 3: Computer Assembly

Chapter 3: Computer Assembly Chapter 3: Computer Assembly IT Essentials v6.0 ITE v6.0 1 Chapter 3 - Sections & Objectives 3.1 Assemble the Computer Build a Computer. 3.2 Boot the Computer Explain how to verify BIOS and UEFI settings.

More information

lesson 3 Transforming Data into Information

lesson 3 Transforming Data into Information essential concepts lesson 3 Transforming Data into Information This lesson includes the following sections: How Computers Represent Data How Computers Process Data Factors Affecting Processing Speed Extending

More information

DAT Optic Inc Universal FireWire Enclosure User s Manual Rev 1.0

DAT Optic Inc Universal FireWire Enclosure User s Manual Rev 1.0 DAT Optic Inc Universal FireWire Enclosure User s Manual Rev 1.0 Universal FireWire Enclosure- User s Manual Page 01 Contents INTRODUCTION... Major Features... Package Contents... Universal FireWire Enclosure

More information

Getting Started. Here's how to get started using your Zip 250 drive: 1. Unpack the Zip 250 drive and accessories.

Getting Started. Here's how to get started using your Zip 250 drive: 1. Unpack the Zip 250 drive and accessories. Getting Started IMPORTANT! Before installing or using your Zip 250 drive, read and follow the USB guidelines to ensure reliable performance of your USB devices. Here's how to get started using your Zip

More information

VFAT. Win 95 and Win 98 2 GB Maximum Partition 32 K 2 GB. Long File Names

VFAT. Win 95 and Win 98 2 GB Maximum Partition 32 K 2 GB. Long File Names VFAT Win 95 and Win 98 2 GB Maximum Partition 32 K Cluster @ 2 GB Long File Names 50 FAT 32 Win 95 and Win 98 2 TB Maximum Partition 4 KB Cluster @ 2 GB 51 Partition Format Load OS 52 Fixed Disk Setup

More information

Hard facts. Hard disk drives

Hard facts. Hard disk drives Hard facts Text by PowerQuest, photos and drawings Vlado Damjanovski 2004 What is a hard disk? A hard disk or hard drive is the part of your computer responsible for long-term storage of information. Unlike

More information

Igloo 800. External Enclosure for two (2pcs) 3.5 Hard Drives

Igloo 800. External Enclosure for two (2pcs) 3.5 Hard Drives Igloo 800 External Enclosure for two (2pcs) 3.5 Hard Drives User Manual 3.5 Parallel ATA to Firewire 1394b External Storage Enclosure Table of Contents Chapter 1 Introduction. P.02 Chapter 2 Package Contents

More information

BIOS SECTION S6210/6220

BIOS SECTION S6210/6220 BIOS SECTION S6210/6220 LifeBook S Series Notebook BIOS S Series BIOS BIOS SETUP UTILITY The BIOS Setup Utility is a program that sets up the operating environment for your notebook. Your BIOS is set at

More information

Ultra ATA/133 RAID Card. User Manual

Ultra ATA/133 RAID Card. User Manual Ultra ATA/133 RAID Card User Manual Copyright Copyright by Promise Technology, Inc. ( Promise ), 2001. No part of this manual may be reproduced or transmitted in any form without the expressed, written

More information

Chapter 10: Mass-Storage Systems

Chapter 10: Mass-Storage Systems Chapter 10: Mass-Storage Systems Silberschatz, Galvin and Gagne 2013 Chapter 10: Mass-Storage Systems Overview of Mass Storage Structure Disk Structure Disk Attachment Disk Scheduling Disk Management Swap-Space

More information

RAIDTech USER S MANUAL. Revised October 3, Features

RAIDTech USER S MANUAL. Revised October 3, Features RAIDTech USER S MANUAL Revised October 3, 2006 Features Simple, hardware-based RAID (levels 0 or 1) On-the-fly data protection: RAID 1 makes backing up as painless as possible. The data is mirrored in

More information

FASTTRAK TX4000 USER MANUAL. Version 1.3

FASTTRAK TX4000 USER MANUAL. Version 1.3 FASTTRAK TX4000 USER MANUAL Version 1.3 FastTrak TX4000 User Manual Copyright 2002 Promise Technology, Inc. All Rights Reserved. Copyright by Promise Technology, Inc. (Promise Technology). No part of this

More information

V. Mass Storage Systems

V. Mass Storage Systems TDIU25: Operating Systems V. Mass Storage Systems SGG9: chapter 12 o Mass storage: Hard disks, structure, scheduling, RAID Copyright Notice: The lecture notes are mainly based on modifications of the slides

More information

Chapter 10: Mass-Storage Systems. Operating System Concepts 9 th Edition

Chapter 10: Mass-Storage Systems. Operating System Concepts 9 th Edition Chapter 10: Mass-Storage Systems Silberschatz, Galvin and Gagne 2013 Chapter 10: Mass-Storage Systems Overview of Mass Storage Structure Disk Structure Disk Attachment Disk Scheduling Disk Management Swap-Space

More information

BIOS Setup DESKPOWER 6000

BIOS Setup DESKPOWER 6000 BIOS Setup DESKPOWER 6000 1 Preface What is BIOS setup? BIOS setup is a program that helps the user set up a hardware environment, including memory, hard disks, and floppy disk drives. Minimum setup has

More information

AHA PCI-to-Fast SCSI Host Adapter. Fast SCSI Connection for High-Performance SCSI Peripherals for Pentium PCs

AHA PCI-to-Fast SCSI Host Adapter. Fast SCSI Connection for High-Performance SCSI Peripherals for Pentium PCs R AHA-2920 PCI-to-Fast SCSI Host Adapter Fast SCSI Connection for High-Performance SCSI Peripherals for Pentium PCs Introduction This installation guide provides the instructions needed to install and

More information

Computer Setup (F10) Utility Guide Business PCs

Computer Setup (F10) Utility Guide Business PCs Guide Business PCs Document Part Number: 361206-004 November 2005 This guide provides instructions on how to use Computer Setup. This tool is used to reconfigure and modify computer default settings when

More information

ASSIGNMENT 11. Textbook Assignment: Magnetic Disk Storage, chapter 10, pages 10-1 through

ASSIGNMENT 11. Textbook Assignment: Magnetic Disk Storage, chapter 10, pages 10-1 through ASSIGNMENT 11 Textbook Assignment: Magnetic Disk Storage, chapter 10, pages 10-1 through 10-2 11- Magnetic disks are generally used as which of the following types of storage? 11-5. Fixed disks have which

More information

Introduction to the Personal Computer

Introduction to the Personal Computer Introduction to the Personal Computer 2.1 Describe a computer system A computer system consists of hardware and software components. Hardware is the physical equipment such as the case, storage drives,

More information

ATA HARD DRIVE Installation Guide

ATA HARD DRIVE Installation Guide ATA HARD DRIVE Installation Guide P/N: 20210100/A Contents 1 Getting Started............................. 2 Handling the Hard Drive......................... 2 Operating System Requirements....................

More information

Review Questions on Computer Basics

Review Questions on Computer Basics Review Questions on Computer Basics 1. Distinguish between and define (see glossary in Maxfield and Brown s Bebop Bytes Back for the definition of terms not found in Andrews A Guide to Managing and Maintaining

More information

Acronis Disk Director 11 Home. Quick Start Guide

Acronis Disk Director 11 Home. Quick Start Guide Acronis Disk Director 11 Home Quick Start Guide Copyright Acronis, Inc., 2000-2010. All rights reserved. "Acronis", "Acronis Compute with Confidence", "Acronis Recovery Manager", "Acronis Secure Zone",

More information

Implementing Hard Drives

Implementing Hard Drives Implementing Hard Drives Chapter 12 Overview In this chapter, you will learn how to Explain the partitions available in Windows Discuss hard drive formatting options Partition and format hard drives Maintain

More information

UC Santa Barbara. Operating Systems. Christopher Kruegel Department of Computer Science UC Santa Barbara

UC Santa Barbara. Operating Systems. Christopher Kruegel Department of Computer Science UC Santa Barbara Operating Systems Christopher Kruegel Department of Computer Science http://www.cs.ucsb.edu/~chris/ Input and Output Input/Output Devices The OS is responsible for managing I/O devices Issue requests Manage

More information

Section 5 MUST BE COMPLETED BY: 12/5

Section 5 MUST BE COMPLETED BY: 12/5 Test Out Online Lesson 5 Schedule Section 5 MUST BE COMPLETED BY: 12/5 Section 5.1: Storage Devices This section provides an overview of storage devices. Concepts covered include: Common storage devices:

More information

ACARD ATA-133 RAID AEC-6880M

ACARD ATA-133 RAID AEC-6880M AEC-6880M PCI-to-IDE ATA-133 RAID 0 Controller for Macintosh User s Manual Version:1.0 Copyright 2001 ACARD Technology Corp. Copyright and Trademarks Information The information of product in this manual

More information

Motherboard Components of a Desktop Computer

Motherboard Components of a Desktop Computer Motherboard Components of a Desktop Computer The motherboard is the main component inside the case. It is a large rectangular board with integrated circuitry that connects the rest of the parts of the

More information

T Series BIOS BIOS SETUP UTILITY

T Series BIOS BIOS SETUP UTILITY BIOS SECTION T4010 LifeBook T Series Tablet PC T Series BIOS BIOS SETUP UTILITY The BIOS Setup Utility is a program that sets up the operating environment for your tablet. Your BIOS is set at the factory

More information

IT ESSENTIALS V. 4.1 Module 5 Fundamental Operating Systems

IT ESSENTIALS V. 4.1 Module 5 Fundamental Operating Systems IT ESSENTIALS V. 4.1 Module 5 Fundamental Operating Systems 5.0 Introduction 1. What controls almost all functions on a computer? The operating system 5.1 Explain the purpose of an operating system 2.

More information

UNIT 2 Data Center Environment

UNIT 2 Data Center Environment UNIT 2 Data Center Environment This chapter provides an understanding of various logical components of hosts such as file systems, volume managers, and operating systems, and their role in the storage

More information

Model: MRK-300FD-BK. Aluminum Mobile Rack 3-1

Model: MRK-300FD-BK. Aluminum Mobile Rack 3-1 Model: MRK-300FD-BK Aluminum Mobile Rack 3-1 3-1 Introduction... 3-3 Mobile Rack Features... 3-3 Unpacking Your Mobile Rack... 3-4 IDE Basics... 3-4 3-2 Hardware Installation... 3-5 Mobile Rack Components...

More information

DP SATA 6Gb/s PCIe i/e Quick Installation Guide

DP SATA 6Gb/s PCIe i/e Quick Installation Guide DP SATA 6Gb/s PCIe i/e Quick Installation Guide Introducing the SATA 6Gb/s PCIe i/e The DP SATA 6Gb/s PCIe i/e adds 2 SATA 6Gb/s & a PATA connectors to PCIe-equipped computers. Features and Benefits Dual

More information

CS370 Operating Systems

CS370 Operating Systems CS370 Operating Systems Colorado State University Yashwant K Malaiya Fall 2016 Lecture 35 Mass Storage Slides based on Text by Silberschatz, Galvin, Gagne Various sources 1 1 Questions For You Local/Global

More information

LSI Integrated SCSI. LSI bit 2Ch. Ultra2 SCSI LSI bit 2Ch. Ultra160 SCSI LSI bit 2Ch. Ultra160 SCSI

LSI Integrated SCSI. LSI bit 2Ch. Ultra2 SCSI LSI bit 2Ch. Ultra160 SCSI LSI bit 2Ch. Ultra160 SCSI LSI Integrated SCSI LSI 896 32-bit 2Ch. Ultra2 SCSI LSI 1010-33 32-bit 2Ch. Ultra160 SCSI LSI 1010-66 64-bit 2Ch. Ultra160 SCSI Contents General Description... 3 SCSI Interface... 3 The SCSI Interface...

More information

Installation Guide for Hard disks

Installation Guide for Hard disks Installation Guide for Hard disks We explain you the installation of Hard disks in simple steps. Hint: If you search general information on the functional principle and choosing of Hard disks, you can

More information

Announcement. Computer Architecture (CSC-3501) Lecture 23 (17 April 2008) Chapter 7 Objectives. 7.1 Introduction. 7.2 I/O and Performance

Announcement. Computer Architecture (CSC-3501) Lecture 23 (17 April 2008) Chapter 7 Objectives. 7.1 Introduction. 7.2 I/O and Performance Computer Architecture (CSC-3501) Lecture 23 (17 April 2008) Announcement Homework #8 and #9 are uploaded at class website Seung-Jong Park (Jay) http://www.csc.lsu.edu/~sjpark 1 2 Chapter 7 Objectives 7.1

More information

Linux+ Guide to Linux Certification, Third Edition. Chapter 6 Advanced Installation

Linux+ Guide to Linux Certification, Third Edition. Chapter 6 Advanced Installation Linux+ Guide to Linux Certification, Third Edition Chapter 6 Advanced Installation Objectives Describe the types and structure of SCSI devices Explain the different levels of RAID and types of RAID configurations

More information

Che-Wei Chang Department of Computer Science and Information Engineering, Chang Gung University

Che-Wei Chang Department of Computer Science and Information Engineering, Chang Gung University Che-Wei Chang chewei@mail.cgu.edu.tw Department of Computer Science and Information Engineering, Chang Gung University l Chapter 10: File System l Chapter 11: Implementing File-Systems l Chapter 12: Mass-Storage

More information

BTEC Level 3 Unit 2. Computer Components

BTEC Level 3 Unit 2. Computer Components BTEC Level 3 Unit 2 1 Computer Components Stores: The Operating System Application files User data 3.5 inch units in servers and desktops 2.5 inch units in notebooks and external drives Computer Components

More information

A Series BIOS BIOS SETUP UTILITY

A Series BIOS BIOS SETUP UTILITY BIOS SECTION A3110 LifeBook A Series BIOS A Series BIOS BIOS SETUP UTILITY The is a program that sets up the operating environment for your notebook. Your BIOS is set at the factory for normal operating

More information

INTRODUCTION TO Data Storage

INTRODUCTION TO Data Storage Introduction to Computing INTRODUCTION TO Data Storage CPU AND MICROPROCESSOR Memory Used to store data, instructions, and information The operating system and other system software Application programs

More information

User Guide. Version Number 1.1

User Guide. Version Number 1.1 User Guide Version Number 1.1 Copyright 2002, LSOFT TECHNOLOGIES INC. All rights reserved. No part of this documentation may be reproduced in any form or by any means or used to make any derivative work

More information

Introduction To Computer Hardware. Hafijur Rahman

Introduction To Computer Hardware. Hafijur Rahman Introduction To Computer Hardware Lecture 2 Hafijur Rahman What is a Computer? A computer is an electronic device, which can input, process, and output data. input processing output A computer is a machine

More information

Fujitsu LifeBook P Series

Fujitsu LifeBook P Series Fujitsu LifeBook P Series BIOS Guide LifeBook P Series Model: P7120/P7120D Document Date: 11/3/2005 Document Part Number: FPC58-1425-01 FUJITSU COMPUTER SYSTEMS CORPORATION LifeBook P7000 Notebook BIOS

More information

Fujitsu LifeBook A Series

Fujitsu LifeBook A Series Fujitsu LifeBook A Series BIOS Guide LifeBook A Series Model: A3130 Document Date: 06/20/2007 Document Part Number: FPC58-1706-01 FUJITSU COMPUTER SYSTEMS CORPORATION 1 LifeBook A Series BIOS A Series

More information

BIOS Setup DESKPOWER 5000

BIOS Setup DESKPOWER 5000 BIOS Setup DESKPOWER 5000 1 Preface What is BIOS setup? BIOS setup is a program that helps the user set up a hardware environment, including memory, hard disks, and floppy disk drives. Minimum setup has

More information

S Series BIOS BIOS SETUP UTILITY. Entering the BIOS Setup Utility. Entering the Setup Utility After a Configuration Change or System Failure

S Series BIOS BIOS SETUP UTILITY. Entering the BIOS Setup Utility. Entering the Setup Utility After a Configuration Change or System Failure BIOS SECTION S7010 LifeBook S Series Notebook BIOS S Series BIOS BIOS SETUP UTILITY The BIOS Setup Utility is a program that sets up the operating environment for your notebook. Your BIOS is set at the

More information

Taurus Super-S3 LCM. Dual-Bay RAID Storage Enclosure for two 3.5-inch Serial ATA Hard Drives. User Manual March 31, 2014 v1.2

Taurus Super-S3 LCM. Dual-Bay RAID Storage Enclosure for two 3.5-inch Serial ATA Hard Drives. User Manual March 31, 2014 v1.2 Dual-Bay RAID Storage Enclosure for two 3.5-inch Serial ATA Hard Drives User Manual March 31, 2014 v1.2 www.inxtron.com EN Table of Contents Table of Contents 1 Introduction... 1 1.1 Technical Specifications...

More information

Peerless Drive System User's Manual

Peerless Drive System User's Manual Peerless Drive System User's Manual Copyright 2001 Iomega Corporation Iomega, the stylized "i" logo, Peerless, and the Peerless brand block are either registered trademarks or trademarks of Iomega Corporation

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Multimedia Devices and Mass Storage

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Multimedia Devices and Mass Storage A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e Chapter 8 Multimedia Devices and Mass Storage Objectives Learn about multimedia adapter cards, including sound cards, TV tuner cards,

More information

Fujitsu LifeBook N Series

Fujitsu LifeBook N Series Fujitsu LifeBook N Series BIOS Guide LifeBook N Series Models: N6400 Document Date: 07/16/2007 Document Part Number: FPC58-1702-01 FUJITSU COMPUTER SYSTEMS CORPORATION 1 LifeBook N Series BIOS N Series

More information

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 10 Multimedia Devices and Mass Storage

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 10 Multimedia Devices and Mass Storage A+ Guide to Managing and Maintaining Your PC, 7e Chapter 10 Multimedia Devices and Mass Storage Objectives Learn about multimedia adapter cards, including sound cards, TV tuner cards, and video capture

More information

Initial Bootloader. On power-up, when a computer is turned on, the following operations are performed:

Initial Bootloader. On power-up, when a computer is turned on, the following operations are performed: Initial Bootloader Introduction On power-up, when a computer is turned on, the following operations are performed: 1. The computer performs a power on self test (POST) to ensure that it meets the necessary

More information

C A S P E R USER GUIDE V ERSION 10

C A S P E R USER GUIDE V ERSION 10 TM C A S P E R TM USER GUIDE V ERSION 10 Copyright and Trademark Information Information in this document is subject to change without notice. Federal law prohibits unauthorized use, duplication, and distribution

More information

CSE 153 Design of Operating Systems

CSE 153 Design of Operating Systems CSE 153 Design of Operating Systems Winter 2018 Lecture 20: File Systems (1) Disk drives OS Abstractions Applications Process File system Virtual memory Operating System CPU Hardware Disk RAM CSE 153 Lecture

More information

Disk Geometry and Layout

Disk Geometry and Layout Disk Geometry and Layout Alex Applegate 1 Overview Secondary Storage Disk Addressing Master Book Record ATA Interface Host Protected Area Device Configuration Overlay Bad Blocks 2 Secondary Storage Usually

More information

Taurus Mini Super-S LCM

Taurus Mini Super-S LCM Dual-Bay RAID Storage Enclosure for two 2.5-inch Serial ATA Hard Drives User Manual August 1, 2011 v1.0 www.akitio.com EN Table of Contents Table of Contents 1 Introduction... 1 1.1 System Requirements...

More information

Hitachi Gloabal Storage Products. Hints and tips. BIOS 33.8GB limitation

Hitachi Gloabal Storage Products. Hints and tips. BIOS 33.8GB limitation Hints and Tips Deskstar 7K250 UltraATA 100 Hard disk drive HDS722504VLAT20 HDS722508VLAT20 HDS722512VLAT20 HDS722512VLAT80 HDS722516VLAT20 HDS722516VLAT80 HDS722525VLAT80 Hints and tips This document provides

More information

Fujitsu LifeBook S Series

Fujitsu LifeBook S Series Fujitsu LifeBook S Series BIOS Guide LifeBook S Series Model: S2020 Document Date: 10/30/03 Document Part Number: FPC58-1035-01 FUJITSU COMPUTER SYSTEMS 1 LifeBook S Series Notebook BIOS S Series BIOS

More information

Fujitsu LifeBook N Series

Fujitsu LifeBook N Series Fujitsu LifeBook N Series BIOS Guide LifeBook N Series Models: N6000 Document Date: 11/11/04 Document Part Number: FPC58-1268-01 F U J I T S U C O M P U T E R S Y S T E M S 1 LifeBook N Series Notebook

More information

Install New External Hard Drive Windows 7 Sata

Install New External Hard Drive Windows 7 Sata Install New External Hard Drive Windows 7 Sata I just bought the Sabrent 3.5' SATA/IDE hard drive enclosure to get the data off of a My problem is that the enclosure is not recognized by my windows 7 64-bit

More information

ST9550 Family: AT Interface Drives. Installation Guide

ST9550 Family: AT Interface Drives. Installation Guide .......................... ST9550 Family:.......................... ST9550AG.......................... ST9385AG.......................... AT Interface Drives.......................... Installation Guide..........................

More information

NT2 U3. 2-Bay RAID Storage Enclosure. User Manual May 18, 2010 v1.1

NT2 U3. 2-Bay RAID Storage Enclosure. User Manual May 18, 2010 v1.1 2-Bay RAID Storage Enclosure User Manual May 18, 2010 v1.1 EN Introduction 1 Introduction 1.1 System Requirements 1.1.1 PC Requirements Minimum Intel Pentium III CPU 500MHz, 128MB RAM Windows Vista, Windows

More information

IT Essentials (ITE v5.0 & v5.02) Chapter 3 Exam Answers 100% 2016

IT Essentials (ITE v5.0 & v5.02) Chapter 3 Exam Answers 100% 2016 IT Essentials (ITE v5.0 & v5.02) Chapter 3 Exam Answers 100% 2016 1.A technician is troubleshooting a PC that will not boot. When the PC is powered on, it emits a series of beeps and indicates that the

More information

PC BIOS Settings: (22 Jan 2004) These settings will be required for either O.S. Installation or to improve the PC performance.

PC BIOS Settings: (22 Jan 2004) These settings will be required for either O.S. Installation or to improve the PC performance. PC BIOS Settings: (22 Jan 2004) These settings will be required for either O.S. Installation or to improve the PC performance. S.No. Standard Hard Disks Operation Reason 1. CMOS SETUP Keep Type setting

More information

NEC Express5800 Series

NEC Express5800 Series NEC Express5800 Series NEC Express5800/120Rf-1,120Rh-2 Operation Manual For Microsoft Windows Server 2003, Standard x64 Edition / Microsoft Windows Server 2003, Enterprise x64 Edition Note: Microsoft and

More information

S Series BIOS BIOS SETUP UTILITY

S Series BIOS BIOS SETUP UTILITY BIOS SECTION S2110 LifeBook S Series Notebook BIOS S Series BIOS BIOS SETUP UTILITY The BIOS Setup Utility is a program that sets up the operating environment for your notebook. Your BIOS is set at the

More information

Introduction. Contents. Where Do I Start? Installing the SlimSCSI Adapter Completing the Installation Using the SlimSCSI Adapter...

Introduction. Contents. Where Do I Start? Installing the SlimSCSI Adapter Completing the Installation Using the SlimSCSI Adapter... Introduction This document explains how to install and use the daptec SlimSCSI - the Universal SCSI Connection (model P -1460). The SlimSCSI PC Card-to-SCSI adapter allows you to easily connect most SCSI

More information

Fujitsu LifeBook A Series

Fujitsu LifeBook A Series Fujitsu LifeBook A Series BIOS Guide LifeBook A Series Model: A6030 Document Date: 06/06/2007 Document Part Number: FPC58-1698-01 FUJITSU COMPUTER SYSTEMS CORPORATION 1 LifeBook A Series BIOS A Series

More information

AEC7720U AEC7720UW. User s Manual. Ver : Copyright 2000ACARD Technology Corp

AEC7720U AEC7720UW. User s Manual. Ver : Copyright 2000ACARD Technology Corp AEC7720U AEC7720UW User s Manual Ver : 1.01 Copyright 2000ACARD Technology Corp. - 1 - INDEX Chapter 0 About the SCSIDE...3 Chapter 1 Introduction...5 1.1 Overview...5 1.2 Feature...5 1.3 Specification...6

More information

FASTTRAK S150 TX4 USER MANUAL. Version 1.5M

FASTTRAK S150 TX4 USER MANUAL. Version 1.5M FASTTRAK S150 TX4 USER MANUAL Version 1.5M FastTrak S150 TX4 User Manual Copyright 2003 Promise Technology, Inc. All Rights Reserved. Copyright by Promise Technology, Inc. (Promise Technology). No part

More information

Keep the work area free of clutter and clean. Food and drinks are not allowed in the work area.

Keep the work area free of clutter and clean. Food and drinks are not allowed in the work area. 29 Chapter 3 Computer Assembly Introduction This chapter addresses the process of the computer assembly process. The ability to successfully assemble a computer is a milestone for the PC Ttechnician. It

More information

DP SATA 6Gb/s 2S1P PCIe Installation Guide

DP SATA 6Gb/s 2S1P PCIe Installation Guide Introduction DP SATA 6Gb/s 2S1P PCIe Installation Guide The DP SATA 6Gb/s 2S1P PCIe will add 2 SATA 6Gb/s & a PATA connectors to PCIe-equipped computers. Features and Benefits Adds two SATA 6Gb/s and one

More information

HP SSD Upgrade Kit Installation Guide

HP SSD Upgrade Kit Installation Guide HP SSD Upgrade Kit Installation Guide HP SSD Upgrade Kit Installation Guide* The HP Solid State Drive (HP SSD) is the latest solution in storage technology that provides significant benefits versus traditional

More information

SATA II-150 PCI RAID Quick Installation Guide

SATA II-150 PCI RAID Quick Installation Guide SATA II-150 PCI RAID Quick Installation Guide Introducing the SATA II-150 PCI RAID The SATA II-150 PCI RAID is an ultra high-speed two channel Serial ATA Generation II RAID controller for use in PCI enabled

More information

White Paper Western Digital Comments on Sector Sizes Larger than 512 Bytes

White Paper Western Digital Comments on Sector Sizes Larger than 512 Bytes White Paper Western Digital Comments on June 1, 2005 T13/e05122r2 Revision 2 Technical Editor: Curtis E. Stevens Western Digital Phone: 949-672-7933 E-Mail: Curtis.Stevens@WDC.com THIS WHITEPAPER IS MADE

More information