SlideShare une entreprise Scribd logo
1  sur  21
Hard Disks
• Low-level format- organizes both sides of each
platter into tracks and sectors to define where
items will be stored on the disk.
• Partitioning: divide hard disk into separate
areas called partitions; each partition functions
as if it were a separate hard disk drive.
• High-level format defines the file allocation
table (FAT) for each partition, which is a table
of information used to locate files on the disk.
Storage Systems
• Hard Drives
– 2 Types: SCSI and IDE
• IDE drives– originally developed as alternative to more expensive SCSI
drives.
– Modern versions called EIDE drives.
– Support up to 4 multigigabyte drives.
– If you want more devices, use SCSI or USB
– Low-level formatted at the factory
Low Level Formatting
• Low level format scans disk for defects and
sets aside sectors with defects so they are not
used for data.
• IDE drives should never be low level
formatted by a user or technician. Only high
level format necessary.
Installing IDE/EIDE drives
• IDE supports TWO drives in a system
– one master (boot disk) and one slave
– set master and slave using jumpers

• EIDE supports FOUR drives per system
– 2 drives on each of 2 cables
– only one master, all others are slaves

• IDE and EIDE drives both use 40-pin ribbon
cable aligned to pin 1
Hard Drive
Floppies
• Two sizes
– 3.5 inch
– 5.25 inch

• 3.5 inch holds 1.44 MB for High density and
750 KB for Double Density
• Connected with 34 pin ribbon cable
• Two Floppy Drives possible
• Has twist in cable to distinguish A drive from
B drive
SCSI
• Pronounced Scuzzy
• Small Computer Systems Interface
• For wide range of peripheral devices, including hard
disks, tape drives, optical drives, CD-ROMs and disk
arrays.
• 8 devices can connect to a daisy chain
• This chain must be terminated at both ends
• Each device on chain is assigned unique device ID
number that is determined by jumpers or DIP
switches
Installing and configuring SCSI
• SCSI bus supports 8 devices
• There are eight SCSI IDs numbered 0 through
7
• ID 7 is always reserved for the SCSI host
adapter
• SCSI hard disk, if used as a boot drive, is
assigned SCSI ID 0
• If you have both IDE and SCSI hard drive,
IDE drive should be boot drive
Types of SCSIs
• SCSI 1- 5 MB transfer rate, Centronics 50 pin
or DB 25, has 8 bit bus
• SCSI 2 -also SCSI Fast Wide, includes 16 bit
bus , called Wide SCSI, and twice as fast
transfer rate
• SCSI 3- Includes Ultra SCSI, Wide Ultra
SCSI, and Ultra 2 SCSI, 16 bit bus with up to
80 MBps transfer rate
RAID
• Redundant Array of Independent Disks
• Category of disk drives that employs 2 or more
drives in combination for fault tolerance (error
recovery)
• 10 levels of RAID
• 3 on test will be:
• RAID 0, RAID 3, RAID 5
RAID continued
• RAID 0- Striped disk without parity
• RAID 3- Parallel transfer with parity
• RAID 5- Data striping with parity
How Data is Organized on Disk
•

•

•

•

Tracks– circular areas of the disk
– Length of a track one circumference of disk
– Over 1000 on a hard disk
– Data first written to outer most track
Sectors– Divides tracks sections
– On a floppy 9 sectors exits
Cylinders– Logical groupings of the the same track on each disk surface in a disk
unit
Clusters– Groups of sectors used by operating system
– 64 sectors in one cluster
Tracks and sectors
Can store
512 bytes

Sector =
small arc
of track

Track=
concentric
circle
Interleaving
• Allows the read/write head to use the rotation
of the disk to its advantage
• One sector is written to and the disk skips to
several sectors down
Formatting
• Low level formatting done at factory
– Builds the File Allocation Table (FAT)
– Physically scans the disk media for defects

• Remember FAT is always located at Track 0
• High level formatting is automatically done
during installation of operating system
Operating System File Systems
•
•
•
•

