Guide_3DS/_pages/ko_KR/f3-(linux).txt
ihaveahax 068955e97f
New Crowdin updates (#2052)
* 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)
2022-08-02 21:38:06 +03:00

66 lines
2.2 KiB
Text

---
title: "F3 (Linux)"
---
{% include toc title="목차" %}
### 중요
이 섹션은 F3를 사용해 SD 카드의 오류를 확인하는 추가 섹션입니다.
SD 카드의 용량과 컴퓨터의 속도에 따라 최대 몇 시간이 걸릴 수 있습니다!
이 페이지는 Linux 사용자를 위한 페이지입니다. Linux 사용자가 아니라면 [H2testw (windows)](h2testw-(windows)) 또는 [F3XSwift (Mac)](f3xswift-(mac)) 페이지를 참고해 주세요.
### 준비물
* 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}