Disk Fundamentals. More than one platter (round cylinders)

Slides:



Advertisements
Similar presentations
DAT2343 File Storage and Access © Alan T. Pinck / Algonquin College; 2003.
Advertisements

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:
Chapter 12: File System Implementation
Lesson 9 Types of Storage Devices.
Types Of Storage Device
Chapter 4 : File Systems What is a file system?
Computer System Basics 2 Hard Drive Storage & File Partitions Computer Forensics BACS 371.
Section 5a Types of Storage Devices.
FILE SYSTEMS. File Names 1 to 255 characters in length  This includes the path You can use uppercase and lowercase (case-aware, but not case-sensitive)
Assembly Language for Intel-Based Computers, 4 th Edition Chapter 14: Disk Fundamentals (c) Pearson Education, All rights reserved. You may modify.
EET 450 – Advanced Digital Chapter 10 Hard Disk Drives.
Managing Your Hard Disk and Operating System 23,26 March :30pm - 4:00pm.
Lecture 10: The FAT, VFAT, and NTFS Filesystems 6/17/2003 CSCE 590 Summer 2003.
Connecting with Computer Science, 2e
Disk Drivers May 10, 2000 Instructor: Gary Kimura.
Operating Systems File systems
Operating Systems File systems
Wince File systems. File system on embedded File system choice on embedded is important –File system size can be an issue –Different media are used –
DISK STORAGE INDEX STRUCTURES FOR FILES Lecture 12.
Operating Systems COMP 4850/CISG 5550 Disks, Part II Dr. James Money.
IDE and SCSI Devices Terms and Definitions.
12.1 Silberschatz, Galvin and Gagne ©2009 Operating System Concepts with Java – 8 th Edition Chapter 12: Mass-Storage Systems.
FDISK Partitioning Hard Disks. History We bought our new hard disk drive –Right size for BIOS and OS –Right connections (PATA/SATA) We installed our new.
Hard-Disk Storage.
Implementing Hard Drives Chapter 10
Hard Drives Non-Volatile Storage. Hard Drives Hard Drives (HD) The primary storage device in a computer system.
1 Partitioning a Hard Drive ©Richard Goldman Revised January 8, 2001 Revised December 9, 2002.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Chapter Sixteen Data Recovery and Fault Tolerance.
Objectives Learn what a file system does
LIS508 lecture 5: storage devices Thomas Krichel
Presented to: Sir Ahmad Karim
Disk Structures. CTEC 1102 Formatting a Disk Two parts to formatting a disk:  Low-level (physical) formatting  High level (logical) formatting Low-level.
 FILE S SYSTEM  DIFFERENT FILE SYSTEMS  FILE SYSTEM COMPONENTS  FILE OPERATIONS  LOG STRUCTERD FILE SYSTEM  FILE EXAMPLES.
1 6 Further System Fundamentals (HL) 6.2 Magnetic Disk Storage.
Lecture 9: The FAT and VFAT Filesystems 6/16/2003 CSCE 590 Summer 2003.
Lecture No 11 Storage Devices
Introduction to Hard Drives Chapter 6 - Key Terms Information Compiled by Diane Ferris, Michele Henderson & Vicki Kertz.
Assembly Language for Intel-Based Computers, 5 th Edition Chapter 14: Disk Fundamentals (c) Pearson Education, All rights reserved. You may.
Chapter 3 Managing Disk and File Systems. File Storage Basics Windows XP supports two types of storage Basic Dynamic Basic storage system Centers on partitioning.
PC Maintenance: Preparing for A+ Certification Chapter 10: Introduction to Disk Storage.
Chapter Two Input and Storage Devices Part II: Storage Devices.
1 Interface Two most common types of interfaces –SCSI: Small Computer Systems Interface (servers and high-performance desktops) –IDE/ATA: Integrated Drive.
1 EN0129 PC and Network Technology - 1 Sajjad Shami Adrian Robson Gerhard Fehringer School of Computing, Engineering & Information Sciences Northumbria.
The disk surface is divided into tracks. into tracks. 1.
Storage Devices.
Hard disk drives It is a non volatile mass storage device. It consists of platters made of aluminum alloy or glass ceramic composite material. Platters.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 15 – The Hard Drive.
GENERAL INFORMATION Invented in 1950's on mainframe computers with 20 inches diameter with only few megabytes of data. Originally called 'Fixed Disc'
Chapter 3 Partitioning Drives using NTFS and FAT32 Prepared by: Khurram N. Shamsi.
Describing Storage Devices  Storage terms  Media is the material storing data  Storage devices manage the media  Magnetic devices use a magnet  Optical.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 7 Floppy Drives.
The Operating System ICS3M.  The operating system (OS) provides a consistent environment for other software programs to execute commands.  It gives.
FAT File Allocation Table
Chapter 7 Volume versus Partition. Cylinder, Head, and Sector (CHS) Hard or fixed disks store information on a revolving platter of metal or glass coated.
Disk storage systems Question#1 (True/False) A track is divided into multiple units called sectors.
Hands-On Microsoft Windows Server 2008 Chapter 7 Configuring and Managing Data Storage.
File organization Secondary Storage Devices Lec#7 Presenter: Dr Emad Nabil.
Assembly Language for x86 Processors 7th Edition Chapter 15: Disk Fundamentals (c) Pearson Education, All rights reserved. You may modify and copy.
Operating System (013022) Dr. H. Iwidat
Still More on Hard Drives
Disks and Formatting Ch 3.
Working with Disks Lesson 4.
I/O Resource Management: Software
9/12/2018.
Introduction to Computers
Partitioning a Hard Drive
Disk storage Index structures for files
Lesson 9 Types of Storage Devices.
Hard disk basics Prof:R.CHARLES SILVESTER JOE Departmet of Electronics St.Joseph’s College,Trichy.
Presentation transcript:

