Concept Flow - FCFS disk scheduling
Start at initial head position
Take next request in arrival order
Move disk head to requested track
Serve the request
Check if more requests
Repeat for next
FCFS disk scheduling serves disk requests in the exact order they arrive, moving the disk head sequentially to each requested track.