---
title: "F3 (Linux)"
---

本篇為透過 F3 來檢查您 SD 卡是否有任何問題的附加章節。
{: .notice--info}

根據您的 SD 卡的大小和電腦的速度,本過程可能將花費數小時才能完成 !
{: .notice--info}

本教學僅適用於 Linux 使用者。 如果您不在 Linux 平台上,請參閱 [H2testw (windows)](h2testw-(windows)) 或 [F3X (mac)](f3x-(mac))。
{: .notice--info}

#### 必備項目

* 最新版的 [F3](https://github.com/AltraMayor/f3/archive/v6.0.zip)

#### 操作說明

1. 解壓 f3 `.zip`
1. `cd` 至 f3 目錄中
1. 透過 `make` 指令以編譯 F3
1. 將 SD 卡插入電腦中
1. 掛載 SD 卡
1. 輸入 `./f3write <您 SD 卡的掛載點>`
1. 等到檢查完畢為止。 可以參考底下的範例。

		$ ./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

1. 輸入 `./f3read <您 SD 卡的掛載點>`
1. 等到檢查完畢為止。 可以參考底下的範例。

		$ ./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/s

___

如果結果顯示`Data LOST: 0.00 Byte (0 sectors)`,則表示您的 SD 卡是沒問題的,接著就可以刪除卡上所有的`.h2w`檔案了
{: .notice--success}

如果出現任何其他結果,您的 SD 卡可能是有問題且需要更換的!
{: .notice--danger}

回到 [從頭開始](get-started)
{: .notice--primary}