From 836b660f8ce0fa2f887a9d7e08ea2bec3a146d13 Mon Sep 17 00:00:00 2001 From: tactonbishop Date: Sun, 17 Jul 2022 10:30:14 +0100 Subject: [PATCH] Last Sync: 2022-07-17 10:30:14 --- 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 95aa18f..38da828 100644 --- a/Operating_Systems/Disks.md +++ b/Operating_Systems/Disks.md @@ -23,7 +23,7 @@ The following diagram represents the basic anatomy of a disk device. * The disk dedicates a small part of its contents to a **partition table**: this defines the different partitions that comprise the total disk space. * The **filesystem** is a database of files and directories: this comprises the bulk of the partition and is what you interact with in [user space](./User_Space.md) when reading and writing data. - ## Disk partitions +## Disk partitions ### Viewing current partitions Whenever you install a Linux distribution on a real or virtual machine, you must partition the drive. There are three main tools to choose from: `parted`, `g(raphical)parted`, `fdisk`.