From 5440f9d4dc939e598b2d0626eeb6caa9e8ffb76c Mon Sep 17 00:00:00 2001 From: tactonbishop Date: Sat, 12 Nov 2022 15:00:04 +0000 Subject: [PATCH] Last Sync: 2022-11-12 15:00:04 --- Operating_Systems/Disks/Partitions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Operating_Systems/Disks/Partitions.md b/Operating_Systems/Disks/Partitions.md index a6db53a..869cab5 100644 --- a/Operating_Systems/Disks/Partitions.md +++ b/Operating_Systems/Disks/Partitions.md @@ -10,7 +10,7 @@ tags: # Disk partitions -A disk is divided up into [partitions](/Operating_Systems/Disks/Partitions.md) which are subsections of the overall disk. The kernel presents each partition as a [block device](/Operating_Systems/Devices.md#Devices.md) as it would with an entire disk. +A disk is divided up into [partitions](/Operating_Systems/Disks/Partitions.md) which are subsections of the overall disk. The kernel presents each partition as a [block device](/Operating_Systems/Devices.md#Devices) as it would with an entire disk. The disk dedicates a small part of its contents to a **partition table**: this defines the different partitions that comprise the total disk space.