Skip to content

Commit 5d8b511

Browse files
Update 07-file-systems.md (#1211)
* Update 07-file-systems.md * Update 07-file-systems.md I believe this will read better. --------- Co-authored-by: sspencerwire <[email protected]>
1 parent 1766602 commit 5d8b511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/books/admin_guide/07-file-systems.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ sudo fdisk -l /dev/sdc2
102102

103103
### `parted` command
104104

105-
The `parted` (_partition editor_) command is able to partition a disk, it solves the shortcomings of `fdisk`. We recommend that you use the `parted` command instead.
105+
The `parted` (_partition editor_) command is able to partition a disk, it solves the shortcomings of `fdisk`, so we recommend that you use the `parted` command instead of `fdisk`.
106106

107107
The `parted` command can be used either on the command-line or interactively. It also has a recovery function capable of rewriting a deleted partition table.
108108

@@ -345,7 +345,7 @@ Example:
345345

346346
### Preparation of the physical media
347347

348-
The preparation with LVM of the physical support is broken down as follows:
348+
The preparation with LVM of the physical support is broken down into the following:
349349

350350
* Setting up the physical disk
351351
* Partitioning of the volumes

0 commit comments

Comments
 (0)