SD Clean/Mac: Difference between revisions

From Hacks Guide Wiki
(the macOS instructions for SD Clean (still slightly WIP))
 
m (remove extra angle brackets)
 
(8 intermediate revisions by 3 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 reinitializing the SD card's filesystem. This should only be done if formatting does not fix your issue or is not possible for some reason.


This page is for Mac users only. If you are not on Linux, see the [[SD Clean/Windows|Windows]]and/or [[SD Clean/Linux|Linux]] pages instead.
This page is for Mac users only. If you are not on Mac, see the [[SD Clean/Windows|Windows]] and/or [[SD Clean/Linux|Linux]] pages instead.


== Instructions ==
== Instructions ==
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>
TBD
 
|-|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]]

Latest revision as of 00:58, 7 August 2023

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 page is for Mac users only. If you are not on Mac, see the Windows and/or Linux pages instead.

Instructions

OOjs UI icon information-warning.svg Before beginning these steps, copy all of your SD card's contents to a folder on your computer.
  1. Double-click Disk Utility in the /Applications/Utilities folder.
  2. Choose View > Show All Devices.
  3. In the sidebar, select the storage device you want to erase, then click the Erase button.
  4. 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.
  5. Click the Format pop-up menu, then choose MS-DOS (FAT).
  6. Enter a name for the new partition that does not begin with 3ds.
  7. Click Erase, then click Done.
  8. Once the format is complete, copy your data back onto the SD card.

  1. Double-click Disk Utility in the /Applications/Utilities folder.
  2. Choose View > Show All Devices.
  3. In the sidebar, select the storage device you want to erase.
  4. 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.
  5. Click the Format pop-up menu, then choose MS-DOS (FAT).
  6. Enter a name for the new partition that does not begin with 3ds.
  7. Click Erase, then click Done.
  8. Once the format is complete, copy your data back onto the SD card.
  1. Navigate to Disk Utility. To do this, press ⌘ Cmd + SPACE and search for "Disk Utility".
  2. Select your SD card.
  3. Click Erase - this option should be at the top of the menu.
  4. Enter a name for the new partition that does not begin with 3ds.
  5. Choose the format MS-DOS (FAT).
  6. Click Erase, then click Done.
  7. Once the format is complete, copy your data back onto the SD card.

  1. Open the Terminal app.
  2. Type diskutil list external physical, then find the SD card and take note of its disk name. It will look like disk2 or disk3.
  3. Once you are sure of the SD card's disk name, type diskutil unmountDisk /dev/disk#, where # is the number in the disk name you found.
    • If the system cannot unmount the disk, type diskutil unmountDisk /force /dev/disk# to forcibly unmount it.
  4. Type diskutil eraseDisk FAT32 NAME MBRFormat /dev/disk#.
    • Replace # with the disk number, and replace NAME with any name that does not begin with 3ds.
  5. Once the format is complete, copy your data back onto the SD card.