SD Clean/Mac: Difference between revisions
From Hacks Guide Wiki
More actions
m remove extra angle brackets |
Geometomas (talk | contribs) m →Instructions: stating to not label the partition as “wiiu” Tags: Mobile edit Mobile web edit |
||
| Line 18: | Line 18: | ||
#* 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> nor <code>wiiu</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. | ||
| Line 33: | Line 33: | ||
# 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> nor <code>wiiu</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. | ||
| Line 44: | Line 44: | ||
# Select your SD card. | # Select your SD card. | ||
# Click <code>Erase</code> - this option should be at the top of the menu. | # 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>. | # Enter a name for the new partition that does not begin with <code>3ds</code> nor <code>wiiu</code>. | ||
# Choose the format <code>MS-DOS (FAT)</code>. | # Choose the format <code>MS-DOS (FAT)</code>. | ||
# Click Erase, then click Done. | # Click Erase, then click Done. | ||
| Line 60: | Line 60: | ||
#* If the system cannot unmount the disk, type <code>diskutil unmountDisk /force /dev/disk#</code> to forcibly unmount it. | #* 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>. | # 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>. | #* Replace <code>#</code> with the disk number, and replace <code>NAME</code> with any name that does not begin with <code>3ds</code> nor <code>wiiu</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. | ||