From 44bdac95220a2bdd188fa7687091e890bc56d7cb Mon Sep 17 00:00:00 2001 From: sspencerwire Date: Fri, 1 Mar 2024 08:56:41 -0600 Subject: [PATCH] Remove word for clarity * geographical --- docs/books/admin_guide/07-file-systems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/books/admin_guide/07-file-systems.md b/docs/books/admin_guide/07-file-systems.md index be521c36a6..3052aae79a 100644 --- a/docs/books/admin_guide/07-file-systems.md +++ b/docs/books/admin_guide/07-file-systems.md @@ -152,7 +152,7 @@ $ sudo cfdisk /dev/sda The preparation, without _LVM_, of the physical media goes through five steps: * Setting up the physical disk; -* Partitioning of the volumes (geographical division of the disk, possibility of installing several systems, ...); +* Partitioning of the volumes (division of the disk, possibility of installing several systems, ...); * Creation of the file systems (allows the operating system to manage the files, the tree structure, the rights, ...); * Mounting of file systems (registration of the file system in the tree structure); * Manage user access.