SD Clean/Mac: Difference between revisions
From Hacks Guide Wiki
More actions
i don't believe this is anything more than a misconception, i don't think homebrew (at least on 3DS) is even capable of accessing the label |
cleanup |
||
| 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 | # Enter a name for the new partition. | ||
# 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 | # Enter a name for the new partition. | ||
# 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 | #* Replace <code>#</code> with the disk number, and replace <code>NAME</code> with any name. | ||
# 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. | ||