Department of Computer and IT Engineering University of Kurdistan Operating systems Disk Management By: Dr. Alireza Abdollahpouri.

Slides:



Advertisements
Similar presentations
I/O Systems & Mass-Storage Systems
Advertisements

Disk Storage SystemsCSCE430/830 Disk Storage Systems CSCE430/830 Computer Architecture Lecturer: Prof. Hong Jiang Courtesy of Yifeng Zhu (U. Maine) Fall,
Overview of Mass Storage Structure
Disks Disk Hardware (1) Disk parameters for the original IBM PC floppy disk and a Western Digital WD hard disk.
Operating Systems Disk Scheduling A. Frank - P. Weisberg.
Disk Scheduling Based on the slides supporting the text 1.
OPERATING SYSTEMS CS3530 Summer 2014 OPERATING SYSTEMS CS3530 Summer 2014 Input/Output System Chapter 9.
Disk Drivers May 10, 2000 Instructor: Gary Kimura.
Based on the slides supporting the text
Disks.
1 Disk Scheduling Chapter 14 Based on the slides supporting the text.
Disks CS 416: Operating Systems Design, Spring 2001 Department of Computer Science Rutgers University
04/21/2004CSCI 315 Operating Systems Design1 Disk Scheduling.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition, Chapter 12: Mass-Storage Systems.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition, Chapter 12: Mass-Storage Systems.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition Chapter 12: Mass-Storage Systems.
12.1 Silberschatz, Galvin and Gagne ©2009 Operating System Concepts with Java – 8 th Edition Chapter 12: Mass-Storage Systems.
Disk and I/O Management
Silberschatz, Galvin and Gagne ©2013 Operating System Concepts – 9 th Edition Chapter 10: Mass-Storage Systems Modified.
Silberschatz, Galvin and Gagne ©2013 Operating System Concepts – 9 th Edition Chapter 10: Mass-Storage Systems.
Operating Systems CMPSC 473 I/O Management (4) December 09, Lecture 25 Instructor: Bhuvan Urgaonkar.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition, Chapter 12: Mass-Storage Systems.
Disk Structure Disk drives are addressed as large one- dimensional arrays of logical blocks, where the logical block is the smallest unit of transfer.
Silberschatz, Galvin and Gagne  Operating System Concepts Chapter 13+14: I/O Systems and Mass- Storage Structure I/O Hardware Application I/O.
Chapter 12: Mass-Storage Systems Silberschatz, Galvin and Gagne ©2005 Operating System Concepts Chapter 12: Mass-Storage Systems Overview of Mass.
Chapter 12: Mass-Storage Systems Silberschatz, Galvin and Gagne ©2005 Operating System Concepts – 7 th Edition, Jan 1, 2005 Chapter 12: Mass-Storage.
CS 6502 Operating Systems Dr. J.. Garrido Device Management (Lecture 7b) CS5002 Operating Systems Dr. Jose M. Garrido.
CE Operating Systems Lecture 20 Disk I/O. Overview of lecture In this lecture we will look at: Disk Structure Disk Scheduling Disk Management Swap-Space.
I/O Management and Disk Structure Introduction to Operating Systems: Module 14.
Silberschatz, Galvin and Gagne  Operating System Concepts Chapter 14: Mass-Storage Systems Disk Structure Disk Scheduling Disk Management Swap-Space.
Chapter 12: Mass-Storage Systems
Operating Systems (CS 340 D) Princess Nora University Faculty of Computer & Information Systems Computer science Department.
1.  Disk Structure Disk Structure  Disk Scheduling Disk Scheduling  FCFS FCFS  SSTF SSTF  SCAN SCAN  C-SCAN C-SCAN  C-LOOK C-LOOK  Selecting a.
Operating Systems (CS 340 D) Princess Nora University Faculty of Computer & Information Systems Computer science Department.
1 CS.217 Operating System By Ajarn..Sutapart Sappajak,METC,MSIT Chapter 13 Mass-Storage Systems Slide 1 Chapter 13 Mass-Storage Systems.
Section 13.2 – Secondary storage management (Former Student’s Note)
Chapter 14: Mass-Storage
Disk Average Seek Time. Multi-platter Disk platter Disk read/write arm read/write head.
Chapter 9 I/O System. 2 Input/Output System I/O Major objectives are: Take an application I/O request and send it to the physical device. Then, take whatever.
Disk Scheduling The operating system is responsible for using hardware efficiently — for the disk drives, this means having a fast access time and disk.
1 Chapter 13 Mass-Storage Structure. 2 Disk Structure Disk drives are addressed as large 1- dimensional arrays of logical blocks, where the logical block.
M ASS S TORAGE S TRUCTURES Lecture: Operating System Concepts Lecturer: Pooja Sharma Computer Science Department, Punjabi University, Patiala.
Presentation-4 Group-A1 Professor Mohamed Khalil Anita Kanuganti Hemanth Rao.
Silberschatz, Galvin and Gagne ©2013 Operating System Concepts Essentials – 2 nd Edition Chapter 9: Mass-Storage Systems.
Silberschatz, Galvin and Gagne ©2013 Operating System Concepts – 9 th Edition Chapter 10: Mass-Storage Systems.
Operating System Concepts with Java – 7 th Edition, Nov 15, 2006 Silberschatz, Galvin and Gagne ©2007 Chapter 11: File System Implementation.
Unit V part 2.
Chapter 10: Mass-Storage Systems
Operating System (013022) Dr. H. Iwidat
Operating Systems Disk Scheduling A. Frank - P. Weisberg.
OPERATING SYSTEMS CS 3502 Fall 2017
Chapter 12: Mass-Storage Structure
Operating System I/O System Monday, August 11, 2008.
Disk Scheduling Algorithms
Mass-Storage Structure
DISK SCHEDULING FCFS SSTF SCAN/ELEVATOR C-SCAN C-LOOK.
Lecture 45 Syed Mansoor Sarwar
Chapter 10: Mass-Storage Systems
Chapter 14 Based on the slides supporting the text
Chapter 12: Mass-Storage Systems
Overview of Mass Storage Structure
Operating Systems (CS 340 D)
Moving-head Disk Machanism
Disk Scheduling The operating system is responsible for using hardware efficiently — for the disk drives, this means having a fast access time and disk.
Persistence: hard disk drive
Mass-Storage Systems.
Disk Scheduling The operating system is responsible for using hardware efficiently — for the disk drives, this means having a fast access time and disk.
Chapter 11: Mass-Storage Systems
Mass-Storage Systems (Disk Scheduling)
Operating Systems Disk Scheduling A. Frank - P. Weisberg.
Presentation transcript:

