Skip to content

Commit ecef910

Browse files
bene2k1nerda-codes
andauthored
Apply suggestions from code review
Co-authored-by: Néda <[email protected]>
1 parent 476bd79 commit ecef910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/dedibox-scaleway/reference-content/mount-fs-in-resuce-mode.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: dedibox scaleway
88
---
99

1010
This guide explains how to manually mount your server’s filesystem when running in [rescue mode](/dedibox/how-to/use-rescue-mode/).
11-
This procedure is commonly used to diagnose and repair issues on the root disk (e.g., filesystem corruption, kernel upgrade failure, lost credentials).
11+
This procedure is commonly used to diagnose and repair issues on the root disk (e.g., filesystem corruption, kernel upgrade failure, lost credentials, etc.).
1212

1313
<Message type="important">
1414
Filesystem repair tools such as `fsck` or `xfs_repair` can cause data loss if used incorrectly. Always create a backup when possible.
@@ -144,7 +144,7 @@ mount /dev/mapper/encrypted_root /mnt/root
144144
```
145145

146146
### LVM volume not found
147-
If you are using LVM and can not find your LVM volume, run the following commands to identify the volume:
147+
If you are using LVM and cannot find your LVM volume, run the following commands to identify the volume:
148148
```bash
149149
vgscan
150150
vgchange -ay

0 commit comments

Comments
 (0)