DOS uses FAT
Windows 3.x uses Virtual FAT
Win 95 uses VFAT and FAT32
Win NT uses NTFS
Partitioning
• FDISK command is used
• Divides hard drive into logical subdivisions
which are seen by the operating system as
separate logical hard disks.
• Hard drives divided into primary and extended
partitions. The primary partition boots the
system. Can have up to 4 primary partitions
Partitioning
• Extended can be divided up to 23 times on disk.
• Partitioning disks improves disk efficiency through
reduced cluster size.
• In DOS, Win 3x and early versions of Win 95 a hard
disk over 2 GB must be divided into smaller partions
• Now Win 95 and Win 98 can create a primary
partition of up to 8 GB
• Following partition, the first sector on cylinder 0
reserved for master boot record
Disk compression
• Reduce amount of space taken up by files by
substituting codes for repeating patterns of
data
• To access data on compressed disk, must load
disk compression utility into RAM first
• This disk compression utility works between
OS and disk controller to intercept requests
and compress or decompress files- the result is
slower disk access
Backing up data
• Archival: full backup- contains everything
from the hard disk
• Incremental: contains only files that have been
modified since last (previous) backup
• Differential: backs up all the data modified
since last full backup
• Copy backup: copy duplicate of file, directory,
or disk to another disk
CD ROM
• Capacity of 650 MB
• Transfer speeds of around 24X speed
– X refers to the transfer speed in the first CD ROM,
which was 150 K

• CD is the slowest device on PC
• When installing to IDE system must be
configured as slave
• WORM and EO

Contenu connexe

Tendances

Hard disk drives
Hard disk drivesHard disk drives
Hard disk drivesBits
 
Chapter 9: SCSI Drives and File Systems
Chapter 9: SCSI Drives and File SystemsChapter 9: SCSI Drives and File Systems
Chapter 9: SCSI Drives and File Systemsaskme
 
Memory
MemoryMemory
MemoryBits
 
Hard Disk Drive
Hard Disk Drive Hard Disk Drive
Hard Disk Drive Rohan Awale
 
Introduction to Digital Forensics
Introduction to Digital ForensicsIntroduction to Digital Forensics
Introduction to Digital ForensicsDon Caeiro
 
Csc1401 lecture07 -external memory
Csc1401   lecture07 -external memoryCsc1401   lecture07 -external memory
Csc1401 lecture07 -external memoryIIUM
 
CHA & LBA Addressing
CHA & LBA Addressing  CHA & LBA Addressing
CHA & LBA Addressing DINESH KAMBLE
 
Working principle of a hard disk controller
Working principle of a hard disk controllerWorking principle of a hard disk controller
Working principle of a hard disk controllerMarajulislam3
 
Managing CD Devices
Managing CD DevicesManaging CD Devices
Managing CD DevicesAmir Villas
 
Storage Devices And Backup Media
Storage Devices And Backup MediaStorage Devices And Backup Media
Storage Devices And Backup MediaTyrone Turner
 

Tendances (20)

Introduction to Hard Disk Drive by Vishal Garg
Introduction to Hard Disk Drive by Vishal GargIntroduction to Hard Disk Drive by Vishal Garg
Introduction to Hard Disk Drive by Vishal Garg
 
Hard disk drives
Hard disk drivesHard disk drives
Hard disk drives
 
Hard Disk
Hard DiskHard Disk
Hard Disk
 
Chapter 9: SCSI Drives and File Systems
Chapter 9: SCSI Drives and File SystemsChapter 9: SCSI Drives and File Systems
Chapter 9: SCSI Drives and File Systems
 
Memory
MemoryMemory
Memory
 
Hard Disk Drive
Hard Disk Drive Hard Disk Drive
Hard Disk Drive
 
Storage memory
Storage memoryStorage memory
Storage memory
 
Hard Disk
Hard Disk Hard Disk
Hard Disk
 
Introduction to Digital Forensics
Introduction to Digital ForensicsIntroduction to Digital Forensics
Introduction to Digital Forensics
 
