From a80b8d4a6678033eb00840aaf9fe433bb36c1809 Mon Sep 17 00:00:00 2001 From: tactonbishop Date: Thu, 7 Jul 2022 08:00:04 +0100 Subject: [PATCH] Last Sync: 2022-07-07 08:00:04 --- Operating_Systems/Disks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Operating_Systems/Disks.md b/Operating_Systems/Disks.md index 83064a9..106dfd6 100644 --- a/Operating_Systems/Disks.md +++ b/Operating_Systems/Disks.md @@ -11,7 +11,7 @@ tags: A disk is a mass storage [device](./Devices.md) which we can write to and read from. ## SCSI -* Small Computer System Interface, responsible for handli;w +* Small Computer System Interface, responsible for handling disk access on most Linux systems. * It is a protocol that allows communicaton between printers, scanners and other peripherals in addition to harddisks. ## Disk schematic The following diagram represents the basic anatomy of a disk device.