Department of Computer and IT Engineering University of Kurdistan Operating systems Disk Management By: Dr. Alireza Abdollahpouri

Hard Disk Drives Western Digital Drive Read/Write Head Side View

Mechanics of Disks Platters circular platters covered with magnetic material to provide nonvolatile storage of bits Tracks concentric circles on a single platter Sectors segment of the track circle – usually each contains 512 bytes – separated by non-magnetic gaps. The gaps are often used to identify beginning of a sector Cylinders corresponding tracks on the different platters are said to form a cylinder Spindle of which the platters rotate around Disk heads read or alter the magnetism (bits) passing under it. The heads are attached to an arm enabling it to move across the platter surface

Hard Disk Drives

+ Rotational delay + Transfer time Seek time Disk access time = + Other delays Disk platter Disk arm Disk head Disk Access Time

Measure Disk Performance Transfer rate is rate at which data flows between drive and computer Positioning time (random-access time) is time –The time to move disk arm to desired cylinder (seek time) –and the time for desired sector to rotate under the disk head (rotational latency)

Magnetic Disks  Platters range from.85” to 14” (historically)  Commonly 3.5”, 2.5”, and 1.8”  Range from 30GB to 3TB per drive  Performance  Transfer Rate – theoretical – 6 Gb/sec  Effective Transfer Rate – real – 1Gb/sec  Seek time from 3ms to 12ms – 9ms common for desktop drives  Average seek time measured or calculated based on 1/3 of tracks  Latency based on spindle speed  1/(RPM * 60)  Average latency = ½ latency (From Wikipedia)

Magnetic Disk Performance  Access Latency = Average access time = average seek time + average latency  For fastest disk 3ms + 2ms = 5ms  For slow disk 9ms ms = 14.56ms  Average I/O time = average access time + (amount to transfer / transfer rate) + controller overhead  For example to transfer a 4KB block on a 7200 RPM disk with a 5ms average seek time, 1Gb/sec transfer rate with a.1ms controller overhead =  5ms ms + 4KB / 1Gb/sec + 0.1ms =  9.27ms + 4 / sec =  9.27ms +.12ms = 9.39ms

