SlideShare uma empresa Scribd logo
1 de 32
PC Hardware Servicing
Chapter 10: Introduction to Disk
Storage
Chapter 10 Objectives
• Understand magnetic and optical storage
• Explain cylinders, heads, tracks, and
sectors
• Understand low-level and high-level
formatting
• Explain principles of partitioning
• Choose an appropriate file system for the
OS to be installed
How Disks Store Data
• Magnetic or optical
• Based on transitions
– Electrical: positive or negative
– Optical: pit or land
Magnetic Storage
• Hard Disks, Floppy Disks
• Polarity change between positive and
negative
Optical Storage
• CD, DVD
• Change between pit (less reflective) and
land (more reflective)
Disks Versus Drives
• Disk: Platters that store data
• Drive: Mechanism that spins and reads
platters
• Hard disk drive: integrated disk and drive
• Floppy and CD: separate disk and drive
How Disk Space is Organized
• Heads: Read-write mechanisms, one for
each side of each disk platter
How Disk Space is Organized
• Tracks: Concentric rings on a platter
How Disk Space is Organized
• Cylinders: The same track on a stack of
platters and sides
How Disk Space is Organized
• Sectors: Sections of a track created by
radial lines from the center of the disk
Low-Level Formatting
• Creates tracks and sectors
• Defines the disk geometry
• Done at the factory
Zoned Recording and Sector
Translation
• Zoned Recording: Fewer sectors in center
of disk than at outer rings
• Sector Translation: Conversion between
physical sectors and logical ones needed
to interface with PC
Floppy Drive BIOS Support
• Not Plug and Play
CD-ROM Drive BIOS Support
• Auto (Recommended)
• CD-ROM
• ATAPI Removable
• IDE Removable
BIOS Translation Methods
• Standard CHS: Cylinders, Heads, Sectors
• Extended CHS (ECHS, also called Large)
• Logical Block Addressing LBA
Enhanced BIOS Services for Disk
Drives
• A BIOS feature, not a drive feature
• Released in 1998
• Gives the BIOS the capability to recognize
large drive sizes (over 8.4 GB)
• Primary reason why very old PCs cannot
see large new drives
• Requires a BIOS update for motherboard
or add-on BIOS utility from drive maker
Data Transfer Modes
• DMA: Direct Memory Addressing
– Regular and bus mastering
• PIO: Programmed Input/Output
– PIO modes 0 through 4
• UltraDMA (Ultra ATA)
– Modern standard for drive interfaces
– Makes regular DMA and PIO obsolete
– Much faster (33MB/sec to over 150MB/sec)
Disk Partitions
• Physical drive can be divided up
– Primary partition
– Extended partition
• Each partition can have one or more
logical drives
– Primary partition can have only one drive
letter
– Extended partition can have multiple drive
letters
Disk Partitions
Active Partition
• Bootable partition
• Only one can be active
• Must be a primary partition
Master Boot Record
• Contains information about the physical
drive’s partitions
• Written to the first sector of the first
cylinder of the first head
• Persists no matter what high-level
formatting is done to the drive
Clusters
• Groups of sectors that are addressed as a
group
• Makes storage access quicker since there
are fewer units to address
• Allows larger drives to be addressed
• Wastes some space when cluster is not
completely full
• Larger clusters are more wasteful
Default Cluster Sizes
• Each file system has its own default
cluster size rules (FAT16, FAT32, NTFS)
• Cluster size can vary from 1 to 64 sectors
• Generally, smaller drive has smaller
cluster size
• Refer to Tables 10.1, 10.2, and 10.3 in
textbook
Common File Systems
• FAT16
• FAT32
• NTFS 4
• NTFS 5
FAT Formatting
• Creates the volume boot record:
– Every logical drive has one
– Holds information about the partition
– Stores the boot files if a bootable drive
– Written to the first sector of the logical disk
(the boot sector)
– At startup, OS looks to the boot sector to see
if it contains startup files
FAT Formatting
• Creates the File Allocation Table
– Small database
– Two copies of it, for redundancy
– Tracks only the first cluster of each file
– Tracks only files and folders in the root
directory
FAT Formatting
• Reads information from low-level format
about physical defects to avoid in disk
surface
• Creates the root directory
– Top-level folder
– All others are placed here
FAT16 versus FAT32
• FAT16
– Original FAT file system
– Uses 16-bit binary numbers to identify each
cluster
• FAT32
– Improved version
– Uses 32-bit binary numbers to identify each
cluster
– Drive sizes can be larger because there are
more numbers available for cluster IDs
OS Compatibility of FAT
• FAT16:
– All MS-DOS and Windows versions
• FAT32:
– No support in MS-DOS, Windows NT 4.0, or
Windows 95
– Windows 95C provides limited support (no
conversion utility)
– Windows 98 and higher provide full support
NTFS
• New Technology File System
• Developed for Windows NT (NTFS 4)
• Improved for Windows 2000 and higher
(NTFS 5)
• 32-bit file system
• More sophisticated security permissions
• Encryption (NTFS 5)
NTFS Features
• Volume Boot Record
– Equivalent to Volume Boot Record in FAT32
• Master File Table
– Equivalent to File Allocation Table
• System Files
– No stand-alone command interpreter
– User interface separate from OS kernel
OS Compatibility of NTFS
• No support in MS-DOS or 9x versions of
Windows
• NTFS 4 supported in Windows NT 4.0
• NTFS 5 supported in Windows 2000 and
XP
• Conversion done automatically when
upgrading from NT 4.0 to 2000 or XP

