2/19 How disk storage works (part II) Roll call. Video: disk storage. Step-by-step lecture: reading from a disk Step-by-step lecture: how a hard drive.

Slides:



Advertisements
Similar presentations
Peripheral Storage Devices
Advertisements

Hard Disk Drives Chapter 7.
Computer Studies Today Chapter 18 1 »Two main types of secondary storage devices: –Magnetic storage devices –Optical storage devices.
Magnetic Disk Magnetic disks are the foundation of external memory on virtually all computer systems. A disk is a circular platter constructed of.
Lesson 9 Types of Storage Devices.
Hard Drives Storing Information 1 Byte at a Time.
Types Of Storage Device
Professor Michael J. Losacco CIS 1110 – Using Computers Storage Chapter 6.
HARD DISK DRIVES. Performance Storage capacity Software support Reliability.
Section 5a Types of Storage Devices.
Chapter 6 External Memory Disk and RAID (Redundant Arrays of Independent Disks) CS-147 Fall 2010 Jonathan Wang.
Chapter4: Memory External Memory.
1 Chapter 6 Storage and Multimedia: The Facts and More.
Storage and Multimedia: The Facts and More Chapter 6.
1 Introduction to Computers Day 4. 2 Storage device A functional unit into which data can be –placed –retained(stored) –retrieved(accessed)
Storage device.
Computer SCIENCE Data Representation and Machine Concepts Section 1.3
Hard Drive / Hard Disk Functions of hard disk
Edited By :Asma AlOsaimi
Hard Drive (HDD): Device located in a computer tower/case that stores and retrieves program files and data files; also known as the C:drive. Computer.
By: Akram Ali. What Are Hard Drive Disks?  Hard Drives are the main storage device for all the data on your computer  It is where you store all your.
Peripherals and Storage Looking at: Scanners Printers Why do we need storage devices anyway? What are magnetic disks? How do magnetic disks physically.
CIS 105 Concepts and Terminology Unit 3 CIS 105 Survey of Computer Information Systems Essential Concepts and Terminology Study Unit Three.
Chapter 3 Data Storage. Media Storage Main memory (Electronic Memory): Stores data currently being used Is made of semiconductor chips. Secondary Memory.
1 Storing And Retrieving Information 2 Mass Storage and Files Programs and information (text, image, audio, video) are stored: –Magnetic Magnetic Tape.
Magnetic Storage Principles
Storing Data On Your Computer Chapter 12, Exploring the Digital Domain.
How Hard Disks Work. Hard disks were invented in the 1950s. They started as large disks up to 20 inches in diameter holding just a few megabytes. They.
CHAPTER 5. Next Exit Main Memory and Backing Storage Devices... Main Memory and Backing Storage Devices... Main memory temporarily stores programs and.
Secondary Storage Devices. Secondary Storage Device Any type of device that is external to the motherboard and can store data which can be processed by.
Storing Data: Electronic Filing Cabinets What You Will Learn Difference between memory and storage How storage media are categorized Measuring a storage.
The Computer System  Components Hardware Software  Electronic device  Follows instructions Comparisons Addition Subtraction Storage.
Components & Mechanism. People & Computers Hard Disk What purpose does it serve?
Storage Devices.
STORAGE DEVICES Presentation By: Saurabh Mishra. A data storage device is a device for recording (storing) information (data). CD, Hard Disk and Flash.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 15 – The Hard Drive.
Binary and Hard Disk Aslin Izmitli PEOPLE Program.
Exploring the Digital Domain Secondary Memory and Input/Output.
Presented By: Group 6. Storage What is storage? Holds data, instructions, and information for future use Storage medium is physical material used for.
A non volatile storage device
GENERAL INFORMATION Invented in 1950's on mainframe computers with 20 inches diameter with only few megabytes of data. Originally called 'Fixed Disc'
Storing data – Storage devices and media. What is a storage device?  A storage device is any device used in a computer to store information.  A storage.
Describing Storage Devices  Storage terms  Media is the material storing data  Storage devices manage the media  Magnetic devices use a magnet  Optical.
SECONDARY STORAGE DEVICES. Agenda of Today’s Lecture  Introduction to Hardware  Types of hardware devices  Storage Devices  Secondary Storage devices.
Chapter 8 External Storage. Primary vs. Secondary Storage Primary storage: Main memory (RAM) Secondary Storage: Peripheral devices  Disk drives  Tape.
Chapter 7 Storage. What is storage? Holds data, instructions, and information for future use Storage medium is physical material used for storage Also.
Living in a Digital World Discovering Computers 2010.
There are many parts that work together to make a computer work. System Unit Computer Parts.
Disk formatting Magnetic disks come in various sizes and so each use different disk drives. Different computers have different ways of organizing data.
Auxiliary Memory Magnetic Disk:
2/17 How Disk Storage Works Roll call. Video: disk storage. Step-by-step lecture.
CS 101 – Sept. 28 Main vs. secondary memory Examples of secondary storage –Disk (direct access) Various types Disk geometry –Flash memory (random access)
STORAGE DEVICES Introduction Comparision Storage Hierarchy Slide 1.
Your Interactive Guide to the Digital World Discovering Computers 2012 Edited By :Asma AlOsaimi.
2/22 Other data storage methods. Roll call. Video: magneto- optical drives Step-by-step lecture: Zip drives, magneto- optical drives.
Storage of Data Letts Chapter 6. Introduction Any system needs to store both programs and data and requires: n a main store for fast access storage; n.
Copyright © 2002 Heathkit Company, Inc. All rights reserved. Unit 7 Floppy Drive Systems.
Copyright © 2003 Prentice Hall, Inc 1 Chapter 4 Storing Data: Electronic Filing Cabinets NEXT SLIDE.
IT Chapter 2 Part A How Computers Work Input, process, output, and storage The operating system helps the computer perform four basic operations,
McGraw-Hill Technology Education
History of hard disk drive
Types of External Memory
Backing Store.
Hard Drives.
CHAPTER 4 Memory System Organization and Architecture
COMPUTER ICON ON THE DESKTOP
Computer Application Waseem Gulsher
Computer Hardware Ms. Wade.
Lesson 9 Types of Storage Devices.
Jazan University, Jazan KSA
Presentation transcript:

