8c35bc5fa9
* New translations bannerbomb3-fredtool-(twn).txt (Dutch) * New translations bannerbomb3-fredtool-(twn).txt (Dutch) * New translations bannerbomb3-fredtool-(twn).txt (Dutch) * New translations f3-(linux).txt (Korean) * New translations f3x-(mac).txt (Greek) * New translations f3-(linux).txt (Czech) * New translations f3x-(mac).txt (Czech) * New translations h2testw-(windows).txt (Czech) * New translations f3-(linux).txt (German) * New translations f3x-(mac).txt (German) * New translations h2testw-(windows).txt (German) * New translations f3-(linux).txt (Greek) * New translations h2testw-(windows).txt (Greek) * New translations h2testw-(windows).txt (Catalan) * New translations f3-(linux).txt (Finnish) * New translations f3x-(mac).txt (Finnish) * New translations h2testw-(windows).txt (Finnish) * New translations f3-(linux).txt (Hebrew) * New translations f3x-(mac).txt (Hebrew) * New translations h2testw-(windows).txt (Hebrew) * New translations f3-(linux).txt (Hungarian) * New translations f3x-(mac).txt (Catalan) * New translations f3-(linux).txt (Spanish) * New translations h2testw-(windows).txt (Korean) * New translations f3-(linux).txt (Romanian) * New translations f3x-(mac).txt (Romanian) * New translations h2testw-(windows).txt (Romanian) * New translations f3-(linux).txt (French) * New translations f3x-(mac).txt (French) * New translations h2testw-(windows).txt (French) * New translations f3x-(mac).txt (Spanish) * New translations f3-(linux).txt (Catalan) * New translations h2testw-(windows).txt (Spanish) * New translations f3-(linux).txt (Arabic) * New translations f3x-(mac).txt (Arabic) * New translations h2testw-(windows).txt (Arabic) * New translations f3-(linux).txt (Bulgarian) * New translations f3x-(mac).txt (Bulgarian) * New translations h2testw-(windows).txt (Bulgarian) * New translations h2testw-(windows).txt (Hungarian) * New translations h2testw-(windows).txt (Russian) * New translations f3-(linux).txt (Swedish) * New translations f3x-(mac).txt (Swedish) * New translations h2testw-(windows).txt (Swedish) * New translations f3-(linux).txt (Turkish) * New translations f3x-(mac).txt (Turkish) * New translations h2testw-(windows).txt (Turkish) * New translations f3-(linux).txt (Ukrainian) * New translations f3-(linux).txt (Russian) * New translations f3x-(mac).txt (Ukrainian) * New translations h2testw-(windows).txt (Ukrainian) * New translations f3-(linux).txt (Chinese Simplified) * New translations f3x-(mac).txt (Chinese Simplified) * New translations h2testw-(windows).txt (Chinese Simplified) * New translations f3-(linux).txt (Chinese Traditional) * New translations f3x-(mac).txt (Chinese Traditional) * New translations h2testw-(windows).txt (Chinese Traditional) * New translations f3x-(mac).txt (Russian) * New translations h2testw-(windows).txt (Dutch) * New translations f3-(linux).txt (Italian) * New translations f3x-(mac).txt (Italian) * New translations h2testw-(windows).txt (Italian) * New translations f3-(linux).txt (Japanese) * New translations f3x-(mac).txt (Japanese) * New translations h2testw-(windows).txt (Japanese) * New translations f3-(linux).txt (Dutch) * New translations f3x-(mac).txt (Dutch) * New translations h2testw-(windows).txt (Portuguese) * New translations f3-(linux).txt (Norwegian) * New translations f3x-(mac).txt (Norwegian) * New translations h2testw-(windows).txt (Norwegian) * New translations f3-(linux).txt (Polish) * New translations f3x-(mac).txt (Polish) * New translations h2testw-(windows).txt (Polish) * New translations f3-(linux).txt (Portuguese) * New translations f3x-(mac).txt (Portuguese) * New translations f3-(linux).txt (Vietnamese) * New translations h2testw-(windows).txt (Pirate English) * New translations f3x-(mac).txt (Pirate English) * New translations f3-(linux).txt (Pirate English) * New translations h2testw-(windows).txt (Malay) * New translations f3x-(mac).txt (Malay) * New translations f3-(linux).txt (Malay) * New translations h2testw-(windows).txt (Croatian) * New translations f3x-(mac).txt (Croatian) * New translations f3-(linux).txt (Croatian) * New translations h2testw-(windows).txt (Thai) * New translations f3x-(mac).txt (Vietnamese) * New translations f3x-(mac).txt (Thai) * New translations f3-(linux).txt (Thai) * New translations h2testw-(windows).txt (Indonesian) * New translations f3x-(mac).txt (Indonesian) * New translations f3-(linux).txt (Indonesian) * New translations h2testw-(windows).txt (Portuguese, Brazilian) * New translations f3x-(mac).txt (Portuguese, Brazilian) * New translations f3-(linux).txt (Portuguese, Brazilian) * New translations h2testw-(windows).txt (Vietnamese) * New translations h2testw-(windows).txt (Dutch) * New translations f3-(linux).txt (Dutch) * New translations f3-(linux).txt (Hungarian) * New translations h2testw-(windows).txt (Hungarian) * New translations region-changing.txt (Italian) * New translations ctrtransfer.txt (Italian) * New translations a9lh-to-b9s.txt (Italian) * New translations installing-boot9strap-(ntrboot).txt (Italian) * New translations installing-boot9strap-(hardmod).txt (Italian) * New translations f3-(linux).txt (Italian) * New translations h2testw-(windows).txt (Italian)
66 lines
1.9 KiB
Text
66 lines
1.9 KiB
Text
---
|
|
title: "F3 (Linux)"
|
|
---
|
|
|
|
{% include toc title="Table of Contents" %}
|
|
|
|
### Required Reading
|
|
|
|
This is an add-on section for checking your SD card for errors using F3.
|
|
|
|
Avhengig av størrelsen på SD-kortet og hastigheten på datamaskinen din, kan denne prosessen ta opptil flere timer!
|
|
|
|
Denne siden er kun for Linux-brukere. If you are not on Linux, check out the [H2testw (Windows)](h2testw-(windows)) or [F3XSwift (Mac)](f3xswift-(mac)) pages.
|
|
|
|
### What You Need
|
|
|
|
* The latest version of [F3](https://github.com/AltraMayor/f3/releases/latest)
|
|
|
|
### Instructions
|
|
|
|
1. Pakk ut f3 `.zip` filen
|
|
1. `cd` til f3 mappen
|
|
1. Kjør `make` for å kompilere F3
|
|
1. Sett inn SD-kortet i datamaskinen din
|
|
1. Monter SD-kortet
|
|
1. Kjør `./f3write <monteringspunktet til SD-kortet>`
|
|
1. Vent til prosessen er ferdig. Se under for et eksempel.
|
|
|
|
~~~ 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. Kjør `./f3read <monteringspunktet til SD-kortet>`
|
|
1. Vent til prosessen er ferdig. Se under for et eksempel.
|
|
|
|
~~~ 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
|
|
~~~
|
|
|
|
___
|
|
|
|
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
|
|
{: .notice--success}
|
|
|
|
Hvis testen viser noe annet resultat kan det hende SD-kortet er korrupt eller skadet og du bør bytte det!
|
|
{: .notice--danger}
|
|
|
|
### Return to [Get Started](get-started)
|
|
{: .notice--primary}
|