Skip to content

Commit 2d7b653

Browse files
Add link to jin2005-issues and fix translation errors in apk.md (#689)
* Add link to jin2005-issues.github.io in README Added a new link to jin2005-issues.github.io for Linux commands. * Fix translation errors in apk.md search section Corrected the Chinese translation for '所有' in the apk search commands. * Fix typos and improve command description in badblocks.md Corrected the term '启始区块' to '起始区块' and clarified the description of the command.
1 parent e4f0d9c commit 2d7b653

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

command/badblocks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ badblock(选项)(参数)
2727

2828
* 磁盘装置:指定要检查的磁盘装置;
2929
* 磁盘区块数:指定磁盘装置的区块总数;
30-
* 启始区块:指定要从哪个区块开始检查。
30+
* 起始区块:指定要从哪个区块开始检查。
3131

3232
### 实例
3333

@@ -77,7 +77,7 @@ badblocks可以随e2fsck和mke2fs的-c删除一起运行(对ext3文件系统
7777
mkfs.ext3 -c /dev/hda1
7878
```
7979

80-
代码表示使用-c在创建文件系统前检查坏道的硬盘。
80+
命令表示使用-c在创建文件系统前检查坏道的硬盘。
8181

8282
这个操作已经很清楚地告知我们可以采用`mkfs.ext3 -c`选项用`read-only`方式检查硬盘。这个命令会在格式化硬盘时检查硬盘,并标出错误的硬盘“block”。用这个方法格式化硬盘,需要有相当大的耐心,因为命令运行后,会一个个用读的方式检查硬盘。
8383

0 commit comments

Comments
 (0)