From 4280451f122dbc0aaf64d11cb896b124e9429a12 Mon Sep 17 00:00:00 2001 From: John Gatward Date: Wed, 25 Mar 2026 12:29:00 +0000 Subject: [PATCH] test --- docs/lectures/osc/15_file_systems1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lectures/osc/15_file_systems1.md b/docs/lectures/osc/15_file_systems1.md index d3cb018..8fae76e 100644 --- a/docs/lectures/osc/15_file_systems1.md +++ b/docs/lectures/osc/15_file_systems1.md @@ -187,7 +187,7 @@ In a dynamic situation, several I/O requests will be **made over time** that are ### Driver caching -For current drives, the time **required to seek a new cylinder** is more than the **rotational time** +For current drives, the time **required to seek a new cylinder** is more than the **rotational time**. * It makes sense to **read more sectors than actually required** * **Read** sectors during rotational delay (the sectors that just so happen to pass under the control arm)