Disk storage systems Question#1 (True/False) A track is divided into multiple units called sectors.

Slides:



Advertisements
Similar presentations
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:
Advertisements

Chapter 4 Storing Information in a Computer Peter Nortons Introduction to Computers.
I/O Management and Disk Scheduling
Chapter 12: File System Implementation
CS 346 – April 4 Mass storage –Disk formatting –Managing swap space –RAID Commitment –Please finish chapter 12.
Hard Drives Storing Information 1 Byte at a Time.
Disk Fundamentals. More than one platter (round cylinders)
Computer System Basics 2 Hard Drive Storage & File Partitions Computer Forensics BACS 371.
Lecture 10: The FAT, VFAT, and NTFS Filesystems 6/17/2003 CSCE 590 Summer 2003.
1 Storage Hierarchy Cache Main Memory Virtual Memory File System Tertiary Storage Programs DBMS Capacity & Cost Secondary Storage.
Operating Systems COMP 4850/CISG 5550 Disks, Part II Dr. James Money.
Files & Partitions BACS 371 Computer Forensics. Data Hierarchy Computer Hard Disk Drive Partition File Physical File Logical File Cluster Sector Word.
12.1 Silberschatz, Galvin and Gagne ©2009 Operating System Concepts with Java – 8 th Edition Chapter 12: Mass-Storage Systems.
Hard Drive / Hard Disk Functions of hard disk
Computer System Basics 2 Hard Drive Storage & File Partitions Computer Forensics BACS 371.
Hard Disk Assemblies. Inside a Hard Disk How a Hard Disk Works.
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.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 8 Understanding and Installing Hard Drives.
CS 346 – Chapter 10 Mass storage –Advantages? –Disk features –Disk scheduling –Disk formatting –Managing swap space –RAID.
Chapter Sixteen Data Recovery and Fault Tolerance.
LIS508 lecture 5: storage devices Thomas Krichel
Disk Structures. CTEC 1102 Formatting a Disk Two parts to formatting a disk:  Low-level (physical) formatting  High level (logical) formatting Low-level.
1 6 Further System Fundamentals (HL) 6.2 Magnetic Disk Storage.
Disk Access. DISK STRUCTURE Sector: Smallest unit of data transfer from/to disk; 512B 2/4/8 adjacent sectors transferred together: Blocks Read/write heads.
Lecture 9: The FAT and VFAT Filesystems 6/16/2003 CSCE 590 Summer 2003.
Disk Structure Disk drives are addressed as large one- dimensional arrays of logical blocks, where the logical block is the smallest unit of transfer.
1 Chapter Overview Floppy Disk Drives Hard Disk Drives.
Understanding and Troubleshooting Your PC. Chapter 5: Understanding, Installing, and Troubleshooting Disk Drives2 Chapter Objectives  In this chapter,
Software Utilities Pages 65 to 73 Looking After Your Computer Nick Sims.
Components & Mechanism. People & Computers Hard Disk What purpose does it serve?
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.
File Systems Dr John Cowell phones off (please). Q 1 Which of the following statements about NTFS is NOT true? a) NTFS uses 64 bit addressing. b) Supports.
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.
Disks Chapter 5 Thursday, April 5, Today’s Schedule Input/Output – Disks (Chapter 5.4)  Magnetic vs. Optical Disks  RAID levels and functions.
Silberschatz, Galvin and Gagne  Operating System Concepts Chapter 14: Mass-Storage Systems Disk Structure Disk Scheduling Disk Management Swap-Space.
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.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 7 Floppy Drives.
Chapter 8 External Storage. Primary vs. Secondary Storage Primary storage: Main memory (RAM) Secondary Storage: Peripheral devices  Disk drives  Tape.
DISK THEORY. Disk Theory n How information is stored on disk n How we can take advantage of that when bad things happen.
1 Floppy Drive Formatting ©Richard Goldman February, 2001.
A disk drive is made up of a platter, an arm with a read/write head at the end of it, some gizmo to move the arm back and forth, and some electronics to.
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.
Programmer’s View of Files Logical view of files: –An a array of bytes. –A file pointer marks the current position. Three fundamental operations: –Read.
Hard Disk Geometry. Physical Sizes ( Also called Form Factor) Hard Drives currently come in 2 main sizes: 2.5” and 3.5” 2.5” Drives are for laptop computers.
Hands-On Microsoft Windows Server 2008 Chapter 7 Configuring and Managing Data Storage.
File organization Secondary Storage Devices Lec#7 Presenter: Dr Emad Nabil.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Lec 5 part1 Disk Storage, Basic File Structures, and Hashing.
Storing Data Dina Said.
Database Management Systems (CS 564)
Visit for more Learning Resources
I/O Resource Management: Software
Hard Drives.
Partitioning a Hard Drive
Drive formatting Jake + Jacob.
CS-401 Computer Architecture & Assembly Language Programming
Troubleshooting (CPU)
File Systems Implementation
Disk Structure Analysis
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 storage systems Question#1 (True/False) A track is divided into multiple units called sectors.

Disk storage systems Question #2 (True/False) A sector consists of multiple tracks.

Disk storage systems Question #3 A ___________ consists of all tracks accessible from a single position of the read/write heads of a hard drive.

Disk storage systems Question #4 (True/False) Physical sectors are always 512 bytes because the sectors are marked on the disk by the manufacturer.

Disk storage systems Question #5 Under FAT32, how many bytes are used by a logical sector?

Disk storage systems Question #6 Why are files initially stored in adjacent cylinders?

Disk storage systems Question #7 When a file’s storage becomes fragmented, what does this mean in terms of cylinders and seek operations performed by the drive?

Disk storage systems Question #8 Another name for a drive partition is a drive ________.

Disk storage systems Question #9 What does a drive’s average seek time measure?

Disk storage systems Question #10 What is a low-level format?

Disk storage systems Question #11 How many primary partitions can there be on a hard drive?

Disk storage systems Question #12 How many extended partitions can there be on a hard drive?

Disk storage systems Question #13 What is contained in the master boot record?

Disk storage systems Question #14 How many primary partitions can be active at the same time?

Disk storage systems Question #15 When a primary partition is active, it is called the __________ partition.