SlideShare uma empresa Scribd logo
1 de 28
Chapter 12:
Secondary-Storage Structure
Outline
Cover 12.1 -12.6
(Magnetic) Disk Structure
Disk Attachment
Disk Scheduling Algorithms
FCFS, SSTF, SCAN, LOOK

Disk Management
Formatting, booting, bad
sectors

Swap-Space Management
Performance optimization

Not covered:
RAID Structure
Disk Attachment
Stable-Storage Implementation
Tertiary Storage Devices
Operating System Issues
Performance Issues
Magnetic Disk Storage Structure
Magnetic disks provide bulk of secondary storage of modern computers
Drives rotate at 60 to 200 times per second
Transfer rate is rate at which data flow between drive and computer
Positioning time (random-access time) is time to move disk arm to desired
cylinder (seek time) and time for desired sector to rotate under the disk head
(rotational latency)
Head crash results from disk head making contact with the disk surface


That’s bad

Disks can be removable
Drive attached to computer via I/O bus
Busses vary, including EIDE, ATA, SATA, USB, Fiber Channel, SCSI
Host controller in computer uses bus to talk to disk controller built into drive
or storage array
Moving-head Disk Machanism
Overview of Mass Storage Structure (Cont.)
Magnetic tape
Was early secondary-storage medium
Relatively permanent and holds large quantities of data
Access time slow
Random access ~1000 times slower than disk
Mainly used for backup, storage of infrequently-used data,
transfer medium between systems
Kept in spool and wound or rewound past read-write head
Once data under head, transfer rates comparable to disk
20-200GB typical storage
Common technologies are 4mm, 8mm, 19mm, LTO-2 and
SDLT
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.
Disk Attachment
Host-attached storage accessed through I/O ports talking to I/O
busses
SCSI itself is a bus, up to 16 devices on one cable, SCSI initiator
requests operation and SCSI targets perform tasks
Each target can have up to 8 logical units (disks attached to
device controller
FC is high-speed serial architecture
Can be switched fabric with 24-bit address space – the basis
of storage area networks (SANs) in which many hosts attach
to many storage units
Can be arbitrated loop (FC-AL) of 126 devices
Network-Attached Storage
Network-attached storage (NAS) is storage made available over a
network rather than over a local connection (such as a bus)
NFS and CIFS are common protocols
Implemented via remote procedure calls (RPCs) between host
and storage
New iSCSI protocol uses IP network to carry the SCSI protocol
Storage Area Network
Common in large storage environments (and becoming more
common)
Multiple hosts attached to multiple storage arrays - flexible
Disk Scheduling
The operating system is responsible for using hardware efficiently
— for the disk drives, this means having a fast access time and
disk bandwidth.
Access time has three major components
Seek time is the time for the disk are to move the heads to
the cylinder containing the desired sector.
Rotational latency is the additional time waiting for the disk
to rotate the desired sector to the disk head.
Transfer time is the time between disk surface to disk head
Minimize seek time
Seek time ≈ seek distance (performance evaluation criteria)
Total seek distance between the first request to the
completion of the last transfer.
Disk Scheduling (Cont.)
Several algorithms exist to schedule the servicing of disk I/O
requests.
We illustrate them with a request queue (0-199).
98, 183, 37, 122, 14, 124, 65, 67
Head pointer 53
FCFS
Illustration shows total head movement of 640 cylinders.
Can you improve this (easy …)?
SSTF
Selects the request with the minimum seek time from the current
head position.
SSTF scheduling is a form of SJF scheduling; may cause starvation
of some requests.
Illustration shows total head movement of 236 cylinders.
SSTF (Cont.)
Is this optimal/fair? Can you find a more optimal schedule?
How to improve this?
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.
Illustration shows total head movement of 208 cylinders.
SCAN (Cont.)
Is it fair enough (middle vs. edge cylinders)? Can you further
improve this?
C-SCAN
Provides a more uniform wait time than SCAN.
Circular SCAN
The head moves from one end of the disk to the other,
servicing requests as it goes. When it reaches the other end,
it immediately returns to the beginning of the disk, without
servicing any requests on the return trip.
Treat the cylinders as a circular list that wraps around from the
last cylinder to the first one.
C-SCAN (Cont.)
C-LOOK
Version of C-SCAN
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.
C-LOOK (Cont.)
Selecting a Disk-Scheduling Algorithm
Which one has better performance?
SSTF vs. FCFS?
SCAN/C-SCAN vs. SSTF?
What does performance depend on?
What if the disk queue/load is always 1? Does the disk
scheduling algorithm matter?
What also matters? File-allocation method.
The disk-scheduling algorithm should be written as a separate
module of the operating system, allowing it to be replaced with a
different algorithm if necessary.
Either SSTF or LOOK is a reasonable choice for the default
algorithm.
Disk Management
Low-level formatting, or physical formatting — Dividing a disk
into sectors that the disk controller can read and write.
Done by factory
To use a disk to hold files, the operating system still needs to
record its own data structures on the disk.
Partition the disk into one or more groups of cylinders.
Logical formatting or “making a file system”.
Boot block initializes system.
The bootstrap is stored in ROM.
Master boot record (MBR) on the first sector of disk
Boot partition
Booting from a Disk in Windows 2000
Bad Sectors
Mechanical parts and prone to failures
Bad sectors at factory
How to detect bad sectors?
Error correcting code (ECC)
How to handle bad sectors on disks?
Reserve some spared sectors …
Sector sparing or forwarding
Sector slipping
Swap-Space Management
What is swap space?
Virtual memory uses disk space as an extension of main
memory.
Should swap space be placed in normal file system?
Why or why not?
Performance vs. space efficiency tradeoff?
Cost of External Storage Devices
Magnetic Disks

DRAM:

NTD 3.5 per Gigabyte (1 T ~
NTD 3560)

NTD 300 per Gigabyte (2 G ~
NTD 600)

Access time: 10 ms

Access time: 10s ns

Tapes:
NTD 10 per Gigabyte (old)
Can only write/read pages in
sequence

Other types of persistent storage
devices:
Optical storage (CD-R, CDRW, DVD-R, DVD-RW)

Flash memory:
NTD 50 per Gigabyte (16 G ~
NTD 800)
Access time?

26
Price per Megabyte of DRAM, From 1981 to 2004
Why DRAM manufacturers are in trouble?
2008 (USD10/GB ~ USD0.01/MB)
Price per Megabyte of Magnetic Hard Disk, From 1981 to 2004
2008 (USD 100 per Terabyte, or USD 0.0001 per MB)

Mais conteúdo relacionado

Mais procurados

Ch9 OS
Ch9 OSCh9 OS
Ch9 OS
C.U
 

Mais procurados (20)

OS Memory Management
OS Memory ManagementOS Memory Management
OS Memory Management
 
TFTP - Trivial File Transfer Protocol
TFTP - Trivial File Transfer ProtocolTFTP - Trivial File Transfer Protocol
TFTP - Trivial File Transfer Protocol
 
Virtual memory ppt
Virtual memory pptVirtual memory ppt
Virtual memory ppt
 
Paging and Segmentation
Paging and SegmentationPaging and Segmentation
Paging and Segmentation
 
File Management in Operating System
File Management in Operating SystemFile Management in Operating System
File Management in Operating System
 
Paging and Segmentation in Operating System
Paging and Segmentation in Operating SystemPaging and Segmentation in Operating System
Paging and Segmentation in Operating System
 
Network Layer
Network LayerNetwork Layer
Network Layer
 
Disk scheduling
Disk schedulingDisk scheduling
Disk scheduling
 
File allocation methods (1)
File allocation methods (1)File allocation methods (1)
File allocation methods (1)
 
I/O System
I/O SystemI/O System
I/O System
 
TCP/ IP
TCP/ IP TCP/ IP
TCP/ IP
 
Routing algorithm
Routing algorithmRouting algorithm
Routing algorithm
 
I/O Management
I/O ManagementI/O Management
I/O Management
 
Ch9 OS
Ch9 OSCh9 OS
Ch9 OS
 
Sliding window protocol
Sliding window protocolSliding window protocol
Sliding window protocol
 
Management of I/O request & Communication among devices
Management of I/O request & Communication among devicesManagement of I/O request & Communication among devices
Management of I/O request & Communication among devices
 
File Protection in Operating System
File Protection in Operating SystemFile Protection in Operating System
File Protection in Operating System
 
Processor Organization and Architecture
Processor Organization and ArchitectureProcessor Organization and Architecture
Processor Organization and Architecture
 
VIRTUAL MEMORY
VIRTUAL MEMORYVIRTUAL MEMORY
VIRTUAL MEMORY
 
Chapter 10 Operating Systems silberschatz
Chapter 10 Operating Systems silberschatzChapter 10 Operating Systems silberschatz
Chapter 10 Operating Systems silberschatz
 

Destaque

Secondary storage management in os
Secondary storage management in osSecondary storage management in os
Secondary storage management in os
Sumant Diwakar
 
Disk structure.45
Disk structure.45Disk structure.45
Disk structure.45
myrajendra
 
Structure of operating system
Structure of operating systemStructure of operating system
Structure of operating system
Rafi Dar
 
Secondary storage tutorial
Secondary storage tutorialSecondary storage tutorial
Secondary storage tutorial
Marvin Burke
 
Process management in os
Process management in osProcess management in os
Process management in os
Miong Lazaro
 
O Leary2008 Ce Complete Chapter8
O Leary2008 Ce Complete Chapter8O Leary2008 Ce Complete Chapter8
O Leary2008 Ce Complete Chapter8
lonetree
 
Lecture6 memory hierarchy
Lecture6 memory hierarchyLecture6 memory hierarchy
Lecture6 memory hierarchy
li12x
 

Destaque (20)

Storage Structure in OS
Storage Structure in OSStorage Structure in OS
Storage Structure in OS
 
Secondary storage management in os
Secondary storage management in osSecondary storage management in os
Secondary storage management in os
 
Disk structure.45
Disk structure.45Disk structure.45
Disk structure.45
 
Secondary storage structure
Secondary storage structureSecondary storage structure
Secondary storage structure
 
operating system structure
operating system structureoperating system structure
operating system structure
 
Operating Systems - File Management
Operating Systems -  File ManagementOperating Systems -  File Management
Operating Systems - File Management
 
Structure of operating system
Structure of operating systemStructure of operating system
Structure of operating system
 
8 memory management strategies
8 memory management strategies8 memory management strategies
8 memory management strategies
 
Secondary storage tutorial
Secondary storage tutorialSecondary storage tutorial
Secondary storage tutorial
 
Chapter 12 - Mass Storage Systems
Chapter 12 - Mass Storage SystemsChapter 12 - Mass Storage Systems
Chapter 12 - Mass Storage Systems
 
Process management in os
Process management in osProcess management in os
Process management in os
 
File management
File managementFile management
File management
 
Algorithms
AlgorithmsAlgorithms
Algorithms
 
Simpson and lagranje dalambair math methods
Simpson and lagranje dalambair math methods Simpson and lagranje dalambair math methods
Simpson and lagranje dalambair math methods
 
Recursion transformer
Recursion transformerRecursion transformer
Recursion transformer
 
Recursive Function
Recursive FunctionRecursive Function
Recursive Function
 
O Leary2008 Ce Complete Chapter8
O Leary2008 Ce Complete Chapter8O Leary2008 Ce Complete Chapter8
O Leary2008 Ce Complete Chapter8
 
Union in C programming
Union in C programmingUnion in C programming
Union in C programming
 
Lecture6 memory hierarchy
Lecture6 memory hierarchyLecture6 memory hierarchy
Lecture6 memory hierarchy
 
secondary storage devices
secondary storage devicessecondary storage devices
secondary storage devices
 

Semelhante a Secondary storage structure-Operating System Concepts

Ch14 OS
Ch14 OSCh14 OS
Ch14 OS
C.U
 

Semelhante a Secondary storage structure-Operating System Concepts (20)

Ch10
Ch10Ch10
Ch10
 
Ch12
Ch12Ch12
Ch12
 
CH10.pdf
CH10.pdfCH10.pdf
CH10.pdf
 
operating system
operating systemoperating system
operating system
 
Kavi
KaviKavi
Kavi
 
Kavi
KaviKavi
Kavi
 
Mass storage systemsos
Mass storage systemsosMass storage systemsos
Mass storage systemsos
 
Cs8493 unit 4
Cs8493 unit 4Cs8493 unit 4
Cs8493 unit 4
 
Os
OsOs
Os
 
Pandi
PandiPandi
Pandi
 
Mass Storage Structure
Mass Storage StructureMass Storage Structure
Mass Storage Structure
 
Disk Scheduling
Disk SchedulingDisk Scheduling
Disk Scheduling
 
7 disk managment
7 disk managment7 disk managment
7 disk managment
 
Sheik Mohamed Shadik - BSc - Project Details
Sheik Mohamed Shadik - BSc - Project DetailsSheik Mohamed Shadik - BSc - Project Details
Sheik Mohamed Shadik - BSc - Project Details
 
Operating Systems
Operating SystemsOperating Systems
Operating Systems
 
Ch14 OS
Ch14 OSCh14 OS
Ch14 OS
 
OSCh14
OSCh14OSCh14
OSCh14
 
OS_Ch14
OS_Ch14OS_Ch14
OS_Ch14
 
Palpandi
PalpandiPalpandi
Palpandi
 
I/O System and Csae Study
I/O System and Csae StudyI/O System and Csae Study
I/O System and Csae Study
 

Último

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
ssuserdda66b
 

Último (20)

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 

Secondary storage structure-Operating System Concepts

  • 2. Outline Cover 12.1 -12.6 (Magnetic) Disk Structure Disk Attachment Disk Scheduling Algorithms FCFS, SSTF, SCAN, LOOK Disk Management Formatting, booting, bad sectors Swap-Space Management Performance optimization Not covered: RAID Structure Disk Attachment Stable-Storage Implementation Tertiary Storage Devices Operating System Issues Performance Issues
  • 3. Magnetic Disk Storage Structure Magnetic disks provide bulk of secondary storage of modern computers Drives rotate at 60 to 200 times per second Transfer rate is rate at which data flow between drive and computer Positioning time (random-access time) is time to move disk arm to desired cylinder (seek time) and time for desired sector to rotate under the disk head (rotational latency) Head crash results from disk head making contact with the disk surface  That’s bad Disks can be removable Drive attached to computer via I/O bus Busses vary, including EIDE, ATA, SATA, USB, Fiber Channel, SCSI Host controller in computer uses bus to talk to disk controller built into drive or storage array
  • 5. Overview of Mass Storage Structure (Cont.) Magnetic tape Was early secondary-storage medium Relatively permanent and holds large quantities of data Access time slow Random access ~1000 times slower than disk Mainly used for backup, storage of infrequently-used data, transfer medium between systems Kept in spool and wound or rewound past read-write head Once data under head, transfer rates comparable to disk 20-200GB typical storage Common technologies are 4mm, 8mm, 19mm, LTO-2 and SDLT
  • 6. 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.
  • 7. Disk Attachment Host-attached storage accessed through I/O ports talking to I/O busses SCSI itself is a bus, up to 16 devices on one cable, SCSI initiator requests operation and SCSI targets perform tasks Each target can have up to 8 logical units (disks attached to device controller FC is high-speed serial architecture Can be switched fabric with 24-bit address space – the basis of storage area networks (SANs) in which many hosts attach to many storage units Can be arbitrated loop (FC-AL) of 126 devices
  • 8. Network-Attached Storage Network-attached storage (NAS) is storage made available over a network rather than over a local connection (such as a bus) NFS and CIFS are common protocols Implemented via remote procedure calls (RPCs) between host and storage New iSCSI protocol uses IP network to carry the SCSI protocol
  • 9. Storage Area Network Common in large storage environments (and becoming more common) Multiple hosts attached to multiple storage arrays - flexible
  • 10. Disk Scheduling The operating system is responsible for using hardware efficiently — for the disk drives, this means having a fast access time and disk bandwidth. Access time has three major components Seek time is the time for the disk are to move the heads to the cylinder containing the desired sector. Rotational latency is the additional time waiting for the disk to rotate the desired sector to the disk head. Transfer time is the time between disk surface to disk head Minimize seek time Seek time ≈ seek distance (performance evaluation criteria) Total seek distance between the first request to the completion of the last transfer.
  • 11. Disk Scheduling (Cont.) Several algorithms exist to schedule the servicing of disk I/O requests. We illustrate them with a request queue (0-199). 98, 183, 37, 122, 14, 124, 65, 67 Head pointer 53
  • 12. FCFS Illustration shows total head movement of 640 cylinders. Can you improve this (easy …)?
  • 13. SSTF Selects the request with the minimum seek time from the current head position. SSTF scheduling is a form of SJF scheduling; may cause starvation of some requests. Illustration shows total head movement of 236 cylinders.
  • 14. SSTF (Cont.) Is this optimal/fair? Can you find a more optimal schedule? How to improve this?
  • 15. 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. Illustration shows total head movement of 208 cylinders.
  • 16. SCAN (Cont.) Is it fair enough (middle vs. edge cylinders)? Can you further improve this?
  • 17. C-SCAN Provides a more uniform wait time than SCAN. Circular SCAN The head moves from one end of the disk to the other, servicing requests as it goes. When it reaches the other end, it immediately returns to the beginning of the disk, without servicing any requests on the return trip. Treat the cylinders as a circular list that wraps around from the last cylinder to the first one.
  • 19. C-LOOK Version of C-SCAN 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.
  • 21. Selecting a Disk-Scheduling Algorithm Which one has better performance? SSTF vs. FCFS? SCAN/C-SCAN vs. SSTF? What does performance depend on? What if the disk queue/load is always 1? Does the disk scheduling algorithm matter? What also matters? File-allocation method. The disk-scheduling algorithm should be written as a separate module of the operating system, allowing it to be replaced with a different algorithm if necessary. Either SSTF or LOOK is a reasonable choice for the default algorithm.
  • 22. Disk Management Low-level formatting, or physical formatting — Dividing a disk into sectors that the disk controller can read and write. Done by factory To use a disk to hold files, the operating system still needs to record its own data structures on the disk. Partition the disk into one or more groups of cylinders. Logical formatting or “making a file system”. Boot block initializes system. The bootstrap is stored in ROM. Master boot record (MBR) on the first sector of disk Boot partition
  • 23. Booting from a Disk in Windows 2000
  • 24. Bad Sectors Mechanical parts and prone to failures Bad sectors at factory How to detect bad sectors? Error correcting code (ECC) How to handle bad sectors on disks? Reserve some spared sectors … Sector sparing or forwarding Sector slipping
  • 25. Swap-Space Management What is swap space? Virtual memory uses disk space as an extension of main memory. Should swap space be placed in normal file system? Why or why not? Performance vs. space efficiency tradeoff?
  • 26. Cost of External Storage Devices Magnetic Disks DRAM: NTD 3.5 per Gigabyte (1 T ~ NTD 3560) NTD 300 per Gigabyte (2 G ~ NTD 600) Access time: 10 ms Access time: 10s ns Tapes: NTD 10 per Gigabyte (old) Can only write/read pages in sequence Other types of persistent storage devices: Optical storage (CD-R, CDRW, DVD-R, DVD-RW) Flash memory: NTD 50 per Gigabyte (16 G ~ NTD 800) Access time? 26
  • 27. Price per Megabyte of DRAM, From 1981 to 2004 Why DRAM manufacturers are in trouble? 2008 (USD10/GB ~ USD0.01/MB)
  • 28. Price per Megabyte of Magnetic Hard Disk, From 1981 to 2004 2008 (USD 100 per Terabyte, or USD 0.0001 per MB)