``Elevator'' scheduling (SCAN) Sweep across disk, servicing all requests passed Like SPTF, but next seek must be in same direction Switch directions only if no further requests Advantages Takes advantage of locality Bounded waiting Disadvantages Cylinders in the middle get better service Might miss locality SPTF could exploit CSCAN: Only sweep in one direction Very commonly used algorithm in Unix