Raid
RaidRaid
Raid
 
External memory
External memoryExternal memory
External memory
 
Hard Disk Drive
Hard Disk DriveHard Disk Drive
Hard Disk Drive
 
Hard disk
Hard diskHard disk
Hard disk
 
Csc1401 lecture07 -external memory
Csc1401   lecture07 -external memoryCsc1401   lecture07 -external memory
Csc1401 lecture07 -external memory
 
CHA & LBA Addressing
CHA & LBA Addressing  CHA & LBA Addressing
CHA & LBA Addressing
 
Working principle of a hard disk controller
Working principle of a hard disk controllerWorking principle of a hard disk controller
Working principle of a hard disk controller
 
Managing CD Devices
Managing CD DevicesManaging CD Devices
Managing CD Devices
 
Storage Devices And Backup Media
Storage Devices And Backup MediaStorage Devices And Backup Media
Storage Devices And Backup Media
 
Hard Disk Componets
Hard Disk ComponetsHard Disk Componets
Hard Disk Componets
 
06 external memory
06 external memory06 external memory
06 external memory
 

Similaire à Hard disks

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 memoryDon Caeiro
 
Disk Management through the Computer Management
Disk Management through the Computer ManagementDisk Management through the Computer Management
Disk Management through the Computer ManagementAnshGoyal32
 
Storage devices(present)
Storage devices(present)Storage devices(present)
Storage devices(present)Zawawi Mohamad
 
Internal components storage devices
Internal components storage devicesInternal components storage devices
Internal components storage devicesEdz Gapuz
 
Unit3 ppt3 hard drive
Unit3 ppt3 hard driveUnit3 ppt3 hard drive
Unit3 ppt3 hard driveFarhanMalik93
 
Types of Storage Devices
Types of  Storage DevicesTypes of  Storage Devices
Types of Storage DevicesMaryam Fida
 
Computer Main Comppponents.pdf
Computer Main Comppponents.pdfComputer Main Comppponents.pdf
Computer Main Comppponents.pdfthinalost
 
Windows Server 2012 R2 Software-Defined Storage
Windows Server 2012 R2 Software-Defined StorageWindows Server 2012 R2 Software-Defined Storage
Windows Server 2012 R2 Software-Defined StorageAidan Finn
 
RAID--16112022-093218am-16022024-061222pm.pdf
RAID--16112022-093218am-16022024-061222pm.pdfRAID--16112022-093218am-16022024-061222pm.pdf
RAID--16112022-093218am-16022024-061222pm.pdfzainm7032
 
Conceptual framework storage devices (2)
Conceptual framework   storage devices (2)Conceptual framework   storage devices (2)
Conceptual framework storage devices (2)Rajendra Sharma
 
06_External Memory.ppt
06_External Memory.ppt06_External Memory.ppt
06_External Memory.pptRaziAhmed30
 

Similaire à Hard disks (20)

Computer details
Computer detailsComputer details
Computer details
 
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
 
Os7
Os7Os7
Os7
 
9781111306366 ppt ch7
9781111306366 ppt ch79781111306366 ppt ch7
9781111306366 ppt ch7
 
Disk Management through the Computer Management
Disk Management through the Computer ManagementDisk Management through the Computer Management
Disk Management through the Computer Management
 
HARD DISK DRIVE ppt
HARD DISK DRIVE pptHARD DISK DRIVE ppt
HARD DISK DRIVE ppt
 
09. storage-part-1
09. storage-part-109. storage-part-1
09. storage-part-1
 
Storage devices(present)
Storage devices(present)Storage devices(present)
Storage devices(present)
 
Internal components storage devices
Internal components storage devicesInternal components storage devices
Internal components storage devices
 
Unit3 ppt3 hard drive
Unit3 ppt3 hard driveUnit3 ppt3 hard drive
Unit3 ppt3 hard drive
 
Types of Storage Devices
Types of  Storage DevicesTypes of  Storage Devices
Types of Storage Devices
 