Disk Fundamentals

More than one platter (round cylinders)

Websites with interesting info Putting a Window in a Disk Drive – Looking at OLD disk drives – tmhttp:// tm A 36-GB, RPM, IBM SCSI server Hard Drive –

A Hard Drive

Labeled Disk Drive Picture

Tracks A typical hard drive is made up of multiple platters attached to a spindle that rotates at a constant speed. The read/write heads record magnetic pulses, moving in toward the center and out toward the rim as a group, in small steps. The surface of a disk is formatted into invisible concentric bands called tracks. The outside track of a disk is track 0, increasing in number when moving toward the center.

Cylinders, Sectors, Physical Disk Geometry Cylinders refers to all tracks accessible from a single position of the read/write heads. A file is initially stored on a disk using adjacent cylinders. This reduces the amount of movement of the heads. A sector is a 512-byte portion of a track. A hard-disk may have 63 or more sectors per track. Servo-formatting includes separating the sectors using Gray codes. Physical disk geometry consists of the number of cylinders per disk, the number of read/write heads per cylinder, and the number of sectors per track.

Disk Tracks and Sectors

Low-Level Formatting (which is not the same as servo-formatting) matLow-c.htmlhttp:// matLow-c.html

Fragmentation As files become more spread out around a disk, the sectors associated with the files are no longer in contiguous areas of the disk. This slows down the reading and writing of files, and makes the data more susceptible to errors.

Translation to Logical Sector Numbers Hard drive controllers perform a process called translation, the conversion of physical disk geometry to a logical structure that is understood by the operating system. Logical sector numbers are always numbered sequentially, starting at zero.

Hard Drive Controller A Controller – Control Circuitry – –(link at bottom) The Flow of Information over the Hard Drive Interface – Firmware –

Disk Partitions A single hard drive can be divided into one or more logical units (partitions) or volumes. Each formatted partition is represented by a separate drive letter (C, D, E). It can be formatted using one of several file systems.

Drive Partitions Partitions can be primary or extended Up to 4 primary partitions Extended partitions can be divided into up to 24 logical partitions. Primary partitions can be made bootable, logical partitions cannot be made bootable. ons.htmhttp:// ons.htm Diskmgmt.exe Only one primary partition can be active at one time, this is called the system partition.

Master Boot Record (MBR) Created when the first partition is created. Located in the drive’s first logical sector. Contains: –The disk partition table, which describes the sizes and locations of all partitions on the disk. –A small program that locater the partition’s boot sector and transfers control to a program in the sector that loads the operating system.

File Systems So far, we have been dealing with the hardware level of disk storage systems. (platters, sides, tracks, cylinders, and sectors) At the software level are clusters (a mapping of logical sectors) and filenames (a mapping of clusters).

Clusters The smallest unit of space used by a file. Consists of one or more disk sectors. The size of a cluster depends on both type of file system in use and the size of its disk partition. A file system stores each file as a linked sequence sequence of clusters. A chain of clusters is referenced by a file allocation table (FAT) that keeps track of all clusters used by a file.

FAT16 Only available format of hard drives formatted under MS-DOS. Supported by all versions of MS-Windows

NTFS Supported by Windows NT, 2000, and XP Handles very large volumes Default cluster size is 4KB for disks over 2GB Supports unicode filenames up to 255 characters long. …

FAT Each file is represented in the file allocation table as a linked list, called a cluster chain. Each entry contains an integer that identifies the next entry. The eof is the last FAT entry - is a predefined integer that tells the OS that the final entry has been reached. Scandisk can be used to rebuild the FAT and defragment all files.