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
4 changes: 2 additions & 2 deletions docs/books/admin_guide/07-file-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ sudo fdisk -l /dev/sdc2

### `parted` command

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.
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`.

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.

Expand Down Expand Up @@ -345,7 +345,7 @@ Example:

### Preparation of the physical media

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

* Setting up the physical disk
* Partitioning of the volumes
Expand Down