|
|
(4 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| {{Page WIP|notes=Add instructions for formatting via Disk Utility's GUI on macOS versions 10.10 and before.}}
| |
| This is an add-on section for completely recreating an SD card's filesystem using Disk Utility. This should only be done if formatting does not fix your issue or is not possible for some reason. | | This is an add-on section for completely recreating an SD card's filesystem using Disk Utility. This should only be done if formatting does not fix your issue or is not possible for some reason. |
|
| |
|
Line 8: |
Line 7: |
| {{warning|Before beginning these steps, copy all of your SD card's contents to a folder on your computer.}} | | {{warning|Before beginning these steps, copy all of your SD card's contents to a folder on your computer.}} |
|
| |
|
| === Terminal ===
| | <tabber> |
| # Open the Terminal app.
| | |-|Disk Utility (10.14 or higher)= |
| # Type <code>diskutil list external physical</code>, then find the SD card and take note of its disk name. It will look like <code>disk2</code> or <code>disk3</code>.
| |
| # Once you are sure of the SD card's disk name, type <code>diskutil unmountDisk /dev/disk#</code>, where # is the number in the disk name you found.
| |
| #* If the system cannot unmount the disk, type <code>diskutil unmountDisk /force /dev/disk#</code> to forcibly unmount it.
| |
| # Type <code>diskutil eraseDisk FAT32 NAME MBRFormat /dev/disk#</code>.
| |
| #* Replace <code>#</code> with the disk number, and replace <code>NAME</code> with any name that does not begin with <code>3ds</code>.
| |
| # Once the format is complete, copy your data back onto the SD card.
| |
|
| |
|
| === Disk Utility ===
| | <span></span><!-- fix for MediaWiki/TabberNeue bug with each tab only containing a list (all tabs past the first one don't get the li elements put in the ol) --> |
| Choose your macOS version, as the instructions differ between versions.
| |
| <tabber>
| |
|
| |
|
| |-|10.14 or higher=
| |
| # Double-click Disk Utility in the <code>/Applications/Utilities</code> folder. | | # Double-click Disk Utility in the <code>/Applications/Utilities</code> folder. |
| # Choose View > Show All Devices. | | # Choose View > Show All Devices. |
Line 27: |
Line 17: |
| # Click the Scheme pop-up menu, then choose Master Boot Record. | | # Click the Scheme pop-up menu, then choose Master Boot Record. |
| #* If the Scheme pop-up menu is not available, make sure you selected the storage device you want to erase — it’s at the top of the hierarchy. | | #* If the Scheme pop-up menu is not available, make sure you selected the storage device you want to erase — it’s at the top of the hierarchy. |
| # Click the Format pop-up menu, then choose <code>MS-DOS (FAT)</code>>. | | # Click the Format pop-up menu, then choose <code>MS-DOS (FAT)</code>. |
| # Enter a name for the new partition. | | # Enter a name for the new partition that does not begin with <code>3ds</code>. |
| # Click Erase, then click Done. | | # Click Erase, then click Done. |
| # Once the format is complete, copy your data back onto the SD card. | | # Once the format is complete, copy your data back onto the SD card. |
|
| |
|
| |-|10.11-10.13= | | <span></span> |
| | |
| | |-|Disk Utility (10.11-10.13)= |
| | |
| | <span></span> |
| | |
| # Double-click Disk Utility in the <code>/Applications/Utilities</code> folder. | | # Double-click Disk Utility in the <code>/Applications/Utilities</code> folder. |
| # Choose View > Show All Devices. | | # Choose View > Show All Devices. |
| # In the sidebar, select the storage device you want to erase. | | # In the sidebar, select the storage device you want to erase. |
| # Eject each volume on the disk (select the volume in the sidebar, then click the Eject button), then click the Erase button once all volumes are unmounted. | | # Eject each volume on the disk (select the volume in the sidebar, then click the Eject button), then click the Erase button once all volumes are unmounted. |
| # Click the Format pop-up menu, then choose <code>MS-DOS (FAT)</code>>. | | # Click the Format pop-up menu, then choose <code>MS-DOS (FAT)</code>. |
| # Enter a name for the new partition. | | # Enter a name for the new partition that does not begin with <code>3ds</code>. |
| | # Click Erase, then click Done. |
| | # Once the format is complete, copy your data back onto the SD card. |
| | |
| | |-|Disk Utility (10.10 or lower)= |
| | |
| | <span></span> |
| | |
| | # Navigate to Disk Utility. To do this, press {{B|CMD}} + {{B|SPACE}} and search for "Disk Utility". |
| | # Select your SD card. |
| | # Click <code>Erase</code> - this option should be at the top of the menu. |
| | # Enter a name for the new partition that does not begin with <code>3ds</code>. |
| | # Choose the format <code>MS-DOS (FAT)</code>. |
| # Click Erase, then click Done. | | # Click Erase, then click Done. |
| # Once the format is complete, copy your data back onto the SD card. | | # Once the format is complete, copy your data back onto the SD card. |
|
| |
|
| |-|10.10 or lower= | | <span></span> |
| # Navigate to Disk Utility. To do this, press <code>Command</code> + <code>Space</code> and search for "Disk Utility" | | |
| # Select your SD card | | |-|Terminal= |
| # Click <code>Erase</code> this option should be on the top | | |
| # Name it whatever and make the format <code>MS-DOS (FAT)</code> | | <span></span> |
| # Click Erase then done. | | |
| | # Open the Terminal app. |
| | # Type <code>diskutil list external physical</code>, then find the SD card and take note of its disk name. It will look like <code>disk2</code> or <code>disk3</code>. |
| | # Once you are sure of the SD card's disk name, type <code>diskutil unmountDisk /dev/disk#</code>, where # is the number in the disk name you found. |
| | #* If the system cannot unmount the disk, type <code>diskutil unmountDisk /force /dev/disk#</code> to forcibly unmount it. |
| | # Type <code>diskutil eraseDisk FAT32 NAME MBRFormat /dev/disk#</code>. |
| | #* Replace <code>#</code> with the disk number, and replace <code>NAME</code> with any name that does not begin with <code>3ds</code>. |
| # Once the format is complete, copy your data back onto the SD card. | | # Once the format is complete, copy your data back onto the SD card. |
| | |
| | <span></span> |
| | |
| </tabber> | | </tabber> |
|
| |
|
| [[Category:General guides]] | | [[Category:General guides]] |