Guide_3DS/_pages/es_ES/f3-(linux).txt
Ian Burgwin b9c9709033
New Crowdin updates (#1949)
* New translations uninstall-cfw.txt (Spanish)

* New translations dumping-titles-and-game-cartridges.txt (Spanish)

* New translations godmode9-usage.txt (Spanish)

* New translations finalizing-setup.txt (Spanish)

* New translations restoring-updating-cfw.txt (Spanish)

* New translations ctrtransfer.txt (Spanish)

* New translations credits.txt (Spanish)

* New translations move-emunand.txt (Spanish)

* New translations region-changing.txt (Spanish)

* New translations ctrtransfer.txt (Spanish)

* New translations region-changing.txt (Spanish)

* New translations f3-(linux).txt (Spanish)

* New translations f3x-(mac).txt (Spanish)

* New translations faq.txt (Spanish)

* New translations faq.txt (Spanish)

* New translations site-navigation.txt (Spanish)

* New translations installing-boot9strap-(pichaxx).txt (Spanish)

* New translations a9lh-to-b9s.txt (Spanish)

* New translations homebrew-launcher-(soundhax).txt (Spanish)

* New translations home.txt (Spanish)

* New translations faq.txt (Spanish)

* New translations region-changing.txt (Spanish)

* New translations installing-boot9strap-(ssloth-browser).txt (Spanish)

* New translations installing-boot9strap-(safecerthax).txt (Spanish)

* New translations installing-boot9strap-(kartdlphax).txt (Spanish)

* New translations installing-boot9strap-(usm).txt (Spanish)

* New translations troubleshooting.txt (Spanish)

* New translations installing-boot9strap-(fredtool).txt (Spanish)

* New translations installing-boot9strap-(soundhax).txt (Spanish)

* New translations installing-boot9strap-(ntrboot).txt (Spanish)

* New translations updating-b9s.txt (Spanish)

* New translations installing-boot9strap-(hardmod).txt (Spanish)

* New translations restoring-updating-cfw.txt (Spanish)

* New translations installing-boot9strap-(browser).txt (Spanish)

* New translations uninstall-cfw.txt (Spanish)

* New translations installing-boot9strap-(frogtool).txt (Spanish)

* New translations get-started.txt (Spanish)

* New translations updating-b9s.txt (Spanish)

* New translations faq.txt (Spanish)

* New translations a9lh-to-b9s.txt (Spanish)

* New translations troubleshooting.txt (Spanish)

* New translations home.txt (Spanish)

* New translations h2testw-(windows).txt (Spanish)

* New translations troubleshooting.txt (Spanish)

* New translations troubleshooting.txt (Spanish)

* New translations troubleshooting.txt (Spanish)

* New translations troubleshooting.txt (Spanish)

* New translations troubleshooting.txt (Spanish)

* New translations troubleshooting.txt (Spanish)

* New translations uninstall-cfw.txt (Spanish)

* New translations dumping-titles-and-game-cartridges.txt (Spanish)

* New translations en_US.yml (Spanish)

* New translations godmode9-usage.txt (Spanish)

* New translations finalizing-setup.txt (Spanish)

* New translations restoring-updating-cfw.txt (Spanish)
2022-01-10 21:05:02 +02:00

66 lines
2.1 KiB
Text

---
title: "F3 (Linux)"
---
{% include toc title="Tabla de contenidos" %}
### Lectura requerida
Esta es una sección adicional para revisar tu tarjeta SD en busca de errores usando F3.
Dependiendo del tamaño de tu tarjeta SD y la velocidad de tu computadora, ¡este proceso podría tardar varias horas!
Esta página es solo para usuarios de Linux. Si no estás en Linux, revisa las páginas [H2testw (windows)](h2testw-(windows)) o [F3X (mac)](f3x-(mac)).
### Qué necesitas
* La última versión de [F3](https://github.com/AltraMayor/f3/releases/latest)
### Instrucciones
1. Descomprime el archivo `.zip` de f3
1. Haz `cd` al directorio f3
1. Ejecuta `make` para compilar F3
1. Inserta tu tarjeta SD en tu computadora
1. Monta tu tarjeta SD
1. Ejecuta `./f3write <el punto de montaje de tu tarjeta sd>`
1. Espera hasta que se complete el proceso. Revisa un ejemplo de salida a continuación.
~~~ 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. Ejecuta `./f3read <el punto de montaje de tu tarjeta sd>`
1. Espera hasta que se complete el proceso. Revisa un ejemplo de salida a continuación.
~~~ 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
~~~
___
Si el test muestra el resultado `Data LOST: 0.00 Byte (0 sectors)`, tu tarjeta SD está en perfectas condiciones y puedes eliminar todos los archios `.h2w` de tu tarjeta SD
{: .notice--success}
Si la comprobación muestra otro tipo de resultado, ¡tu tarjeta SD puede estar corrupta o dañada y tendrás que reemplazarla!
{: .notice--danger}
### Regresa a [Comencemos](get-started)
{: .notice--primary}