2017-05-21 22:39:40 +02:00
|
|
|
---
|
2017-05-23 20:02:51 +02:00
|
|
|
title: "F3 (Linux)"
|
2017-05-21 22:39:40 +02:00
|
|
|
---
|
|
|
|
|
2017-10-04 23:02:20 +02:00
|
|
|
{% include toc title="Indice" %}
|
|
|
|
|
|
|
|
### Lettura necessaria
|
|
|
|
|
2017-05-21 22:39:40 +02:00
|
|
|
In questa sezione aggiuntiva verrà spiegato come verificare la presenza di errori nella tua scheda SD utilizzando F3.
|
|
|
|
|
|
|
|
A seconda delle dimensioni della tua scheda SD e della velocità del tuo computer, questo procedimento può durare diverse ore!
|
|
|
|
|
2022-04-11 22:03:02 +02:00
|
|
|
Questa pagina è solo per utenti Linux. Se non sei su Linux, usa [H2testw (Windows)](h2testw-(windows)) o [F3XSwift (Mac)](f3xswift-(mac)).
|
2017-05-21 22:39:40 +02:00
|
|
|
|
2017-09-29 16:24:50 +02:00
|
|
|
### Cosa serve
|
2017-05-21 22:39:40 +02:00
|
|
|
|
2022-08-21 14:12:37 +02:00
|
|
|
* L'ultima versione di [F3](https://github.com/AltraMayor/f3/releases/tag/v8.0)
|
2017-05-21 22:39:40 +02:00
|
|
|
|
2017-09-30 05:21:47 +02:00
|
|
|
### Istruzioni
|
2017-05-21 22:39:40 +02:00
|
|
|
|
|
|
|
1. Estrai l'archivio `.zip` di F3
|
|
|
|
1. Entra nella cartella di F3 tramite il comando `cd`
|
|
|
|
1. Avvia il comando `make` per compilare F3
|
|
|
|
1. Inserisci la scheda SD nel tuo computer
|
|
|
|
1. Monta la scheda SD
|
|
|
|
1. Esegui `. / f3write <Mount point della tua scheda Sd>`
|
|
|
|
1. Attendi che il processo sia completato. Di seguito vedrai un esempio di output.
|
|
|
|
|
2018-02-18 16:47:39 +01:00
|
|
|
~~~ 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
|
|
|
|
~~~
|
2017-05-21 22:39:40 +02:00
|
|
|
|
|
|
|
1. Esegui `. / f3read <Mount point della tua scheda Sd>`
|
2023-08-10 02:51:43 +02:00
|
|
|
1. Attendi che il processo sia completato. Di seguito vedrai un esempio di output.
|
2017-05-21 22:39:40 +02:00
|
|
|
|
2018-02-18 16:47:39 +01:00
|
|
|
~~~ 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
|
|
|
|
~~~
|
2017-05-21 22:39:40 +02:00
|
|
|
|
|
|
|
___
|
|
|
|
|
2023-08-10 02:51:43 +02:00
|
|
|
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.
|
2017-05-21 22:39:40 +02:00
|
|
|
{: .notice--success}
|
|
|
|
|
|
|
|
Se il test mostra qualunque altro risultato, la tua scheda SD potrebbe essere corrotta o danneggiata e potresti doverla sostituire!
|
|
|
|
{: .notice--danger}
|
|
|
|
|
2017-09-30 05:21:47 +02:00
|
|
|
### Ritorna a [Cominciamo!](get-started)
|
2017-09-04 06:15:19 +02:00
|
|
|
{: .notice--primary}
|