Consider, for example, a disk queue with requests for I/O to blocks on cylinders in that order;
98,183,37,122,14,124,65,67,
- If the disk head is initially at cylinder 53,
- It will first move from 53 to 98,
- then to 183, 37, 122, 14, 124, 65, and finally to 67,
- for a total head movement of 640 cylinders.
- This schedule is diagrammed in Fig. 12.8.
Figure 12.8:
FCFS disk scheduling.
|