Mais conteúdo relacionado

Mais procurados (20)

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
 
external_memory
external_memoryexternal_memory
external_memory
 
Booy Up
Booy UpBooy Up
Booy Up
 
SSD HSD storage drives
SSD HSD storage drives SSD HSD storage drives
SSD HSD storage drives
 
Hard disk drives
Hard disk drivesHard disk drives
Hard disk drives
 
Types of Hard Disk
Types of Hard DiskTypes of Hard Disk
Types of Hard Disk
 
Hard disk
Hard diskHard disk
Hard disk
 
The Motherboard
The MotherboardThe Motherboard
The Motherboard
 
Unit3 ppt3 hard drive
Unit3 ppt3 hard driveUnit3 ppt3 hard drive
Unit3 ppt3 hard drive
 
Ch6
Ch6Ch6
Ch6
 
Chap2 hdd2
Chap2 hdd2Chap2 hdd2
Chap2 hdd2
 
HARD DISK DRIVE ppt
HARD DISK DRIVE pptHARD DISK DRIVE ppt
HARD DISK DRIVE ppt
 
Asif Jamal disk (it)
Asif Jamal disk (it)Asif Jamal disk (it)
Asif Jamal disk (it)
 
Unit 3 storage fundamentals
Unit 3 storage fundamentalsUnit 3 storage fundamentals
Unit 3 storage fundamentals
 
Introduction of storage devices(Brief Knowledge)
Introduction of storage devices(Brief Knowledge)Introduction of storage devices(Brief Knowledge)
Introduction of storage devices(Brief Knowledge)
 
External memory
External memoryExternal memory
External memory
 
Partitioning a Hard Drive
Partitioning a Hard DrivePartitioning a Hard Drive
Partitioning a Hard Drive
 
Hard disk drive
Hard disk driveHard disk drive
Hard disk drive
 
Storage Technologies
Storage TechnologiesStorage Technologies
Storage Technologies
 
06 external memory
06 external memory06 external memory
06 external memory
 

Destaque

Using a Windows Network
Using a Windows NetworkUsing a Windows Network
Using a Windows NetworkAmir Villas
 
Setting Up a Windows Network
Setting Up a Windows NetworkSetting Up a Windows Network
Setting Up a Windows NetworkAmir Villas
 
Computing Overview
Computing OverviewComputing Overview
Computing OverviewAmir Villas
 