Computer Main Comppponents.pdf
Computer Main Comppponents.pdfComputer Main Comppponents.pdf
Computer Main Comppponents.pdf
 
Windows Server 2012 R2 Software-Defined Storage
Windows Server 2012 R2 Software-Defined StorageWindows Server 2012 R2 Software-Defined Storage
Windows Server 2012 R2 Software-Defined Storage
 
RAID--16112022-093218am-16022024-061222pm.pdf
RAID--16112022-093218am-16022024-061222pm.pdfRAID--16112022-093218am-16022024-061222pm.pdf
RAID--16112022-093218am-16022024-061222pm.pdf
 
Module5 secondary storage
Module5 secondary storageModule5 secondary storage
Module5 secondary storage
 
Storage Technologies
Storage TechnologiesStorage Technologies
Storage Technologies
 
Thiru
ThiruThiru
Thiru
 
Conceptual framework storage devices (2)
Conceptual framework   storage devices (2)Conceptual framework   storage devices (2)
Conceptual framework storage devices (2)
 
Ch9 mass storage systems
Ch9   mass storage systemsCh9   mass storage systems
Ch9 mass storage systems
 
06_External Memory.ppt
06_External Memory.ppt06_External Memory.ppt
06_External Memory.ppt
 

Plus de English TVTC

compound & complex sentences.pptx
compound & complex sentences.pptxcompound & complex sentences.pptx
compound & complex sentences.pptxEnglish TVTC
 
QUESTION AND ANSWER writing.pdf
QUESTION AND ANSWER  writing.pdfQUESTION AND ANSWER  writing.pdf
QUESTION AND ANSWER writing.pdfEnglish TVTC
 
Kinds of Sentences أنواع الجمل.pptx
Kinds of Sentences أنواع الجمل.pptxKinds of Sentences أنواع الجمل.pptx
Kinds of Sentences أنواع الجمل.pptxEnglish TVTC
 
Independent & Dependent clauses.ppt
Independent & Dependent clauses.pptIndependent & Dependent clauses.ppt
Independent & Dependent clauses.pptEnglish TVTC
 
subject-verbagreement.pptx
subject-verbagreement.pptxsubject-verbagreement.pptx
subject-verbagreement.pptxEnglish TVTC
 
sentence structure.pptx
sentence structure.pptxsentence structure.pptx
sentence structure.pptxEnglish TVTC
 
Parts and types of sentences.pptx
Parts and types of sentences.pptxParts and types of sentences.pptx
Parts and types of sentences.pptxEnglish TVTC
 
Run-on & Comma Splice.pptx
Run-on & Comma Splice.pptxRun-on & Comma Splice.pptx
Run-on & Comma Splice.pptxEnglish TVTC
 
capitalization.pptx
capitalization.pptxcapitalization.pptx
capitalization.pptxEnglish TVTC
 
How words work in sentences.pptx
How words work in sentences.pptxHow words work in sentences.pptx
How words work in sentences.pptxEnglish TVTC
 
Understanding paragraph.pptx
Understanding paragraph.pptxUnderstanding paragraph.pptx
Understanding paragraph.pptxEnglish TVTC
 
Making Inferences.pptx
Making Inferences.pptxMaking Inferences.pptx
Making Inferences.pptxEnglish TVTC
 
Identifying the pattern.pptx
Identifying the pattern.pptxIdentifying the pattern.pptx
Identifying the pattern.pptxEnglish TVTC
 
The three parts of a paragraph
The three parts of a paragraphThe three parts of a paragraph
The three parts of a paragraphEnglish TVTC
 
How to write a paragraph
How to write a paragraphHow to write a paragraph
How to write a paragraphEnglish TVTC
 
identifying the pattern
  identifying the pattern  identifying the pattern
identifying the patternEnglish TVTC
 
Understanding paragraphs
Understanding paragraphsUnderstanding paragraphs
Understanding paragraphsEnglish TVTC
 
Relative pronouns and relative clauses
Relative pronouns and relative clausesRelative pronouns and relative clauses
Relative pronouns and relative clausesEnglish TVTC
 

