Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,10 +1,10 @@
# btrfs scrub
> 清理 btrfs 文件系统以验证数据完整性。
> 建议每月运行一次 scrub
> 更多信息:<https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-scrub>
> 建议每月运行一次 scrub.
> 更多信息: <https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-scrub>.
- 开始 scrub
- 开始 scrub:
`sudo btrfs scrub start {{指向挂载点的路径}}`
@@ -12,11 +12,11 @@
`sudo btrfs scrub status {{指向挂载点的路径}}`
- 取消正在进行的 scrub
- 取消正在进行的 scrub:
`sudo btrfs scrub cancel {{指向挂载点的路径}}`
- 恢复先前取消的 scrub
- 恢复先前取消的 scrub:
`sudo btrfs scrub resume {{指向挂载点的路径}}`