Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

SD Clean/Mac: Difference between revisions

From Hacks Guide Wiki
m remove WIP template, it isn't valid anymore
m remove extra angle brackets
(2 intermediate revisions by one other user not shown)
Line 7: 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 26: 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 that does not begin with <code>3ds</code>.
# 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 that does not begin with <code>3ds</code>.
# 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.10 or lower=
|-|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".
# Navigate to Disk Utility. To do this, press {{B|CMD}} + {{B|SPACE}} and search for "Disk Utility".
# Select your SD card.
# Select your SD card.
Line 49: Line 48:
# 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.
<span></span>
|-|Terminal=
<span></span>
# 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.
<span></span>
</tabber>
</tabber>


[[Category:General guides]]
[[Category:General guides]]