F3 (Linux)
Required Reading
本附加章节是用来介绍如何使用 F3 来检查你的 SD 卡有无问题。
这个操作的耗时取决于你的 SD 卡的容量大小和电脑的速度,可能将耗费数个小时完成!
本页教程仅限 Linux 用户。 如果你不用 Linux,请查阅 H2testw(windows) 或 F3XSwift(Mac) 页面。
What You Need
- The latest version of F3
Instructions
- 将 f3
.zip文件解压 cd到 f3 目录- 执行
make命令以编译 F3 - 将你的 SD 卡插入到电脑
- 挂载你的 SD 卡
- 执行
./f3write <你 SD 卡的挂载路径> - 等待,直到该过程已完成。 你可以参考以下范例。
bash
$ ./f3write /media/michel/6135-3363/
Free space: 29.71 GB
Creating file 1.h2w ... OK!
...
Creating file 30.h2w ... OK!
Free space: 0.00 Byte
Average Writing speed: 4.90 MB/s- 执行
./ f3write <你 SD 卡的挂载路径> - 等待,直到该过程已完成。 你可以参考以下范例。
bash
$ ./f3read /media/michel/6135-3363/
SECTORS ok/corrupted/changed/overwritten
Validating file 1.h2w ... 2097152/ 0/ 0/ 0
...
Validating file 30.h2w ... 1491904/ 0/ 0/ 0
Data OK: 29.71 GB (62309312 sectors)
Data LOST: 0.00 Byte (0 sectors)
Corrupted: 0.00 Byte (0 sectors)
Slightly changed: 0.00 Byte (0 sectors)
Overwritten: 0.00 Byte (0 sectors)
Average Reading speed: 9.42 MB/sTIP
If the test shows the result Data LOST: 0.00 Byte (0 sectors), your SD card is good and you can delete all .h2w files on your SD card.
DANGER
如果测试显示任何其他结果,则你的 SD 卡可能已经出错或损坏,你可能需要更换一张 SD卡 !
TIP
Return to Get Started