Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/books/admin_guide/07-file-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down