Disk Structure  Disk drives are addressed as large 1-dimensional arrays of logical blocks, where the logical block is the smallest unit of transfer  The 1-dimensional array of logical blocks is mapped into the sectors of the disk sequentially  Sector 0 is the first sector of the first track on the outermost cylinder  Mapping proceeds in order through that track, then the rest of the tracks in that cylinder, and then through the rest of the cylinders from outermost to innermost  Logical to physical address should be easy  Except for bad sectors  Non-constant # of sectors per track via constant angular velocity

Disk Scheduling  Disk can do only one request at a time; What order do you choose to do queued requests?  Seek time  seek distance  Several algorithms exist to schedule the servicing of disk I/O requests Head User Requests cylinder # of requested block

Disk Scheduling (Cont.)  There are many sources of disk I/O request  OS  System processes  Users processes  I/O request includes input or output mode, disk address, memory address, number of sectors to transfer  OS maintains queue of requests, per disk or device  Idle disk can immediately work on I/O request, busy disk means work must queue  Optimization algorithms only make sense when a queue exists  Note that drive controllers have small buffers and can manage a queue of I/O requests (of varying “depth”)  Several algorithms exist to schedule the servicing of disk I/O requests  The analysis is true for one or many platters  We illustrate scheduling algorithms with a request queue (0-199) 98, 183, 37, 122, 14, 124, 65, 67 Head pointer 53

Disk Scheduling: FCFS  Fair among requesters, but order of arrival may be to random spots on the disk  Very long seeks  Example در اين روش سيلندرهاي متقاضي به ترتيب درخواست‌شان سرويس‌دهي مي‌شوند. بعبارتي هر درخواست در صف اجرا قرار مي‌گيرد. ساده‌ترين روش است اما كارآيي چنداني ندارد.

Disk Scheduling: SSTF  در اين روش، هر لحظه سيلندر متقاضي كه به محل هد در آن لحظه نزديكتر باشد مورد پردازش قرار مي‌گيرد.

Disk Scheduling: SCAN The disk arm starts at one end of the disk, and moves toward the other end, servicing requests until it gets to the other end of the disk, where the head movement is reversed and servicing continues. Sometimes called the elevator algorithm

Disk Scheduling: C-SCAN  The head moves from one end of the disk to the other, servicing requests as it goes. When it reaches the other end, however, it immediately returns to the beginning of the disk, without servicing any requests on the return trip  Treats the cylinders as a circular list that wraps around from the last cylinder to the first one

C-LOOK  Arm only goes as far as the last request in each direction, then reverses direction immediately, without first going all the way to the end of the disk  Total number of cylinders?

مثال فرض کنید یک دیسک 200 شیار داشته و صف درخواست دیسک درخواستهای Random را در خود دارد. شیار (track)های در خواست شده به ترتیب دریافت عبارتند از : 55, 58, 39,18,90,160,38,184 در هر یک از حالات زیر: اگر زمان حرکت از شیار به شیار دیگر 4 میلی ثانیه طول بکشد، و بازوی دیسک در ابتدا در روی شیار 100 قرار داشته باشد :  ترتیب سرویس دهی به در خواستها و طول متوسط Seek چقدر است ؟  کل زمان جستجو چقدر خواهد بود ؟  الف ) از روش FIFO استفاده کنید.  ب ) از الگوریتم SSTF استفاده شود.  ج ) از الگوریتم آسانسور استفاده شود.  د ) از الگوریتم C-SCAN استفاده شود.

فرض کنید در روش scan و c-scan جهت اولیه حرکت به سمت افزایش شماره شیار می باشد.

request in queue order of service FIFO تعداد track های پیموده شده Average Seek Length =تعداد track های پیموده498

زمان جستجو کل = =تعداد track های پیموده * 4 (ms) =1992 msec FIFO

order of service request serviced تعداد track های پیموده شده زمان جستجو کل = =تعداد track های پیموده * 4 (ms) = 299 msec 27.5 Average Seek Length SSTF

order of service request serviced تعداد track های پیموده شده

request in queue order of service request serviced 27.8 Average Seek Length SCAN or ELEVATOR آسانسور)) زمان جستجو کل = =تعداد track های پیموده * 4 (ms) = 1000 msec تعداد track های پیموده شده

order of service request serviced SCAN or ELEVATOR آسانسور))

order of service request serviced تعداد track های پیموده شده Average Seek Length زمان جستجو کل = =تعداد track های پیموده * 4 (ms) = 1288 msec C-SCAN

order of service request serviced تعداد track های پیموده شده

28 QuestionsQuestions