Plus de English TVTC (20)

compound & complex sentences.pptx
compound & complex sentences.pptxcompound & complex sentences.pptx
compound & complex sentences.pptx
 
QUESTION AND ANSWER writing.pdf
QUESTION AND ANSWER  writing.pdfQUESTION AND ANSWER  writing.pdf
QUESTION AND ANSWER writing.pdf
 
Kinds of Sentences أنواع الجمل.pptx
Kinds of Sentences أنواع الجمل.pptxKinds of Sentences أنواع الجمل.pptx
Kinds of Sentences أنواع الجمل.pptx
 
Independent & Dependent clauses.ppt
Independent & Dependent clauses.pptIndependent & Dependent clauses.ppt
Independent & Dependent clauses.ppt
 
subject-verbagreement.pptx
subject-verbagreement.pptxsubject-verbagreement.pptx
subject-verbagreement.pptx
 
sentence structure.pptx
sentence structure.pptxsentence structure.pptx
sentence structure.pptx
 
Parts and types of sentences.pptx
Parts and types of sentences.pptxParts and types of sentences.pptx
Parts and types of sentences.pptx
 
Run-on & Comma Splice.pptx
Run-on & Comma Splice.pptxRun-on & Comma Splice.pptx
Run-on & Comma Splice.pptx
 
capitalization.pptx
capitalization.pptxcapitalization.pptx
capitalization.pptx
 
How words work in sentences.pptx
How words work in sentences.pptxHow words work in sentences.pptx
How words work in sentences.pptx
 
Understanding paragraph.pptx
Understanding paragraph.pptxUnderstanding paragraph.pptx
Understanding paragraph.pptx
 
Making Inferences.pptx
Making Inferences.pptxMaking Inferences.pptx
Making Inferences.pptx
 
Identifying the pattern.pptx
Identifying the pattern.pptxIdentifying the pattern.pptx
Identifying the pattern.pptx
 
The three parts of a paragraph
The three parts of a paragraphThe three parts of a paragraph
The three parts of a paragraph
 
Paragraph parts
Paragraph partsParagraph parts
Paragraph parts
 
How to write a paragraph
How to write a paragraphHow to write a paragraph
How to write a paragraph
 
identifying the pattern
  identifying the pattern  identifying the pattern
identifying the pattern
 
Understanding paragraphs
Understanding paragraphsUnderstanding paragraphs
Understanding paragraphs
 
Scanning
ScanningScanning
Scanning
 
Relative pronouns and relative clauses
Relative pronouns and relative clausesRelative pronouns and relative clauses
Relative pronouns and relative clauses
 

Dernier

A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 

Dernier (20)

A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 

