068955e97f
* New translations f3-(linux).txt (Portuguese, Brazilian) * New translations bannerbomb3.txt (Portuguese, Brazilian) * New translations f3-(linux).txt (Romanian) * New translations f3-(linux).txt (French) * New translations f3-(linux).txt (Spanish) * New translations f3-(linux).txt (Arabic) * New translations f3-(linux).txt (Bulgarian) * New translations f3-(linux).txt (Catalan) * New translations f3-(linux).txt (Czech) * New translations f3-(linux).txt (German) * New translations f3-(linux).txt (Greek) * New translations f3-(linux).txt (Finnish) * New translations f3-(linux).txt (Hebrew) * New translations f3-(linux).txt (Hungarian) * New translations f3-(linux).txt (Italian) * New translations f3-(linux).txt (Japanese) * New translations f3-(linux).txt (Korean) * New translations f3-(linux).txt (Dutch) * New translations f3-(linux).txt (Norwegian) * New translations f3-(linux).txt (Polish) * New translations f3-(linux).txt (Portuguese) * New translations f3-(linux).txt (Russian) * New translations f3-(linux).txt (Swedish) * New translations f3-(linux).txt (Turkish) * New translations f3-(linux).txt (Ukrainian) * New translations f3xswift-(mac).txt (Chinese Simplified) * New translations dumping-titles-and-game-cartridges.txt (Chinese Simplified) * New translations uninstall-cfw.txt (Chinese Simplified) * New translations homebrew-launcher-(soundhax).txt (Chinese Simplified) * New translations f3-(linux).txt (Chinese Simplified) * New translations h2testw-(windows).txt (Chinese Simplified) * New translations move-emunand.txt (Chinese Simplified) * New translations godmode9-usage.txt (Chinese Simplified) * New translations f3-(linux).txt (Chinese Traditional) * New translations f3-(linux).txt (Vietnamese) * New translations f3-(linux).txt (Indonesian) * New translations f3-(linux).txt (Thai) * New translations f3-(linux).txt (Croatian) * New translations f3-(linux).txt (Malay) * New translations f3-(linux).txt (Pirate English)
66 lines
1.8 KiB
Text
66 lines
1.8 KiB
Text
---
|
||
title: "F3 (Linux)"
|
||
---
|
||
|
||
{% include toc title="條目內容" %}
|
||
|
||
### 必讀事項
|
||
|
||
本篇為透過 F3 來檢查您 SD 卡是否有任何問題的附加章節。
|
||
|
||
根據您的 SD 卡的大小和電腦的速度,本過程可能將花費數小時才能完成 !
|
||
|
||
本教學僅適用於 Linux 使用者。 If you are not on Linux, check out the [H2testw (Windows)](h2testw-(windows)) or [F3XSwift (Mac)](f3xswift-(mac)) pages.
|
||
|
||
### 必備項目
|
||
|
||
* The latest version of [F3](https://github.com/AltraMayor/f3/releases/tag/v8.0)
|
||
|
||
### 操作說明
|
||
|
||
1. 解壓 f3 `.zip`
|
||
1. `cd` 至 f3 目錄中
|
||
1. 運行 `make` 以編譯 F3
|
||
1. 將 SD 卡插入至電腦中
|
||
1. 掛載 SD 卡
|
||
1. 輸入 `./f3write <您 SD 卡的掛載點>`
|
||
1. 等到檢查完畢為止。 可以參考底下的範例。
|
||
|
||
~~~ 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
|
||
~~~
|
||
|
||
1. 輸入 `./f3read <您 SD 卡的掛載點>`
|
||
1. 等到檢查完畢為止。 可以參考底下的範例。
|
||
|
||
~~~ 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/s
|
||
~~~
|
||
|
||
___
|
||
|
||
如果結果顯示 `Data LOST: 0.00 Byte (0 sectors)`,則表示您的 SD 卡是沒問題的,接著就可以刪除 SD 卡中所有的 `.h2w` 檔案了
|
||
{: .notice--success}
|
||
|
||
如果出現任何其他結果,您的 SD 卡可能是有問題且需要更換的!
|
||
{: .notice--danger}
|
||
|
||
### 回到[新手入門](get-started)
|
||
{: .notice--primary}
|