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

Checking SD card integrity/Linux: Difference between revisions

From Hacks Guide Wiki
fix overwight
move backup and format of the SD card to the actual instructions
 
(2 intermediate revisions by 2 users not shown)
Line 9: Line 9:


== Instructions ==
== Instructions ==
# Unzip the f3 <code>.zip</code>
# <code>cd</code> into the f3 directory
# Run <code>make</code> to compile F3
# Insert your SD card into your computer
# Insert your SD card into your computer
# Mount your SD card
# Mount your SD card
# Create a new folder on your desktop, which will be referred to as the backup folder from now on
# Copy everything from your SD card to the backup folder
# [[Formatting_an_SD_card/Linux|Format the SD card]]
# Extract the F3 <code>.zip</code> file
# Open a terminal window and <code>cd</code> into the F3 directory
# Run <code>make</code> to compile F3
# Run <code>./f3write <your SD card mount point></code>
# Run <code>./f3write <your SD card mount point></code>
# Wait until the process is complete. See below for an example output.
# Wait until the process is complete. See below for an example output.
Line 38: Line 41:
   Average Reading speed: 9.42 MB/s
   Average Reading speed: 9.42 MB/s


{{success|text=If the test shows the result <code>Data LOST: 0.00 Byte (0 sectors)</code>, your SD card is likely good. You can delete all <code>.h2w</code> files on your SD card.}}
{{success|text=If the test shows the result <code>Data LOST: 0.00 Byte (0 sectors)</code>, your SD card is likely good. You can delete all <code>.h2w</code> files on your SD card and then copy the contents of the backup folder back to it.}}


{{critical|text=If the test shows any other results, your SD card is failing. You will have to replace it!}}
{{critical|text=If the test shows any other results, your SD card is failing. You will have to replace it!}}
[[Category:General guides]]