Hard disks

  • 1. Hard Disks • Low-level format- organizes both sides of each platter into tracks and sectors to define where items will be stored on the disk. • Partitioning: divide hard disk into separate areas called partitions; each partition functions as if it were a separate hard disk drive. • High-level format defines the file allocation table (FAT) for each partition, which is a table of information used to locate files on the disk.
  • 2. Storage Systems • Hard Drives – 2 Types: SCSI and IDE • IDE drives– originally developed as alternative to more expensive SCSI drives. – Modern versions called EIDE drives. – Support up to 4 multigigabyte drives. – If you want more devices, use SCSI or USB – Low-level formatted at the factory
  • 3. Low Level Formatting • Low level format scans disk for defects and sets aside sectors with defects so they are not used for data. • IDE drives should never be low level formatted by a user or technician. Only high level format necessary.
  • 4. Installing IDE/EIDE drives • IDE supports TWO drives in a system – one master (boot disk) and one slave – set master and slave using jumpers • EIDE supports FOUR drives per system – 2 drives on each of 2 cables – only one master, all others are slaves • IDE and EIDE drives both use 40-pin ribbon cable aligned to pin 1
  • 6. Floppies • Two sizes – 3.5 inch – 5.25 inch • 3.5 inch holds 1.44 MB for High density and 750 KB for Double Density • Connected with 34 pin ribbon cable • Two Floppy Drives possible • Has twist in cable to distinguish A drive from B drive
  • 7. SCSI • Pronounced Scuzzy • Small Computer Systems Interface • For wide range of peripheral devices, including hard disks, tape drives, optical drives, CD-ROMs and disk arrays. • 8 devices can connect to a daisy chain • This chain must be terminated at both ends • Each device on chain is assigned unique device ID number that is determined by jumpers or DIP switches
  • 8. Installing and configuring SCSI • SCSI bus supports 8 devices • There are eight SCSI IDs numbered 0 through 7 • ID 7 is always reserved for the SCSI host adapter • SCSI hard disk, if used as a boot drive, is assigned SCSI ID 0 • If you have both IDE and SCSI hard drive, IDE drive should be boot drive
  • 9. Types of SCSIs • SCSI 1- 5 MB transfer rate, Centronics 50 pin or DB 25, has 8 bit bus • SCSI 2 -also SCSI Fast Wide, includes 16 bit bus , called Wide SCSI, and twice as fast transfer rate • SCSI 3- Includes Ultra SCSI, Wide Ultra SCSI, and Ultra 2 SCSI, 16 bit bus with up to 80 MBps transfer rate
  • 10. RAID • Redundant Array of Independent Disks • Category of disk drives that employs 2 or more drives in combination for fault tolerance (error recovery) • 10 levels of RAID • 3 on test will be: • RAID 0, RAID 3, RAID 5
  • 11. RAID continued • RAID 0- Striped disk without parity • RAID 3- Parallel transfer with parity • RAID 5- Data striping with parity
  • 12. How Data is Organized on Disk • • • • Tracks– circular areas of the disk – Length of a track one circumference of disk – Over 1000 on a hard disk – Data first written to outer most track Sectors– Divides tracks sections – On a floppy 9 sectors exits Cylinders– Logical groupings of the the same track on each disk surface in a disk unit Clusters– Groups of sectors used by operating system – 64 sectors in one cluster
  • 13. Tracks and sectors Can store 512 bytes Sector = small arc of track Track= concentric circle
  • 14. Interleaving • Allows the read/write head to use the rotation of the disk to its advantage • One sector is written to and the disk skips to several sectors down
  • 15. Formatting • Low level formatting done at factory – Builds the File Allocation Table (FAT) – Physically scans the disk media for defects • Remember FAT is always located at Track 0 • High level formatting is automatically done during installation of operating system
  • 16. Operating System File Systems • • • • DOS uses FAT Windows 3.x uses Virtual FAT Win 95 uses VFAT and FAT32 Win NT uses NTFS
  • 17. Partitioning • FDISK command is used • Divides hard drive into logical subdivisions which are seen by the operating system as separate logical hard disks. • Hard drives divided into primary and extended partitions. The primary partition boots the system. Can have up to 4 primary partitions
  • 18. Partitioning • Extended can be divided up to 23 times on disk. • Partitioning disks improves disk efficiency through reduced cluster size. • In DOS, Win 3x and early versions of Win 95 a hard disk over 2 GB must be divided into smaller partions • Now Win 95 and Win 98 can create a primary partition of up to 8 GB • Following partition, the first sector on cylinder 0 reserved for master boot record
  • 19. Disk compression • Reduce amount of space taken up by files by substituting codes for repeating patterns of data • To access data on compressed disk, must load disk compression utility into RAM first • This disk compression utility works between OS and disk controller to intercept requests and compress or decompress files- the result is slower disk access
  • 20. Backing up data • Archival: full backup- contains everything from the hard disk • Incremental: contains only files that have been modified since last (previous) backup • Differential: backs up all the data modified since last full backup • Copy backup: copy duplicate of file, directory, or disk to another disk
  • 21. CD ROM • Capacity of 650 MB • Transfer speeds of around 24X speed – X refers to the transfer speed in the first CD ROM, which was 150 K • CD is the slowest device on PC • When installing to IDE system must be configured as slave • WORM and EO