59
edits
m (added Category:General guides using HotCat) |
Panencakes (talk | contribs) (Removed disk management steps, they are unnessecary since the sd format guide already partitions the sd card, also added a warning about disk 0) |
||
Line 1: | Line 1: | ||
This is an add-on section for completely recreating an SD card's filesystem using diskpart | This is an add-on section for completely recreating an SD card's filesystem using diskpart. This should only be done if formatting does not fix your issue or is not possible for some reason. | ||
This page is for Windows users only. If you are not on Windows, see the [[SD Clean/Mac|Mac]] and/or [[SD Clean/Linux|Linux]] pages instead. | This page is for Windows users only. If you are not on Windows, see the [[SD Clean/Mac|Mac]] and/or [[SD Clean/Linux|Linux]] pages instead. | ||
Line 9: | Line 9: | ||
# Launch <code>diskpart</code> by searching for <code>diskpart</code> in the Windows search bar. | # Launch <code>diskpart</code> by searching for <code>diskpart</code> in the Windows search bar. | ||
# Once diskpart is active in the new Command Prompt window, type <code>list disk</code>. | # Once diskpart is active in the new Command Prompt window, type <code>list disk</code>. | ||
# Find your SD card in the list of disks (hint: look for the size of your card), then type <code>select disk #</code>, where # is the disk number of your SD card. | # Find your SD card in the list of disks (hint: look for the size of your card), then type <code>select disk #</code>, where # is the disk number of your SD card.{{Warning | ||
| text = Never select disk 0! This will always be your main windows drive. | |||
}} | |||
# Type <code>list disk</code> again. You should now see a * next to your SD card. | # Type <code>list disk</code> again. You should now see a * next to your SD card. | ||
# Once you are absolutely sure that you have selected the right disk, type <code>clean</code>, then type <code>convert mbr</code>. | # Once you are absolutely sure that you have selected the right disk, type <code>clean</code>, then type <code>convert mbr</code>. | ||
# Close the diskpart window | # Close the diskpart window. | ||
# [[Formatting an SD card/Windows|Format the SD card]]. | |||
# | |||
# 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. | ||
[[Category:General guides]] | [[Category:General guides]] |
edits