Working with the BIOS Setup Program
Working with the BIOS Setup ProgramWorking with the BIOS Setup Program
Working with the BIOS Setup ProgramAmir Villas
 
Case, Electricity and Power Supplies
Case, Electricity and Power SuppliesCase, Electricity and Power Supplies
Case, Electricity and Power SuppliesAmir Villas
 
5 Rep Pc Diego Craig Motherboards
5 Rep Pc Diego Craig   Motherboards5 Rep Pc Diego Craig   Motherboards
5 Rep Pc Diego Craig MotherboardsDiego F. Craig
 
Aplicaciones Difusas UNIDAD 5: ÉTICA Y PRIVACIDAD: Parte 1
Aplicaciones Difusas  UNIDAD 5: ÉTICA Y PRIVACIDAD: Parte 1Aplicaciones Difusas  UNIDAD 5: ÉTICA Y PRIVACIDAD: Parte 1
Aplicaciones Difusas UNIDAD 5: ÉTICA Y PRIVACIDAD: Parte 1Luis Fernando Aguas Bucheli
 
Organización y Arquitectura del Computador: Abstracción
Organización y Arquitectura del Computador: AbstracciónOrganización y Arquitectura del Computador: Abstracción
Organización y Arquitectura del Computador: AbstracciónLuis Fernando Aguas Bucheli
 
Working with Printers
Working with PrintersWorking with Printers
Working with PrintersAmir Villas
 
Imaging and Sound Devices
Imaging and Sound DevicesImaging and Sound Devices
Imaging and Sound DevicesAmir Villas
 
Safety and Preventive Maintenance
Safety and Preventive MaintenanceSafety and Preventive Maintenance
Safety and Preventive MaintenanceAmir Villas
 
Aplicaciones Difusas UNIDAD 5: ÉTICA Y PRIVACIDAD: Parte 2
Aplicaciones Difusas  UNIDAD 5: ÉTICA Y PRIVACIDAD: Parte 2Aplicaciones Difusas  UNIDAD 5: ÉTICA Y PRIVACIDAD: Parte 2
Aplicaciones Difusas UNIDAD 5: ÉTICA Y PRIVACIDAD: Parte 2Luis Fernando Aguas Bucheli
 

Destaque (20)

Portable PCs
Portable PCsPortable PCs
Portable PCs
 
Monitors
MonitorsMonitors
Monitors
 
Using a Windows Network
Using a Windows NetworkUsing a Windows Network
Using a Windows Network
 
Video Cards
Video CardsVideo Cards
Video Cards
 
The Internet
The InternetThe Internet
The Internet
 
Setting Up a Windows Network
Setting Up a Windows NetworkSetting Up a Windows Network
Setting Up a Windows Network
 
Cables
CablesCables
Cables
 
CPUs
CPUsCPUs
CPUs
 
Computing Overview
Computing OverviewComputing Overview
Computing Overview
 
Working with the BIOS Setup Program
Working with the BIOS Setup ProgramWorking with the BIOS Setup Program
Working with the BIOS Setup Program
 
Case, Electricity and Power Supplies
Case, Electricity and Power SuppliesCase, Electricity and Power Supplies
Case, Electricity and Power Supplies
 
The Modems
The ModemsThe Modems
The Modems
 
Lenguajes de Programación: Clases y objetos
Lenguajes de Programación: Clases y objetosLenguajes de Programación: Clases y objetos
Lenguajes de Programación: Clases y objetos
 
5 Rep Pc Diego Craig Motherboards
5 Rep Pc Diego Craig   Motherboards5 Rep Pc Diego Craig   Motherboards
5 Rep Pc Diego Craig Motherboards
 
Aplicaciones Difusas UNIDAD 5: ÉTICA Y PRIVACIDAD: Parte 1
Aplicaciones Difusas  UNIDAD 5: ÉTICA Y PRIVACIDAD: Parte 1Aplicaciones Difusas  UNIDAD 5: ÉTICA Y PRIVACIDAD: Parte 1
Aplicaciones Difusas UNIDAD 5: ÉTICA Y PRIVACIDAD: Parte 1
 