2/19 How disk storage works (part II) Roll call. Video: disk storage. Step-by-step lecture: reading from a disk Step-by-step lecture: how a hard drive works.

Part 1: Reading from a disk How does a program get a file back from a disk?

1. A request is made. A program asks the OS to get a file. EX: MS Word asks for the file “boringmesilly.doc”

2. The OS looks it up in the VFAT. The operating system looks in the VFAT for a reference to the file. It looks in the current folder only. LETMEGO.DOC 3

3. The OS gets the location. The operating system gets the address of the first cluster of the file. It also gets the addresses of any other clusters that the file is in. ITSFRIDAY.DOC 3

4. The OS gets the BIOS involved. The operating system gives the address details to the BIOS. The BIOS tells the disk controller to move to get the data. HAVEMERCY.DOC

5. The BIOS gives it to the RAM. The BIOS accepts the data from the disk drive and passes it on to the RAM. Now it can be used by a program. PLEASE.DOC 3

Part 2: How a hard drive works Materials & methods Comparisons with other storage media

1. The protective case A sealed metal housing protects the read/write heads and platters from foreign particles.

2. The logic board On the bottom of the drive is a logic board. It receives commands from the disk controller (which is run by the OS).

2A. What the logic board does The logic board converts digital commands into voltages that guide the head actuator to move the heads across the platters. Head actuator

2B. Keeping the CAV The logic board also monitors the spindle to ensure a Constant Angular Velocity. It also tells the heads when to read and when to write. Spindle

3. About the spindle The spindle is connected to an electric motor. It turns up to 8 platters at 3,600 to 10,000 rpm. Spindle

4. Moving the heads The head actuator pushes and pulls the read/write head arms across the surfaces of the platters.

4A. Gang of heads The read/write heads move in unison -- they are fixed to one another.

5. Platters The number of platters and the type of magnetic material determine the capacity for data storage. platters

5A. Platter materials Substrate: aluminum alloy, glass, glass composites, magnesium alloys. Magnetic coating: magnetic alloys, ~3 microin. thick. Protective film: keep out scratches. platters

6. Readin’ ‘n’ (W)Ritin’ The data is written to (or read from) the disk similar to a floppy disk drive: magnetic.

7. To start reading or writing a file The read/write heads go to the VFAT first, to get the address of the file. The VFAT is ALWAYS in sector 0 of the disk.

8. Find that file! The VFAT tells the OS of the chained record of clusters of the file.

8A. Write it down. The OS writes the VFAT of any changes that were made to the data on the disk.

9. Capacity: floppies, hard drives, & CD-ROMs *CD-ROMs have one continuous track.

Ind. Assignment #2: Webpage Pick a subject of interest to you. Make a webpage about it. Post it somewhere Minimums:1 page 4 images 4 links1 bookmark At the bottom of your page: your name, the date, & the URL of the page. Send me an telling what you learned from this that you hadn’t understood before. Due 12:00 noon.