Guide_3DS/_pages/ja_JP/formatting-sd-(linux).txt
Ian Burgwin 50b515be67
New Crowdin updates (#1843)
* New translations en_US.yml (Japanese)

* New translations ctrtransfer.txt (Japanese)

* New translations region-changing.txt (Japanese)

* New translations troubleshooting.txt (Japanese)

* New translations homebrew-launcher-(alternatives).txt (Japanese)

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

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

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

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

* New translations get-started-(new-3ds).txt (Japanese)

* New translations get-started-(old-3ds).txt (Japanese)

* New translations en_US.yml (Japanese)

* New translations ctrtransfer.txt (Japanese)

* New translations flashing-ntrboot-(nds).txt (Japanese)

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

* New translations formatting-sd-(mac).txt (Japanese)

* New translations formatting-sd-(linux).txt (Japanese)

* New translations formatting-sd-(windows).txt (Japanese)

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

* New translations homebrew-launcher-(pichaxx).txt (Japanese)

* New translations bannerbomb3.txt (Japanese)

* New translations seedminer.txt (Japanese)

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

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

* New translations installing-boot9strap-(2xrsa).txt (Japanese)

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

* New translations flashing-ntrboot-(dsi).txt (Japanese)

* New translations flashing-ntrboot-(3ds-multi-system).txt (Japanese)

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

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

* New translations file-extensions-(windows).txt (Japanese)

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

* New translations move-emunand.txt (Japanese)

* New translations region-changing.txt (Japanese)

* New translations troubleshooting.txt (Japanese)

* New translations homebrew-launcher-(alternatives).txt (Japanese)

* New translations godmode9-usage.txt (Japanese)

* New translations finalizing-setup.txt (Japanese)

* New translations uninstall-cfw.txt (Japanese)

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

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

* New translations installing-boot9strap-(safeb9sinstaller).txt (Japanese)

* New translations installing-boot9strap-(mset).txt (Japanese)

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

* New translations updating-b9s.txt (Japanese)

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

* New translations bannerbomb3.txt (Japanese)

* New translations bannerbomb3.txt (Japanese)

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

* New translations cart-update.txt (Japanese)

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

* New translations bannerbomb3.txt (Japanese)

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

* New translations ctrtransfer.txt (Japanese)

* New translations cart-update.txt (Japanese)

* New translations credits.txt (Japanese)

* New translations move-emunand.txt (Japanese)

* New translations region-changing.txt (Japanese)
2021-01-25 03:52:53 -08:00

44 lines
1.6 KiB
Plaintext

---
title: "Formatting SD (Linux)"
---
{% include toc title="目次" %}
### Required Reading
This is an add-on section for formatting an SD card to work with the 3DS.
If the 3DS already recognizes the SD card, this guide is not required.
このページはLinuxユーザー向けです。 If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages.
### 手順
#### Section I - Determining which slot your SD card is in
1. Make sure your SD card is **not** inserted
1. Launch the Linux Terminal
1. Type `watch "lsblk"`
1. Insert your SD card into your PC
1. Observe the output. It should match something like this:
```
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mmcblk0 179:0 0 3,8G 0 disk
└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF
```
1. Take note of the device mount point. In our example above, it was `mmcblk0`
+ If `RO` is set to 1, make sure the lock switch is not slid down
1. Hit CTRL + C to exit the menu
#### Section II - Formatting the card
![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png)
1. Type in `sudo cfdisk /dev/(device mount point from above)`
1. On each partition, hit `Delete`
1. Create a new Primary partition that covers the size of your entire SD card
+ This will create a new partition with the linux filesystem
1. Select type and take a look at the menu
1. Find "W95 FAT32" and take note of the code on the left side of that text
1. Press any key, then enter the code you took note of in the previous step
1. Hit enter, then hit Quit