Organización y Arquitectura del Computador: Abstracción
Organización y Arquitectura del Computador: AbstracciónOrganización y Arquitectura del Computador: Abstracción
Organización y Arquitectura del Computador: Abstracción
 
Working with Printers
Working with PrintersWorking with Printers
Working with Printers
 
Imaging and Sound Devices
Imaging and Sound DevicesImaging and Sound Devices
Imaging and Sound Devices
 
Safety and Preventive Maintenance
Safety and Preventive MaintenanceSafety and Preventive Maintenance
Safety and Preventive Maintenance
 
Aplicaciones Difusas UNIDAD 5: ÉTICA Y PRIVACIDAD: Parte 2
Aplicaciones Difusas  UNIDAD 5: ÉTICA Y PRIVACIDAD: Parte 2Aplicaciones Difusas  UNIDAD 5: ÉTICA Y PRIVACIDAD: Parte 2
Aplicaciones Difusas UNIDAD 5: ÉTICA Y PRIVACIDAD: Parte 2
 

Semelhante a Introduction to Disk Storage

Semelhante a Introduction to Disk Storage (20)

Computer details
Computer detailsComputer details
Computer details
 
disk.ppt
disk.pptdisk.ppt
disk.ppt
 
9781111306366 ppt ch4
9781111306366 ppt ch49781111306366 ppt ch4
9781111306366 ppt ch4
 
Ch07
Ch07Ch07
Ch07
 
9781111306366 ppt ch7
9781111306366 ppt ch79781111306366 ppt ch7
9781111306366 ppt ch7
 
Windows Forensics- Introduction and Analysis
Windows Forensics- Introduction and AnalysisWindows Forensics- Introduction and Analysis
Windows Forensics- Introduction and Analysis
 
Storage Devices
Storage DevicesStorage Devices
Storage Devices
 
Os
OsOs
Os
 
Types of Storage Devices
Types of  Storage DevicesTypes of  Storage Devices
Types of Storage Devices
 
diskmanagement-170307012154.pdf
diskmanagement-170307012154.pdfdiskmanagement-170307012154.pdf
diskmanagement-170307012154.pdf
 
Disk management
Disk managementDisk management
Disk management
 
Secondarystoragedevices1 130119040144-phpapp02
Secondarystoragedevices1 130119040144-phpapp02Secondarystoragedevices1 130119040144-phpapp02
Secondarystoragedevices1 130119040144-phpapp02
 
Thiru
ThiruThiru
Thiru
 
Course 102: Lecture 26: FileSystems in Linux (Part 1)
Course 102: Lecture 26: FileSystems in Linux (Part 1) Course 102: Lecture 26: FileSystems in Linux (Part 1)
Course 102: Lecture 26: FileSystems in Linux (Part 1)
 
Unit 4 DBMS.ppt
Unit 4 DBMS.pptUnit 4 DBMS.ppt
Unit 4 DBMS.ppt
 
Conceptual framework storage devices (2)
Conceptual framework   storage devices (2)Conceptual framework   storage devices (2)
Conceptual framework storage devices (2)
 
IMD 203 - Ch08
IMD 203 - Ch08IMD 203 - Ch08
IMD 203 - Ch08
 
Disk Management through the Computer Management
Disk Management through the Computer ManagementDisk Management through the Computer Management
Disk Management through the Computer Management
 
06_External Memory.ppt
06_External Memory.ppt06_External Memory.ppt
06_External Memory.ppt
 
Os7
Os7Os7
Os7
 

Mais de Amir Villas

Working with Applications
Working with ApplicationsWorking with Applications
Working with ApplicationsAmir Villas
 
The Boot Process
The Boot ProcessThe Boot Process
The Boot ProcessAmir Villas
 
Selecting and Installing Operating System
Selecting and Installing Operating SystemSelecting and Installing Operating System
Selecting and Installing Operating SystemAmir Villas
 
Networking Hardware Concepts
Networking Hardware ConceptsNetworking Hardware Concepts
Networking Hardware ConceptsAmir Villas
 
Keyboards and Mice
Keyboards and MiceKeyboards and Mice
Keyboards and MiceAmir Villas
 
Configuring Devices in Windows
Configuring Devices in WindowsConfiguring Devices in Windows
Configuring Devices in WindowsAmir Villas
 
Disk Drives Interfaces
Disk Drives InterfacesDisk Drives Interfaces
Disk Drives InterfacesAmir Villas
 
Installing and Troubleshooting the Basic Components
Installing and Troubleshooting the Basic ComponentsInstalling and Troubleshooting the Basic Components
Installing and Troubleshooting the Basic ComponentsAmir Villas
 
Optimizing and Troubleshooting Windows
Optimizing and Troubleshooting WindowsOptimizing and Troubleshooting Windows
Optimizing and Troubleshooting WindowsAmir Villas
 

Mais de Amir Villas (10)

Working with Applications
Working with ApplicationsWorking with Applications
Working with Applications
 
The Boot Process
The Boot ProcessThe Boot Process
The Boot Process
 
Selecting and Installing Operating System
Selecting and Installing Operating SystemSelecting and Installing Operating System
Selecting and Installing Operating System
 
Networking Hardware Concepts
Networking Hardware ConceptsNetworking Hardware Concepts
Networking Hardware Concepts
 
Keyboards and Mice
Keyboards and MiceKeyboards and Mice
Keyboards and Mice
 
Configuring Devices in Windows
Configuring Devices in WindowsConfiguring Devices in Windows
Configuring Devices in Windows
 
Disk Drives Interfaces
Disk Drives InterfacesDisk Drives Interfaces
Disk Drives Interfaces
 
Installing and Troubleshooting the Basic Components
Installing and Troubleshooting the Basic ComponentsInstalling and Troubleshooting the Basic Components
Installing and Troubleshooting the Basic Components
 
Course Syllabus
Course SyllabusCourse Syllabus
Course Syllabus
 
Optimizing and Troubleshooting Windows
Optimizing and Troubleshooting WindowsOptimizing and Troubleshooting Windows
Optimizing and Troubleshooting Windows
 

Último

microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 

Último (20)

microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 

Introduction to Disk Storage

  • 1. PC Hardware Servicing Chapter 10: Introduction to Disk Storage
  • 2. Chapter 10 Objectives • Understand magnetic and optical storage • Explain cylinders, heads, tracks, and sectors • Understand low-level and high-level formatting • Explain principles of partitioning • Choose an appropriate file system for the OS to be installed
  • 3. How Disks Store Data • Magnetic or optical • Based on transitions – Electrical: positive or negative – Optical: pit or land
  • 4. Magnetic Storage • Hard Disks, Floppy Disks • Polarity change between positive and negative
  • 5. Optical Storage • CD, DVD • Change between pit (less reflective) and land (more reflective)
  • 6. Disks Versus Drives • Disk: Platters that store data • Drive: Mechanism that spins and reads platters • Hard disk drive: integrated disk and drive • Floppy and CD: separate disk and drive
  • 7. How Disk Space is Organized • Heads: Read-write mechanisms, one for each side of each disk platter
  • 8. How Disk Space is Organized • Tracks: Concentric rings on a platter
  • 9. How Disk Space is Organized • Cylinders: The same track on a stack of platters and sides
  • 10. How Disk Space is Organized • Sectors: Sections of a track created by radial lines from the center of the disk
  • 11. Low-Level Formatting • Creates tracks and sectors • Defines the disk geometry • Done at the factory
  • 12. Zoned Recording and Sector Translation • Zoned Recording: Fewer sectors in center of disk than at outer rings • Sector Translation: Conversion between physical sectors and logical ones needed to interface with PC
  • 13. Floppy Drive BIOS Support • Not Plug and Play
  • 14. CD-ROM Drive BIOS Support • Auto (Recommended) • CD-ROM • ATAPI Removable • IDE Removable
  • 15. BIOS Translation Methods • Standard CHS: Cylinders, Heads, Sectors • Extended CHS (ECHS, also called Large) • Logical Block Addressing LBA
  • 16. Enhanced BIOS Services for Disk Drives • A BIOS feature, not a drive feature • Released in 1998 • Gives the BIOS the capability to recognize large drive sizes (over 8.4 GB) • Primary reason why very old PCs cannot see large new drives • Requires a BIOS update for motherboard or add-on BIOS utility from drive maker
  • 17. Data Transfer Modes • DMA: Direct Memory Addressing – Regular and bus mastering • PIO: Programmed Input/Output – PIO modes 0 through 4 • UltraDMA (Ultra ATA) – Modern standard for drive interfaces – Makes regular DMA and PIO obsolete – Much faster (33MB/sec to over 150MB/sec)
  • 18. Disk Partitions • Physical drive can be divided up – Primary partition – Extended partition • Each partition can have one or more logical drives – Primary partition can have only one drive letter – Extended partition can have multiple drive letters
  • 20. Active Partition • Bootable partition • Only one can be active • Must be a primary partition
  • 21. Master Boot Record • Contains information about the physical drive’s partitions • Written to the first sector of the first cylinder of the first head • Persists no matter what high-level formatting is done to the drive
  • 22. Clusters • Groups of sectors that are addressed as a group • Makes storage access quicker since there are fewer units to address • Allows larger drives to be addressed • Wastes some space when cluster is not completely full • Larger clusters are more wasteful
  • 23. Default Cluster Sizes • Each file system has its own default cluster size rules (FAT16, FAT32, NTFS) • Cluster size can vary from 1 to 64 sectors • Generally, smaller drive has smaller cluster size • Refer to Tables 10.1, 10.2, and 10.3 in textbook
  • 24. Common File Systems • FAT16 • FAT32 • NTFS 4 • NTFS 5
  • 25. FAT Formatting • Creates the volume boot record: – Every logical drive has one – Holds information about the partition – Stores the boot files if a bootable drive – Written to the first sector of the logical disk (the boot sector) – At startup, OS looks to the boot sector to see if it contains startup files
  • 26. FAT Formatting • Creates the File Allocation Table – Small database – Two copies of it, for redundancy – Tracks only the first cluster of each file – Tracks only files and folders in the root directory
  • 27. FAT Formatting • Reads information from low-level format about physical defects to avoid in disk surface • Creates the root directory – Top-level folder – All others are placed here
  • 28. FAT16 versus FAT32 • FAT16 – Original FAT file system – Uses 16-bit binary numbers to identify each cluster • FAT32 – Improved version – Uses 32-bit binary numbers to identify each cluster – Drive sizes can be larger because there are more numbers available for cluster IDs
  • 29. OS Compatibility of FAT • FAT16: – All MS-DOS and Windows versions • FAT32: – No support in MS-DOS, Windows NT 4.0, or Windows 95 – Windows 95C provides limited support (no conversion utility) – Windows 98 and higher provide full support
  • 30. NTFS • New Technology File System • Developed for Windows NT (NTFS 4) • Improved for Windows 2000 and higher (NTFS 5) • 32-bit file system • More sophisticated security permissions • Encryption (NTFS 5)
  • 31. NTFS Features • Volume Boot Record – Equivalent to Volume Boot Record in FAT32 • Master File Table – Equivalent to File Allocation Table • System Files – No stand-alone command interpreter – User interface separate from OS kernel
  • 32. OS Compatibility of NTFS • No support in MS-DOS or 9x versions of Windows • NTFS 4 supported in Windows NT 4.0 • NTFS 5 supported in Windows 2000 and XP • Conversion done automatically when upgrading from NT 4.0 to 2000 or XP