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

MediaWiki:Common.css and Checking SD card integrity/Mac/legacy: Difference between pages

MediaWiki interface page
(Difference between pages)
No edit summary
 
add warning about formatting the SD beforehand
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
This is an add-on section for checking your SD card for errors using F3X.


/*
Depending on the size of your SD card and the speed of your computer, this process can take up to several hours!
NOTE: None of the CSS here loads for mobile devices.
Instead put it on [[MediaWiki:Mobile.css]].
Or use TemplateStyles if you are trying to style a template.
*/


#n-getsupport {
This page is for Mac users who are using '''macOS Sierra (10.12) and earlier'''. If you are not on macOS, check out the [[Checking SD card integrity/Windows|Windows]] or [[Checking SD card integrity/Linux|Linux]].
font-weight: bold;
}


html:not(.ve-activated) .ns-3010.rootpage-3DS_Troubleshooter.action-view #firstHeading {
{{info|text=If you're using a Mac on macOS 10.13 (High Sierra) and above, follow [[Checking SD card integrity/Mac|this page]] instead.}}
/*display: none;*/
border-bottom: none;
font-size: 0;
}


html:not(.ve-activated) .ns-3010.rootpage-3DS_Troubleshooter.action-view #contentSub .subpages {
<big>{{warning|text=Copy all of your SD's contents to your PC and then [[Formatting_an_SD_card|format the SD card]] before starting this guide. If you do not, F3X will be unable to test the parts of the SD that still have data in them.}}</big>
display: none;
}


a.image img {
== What You Need ==
max-width: 100%;
* The latest version of {{GitHub|insidegui/F3X/releases/latest|F3X}} (the <code>.zip</code> file)
height: auto;
}


/* not needed on the Main Page */
== Instructions ==
.page-Main_Page.approvedRevs-approved #contentSub,
# Unzip the F3X <code>.zip</code> file
.page-Main_Page.approvedRevs-approved #catlinks {
# Insert your SD card into your computer
display: none;
# Run the F3X app
}
# Select your SD card
# Press "Start Test"
# Wait until the process is complete


/*.page-Main_Page #firstHeading {
{{success|text=If the test shows the result <code>Success! Your card is ok!</code>, your SD card is likely good. You can delete all <code>.h2w</code> files on your SD card.}}
display: none;
 
}*/
{{critical|text=If the test shows any other results, your SD card is failing. You will have to replace it!}}
 
[[Category:General guides]]

Revision as of 00:08, 16 April 2024

This is an add-on section for checking your SD card for errors using F3X.

Depending on the size of your SD card and the speed of your computer, this process can take up to several hours!

This page is for Mac users who are using macOS Sierra (10.12) and earlier. If you are not on macOS, check out the Windows or Linux.

Info icon If you're using a Mac on macOS 10.13 (High Sierra) and above, follow this page instead.

Warning icon Copy all of your SD's contents to your PC and then format the SD card before starting this guide. If you do not, F3X will be unable to test the parts of the SD that still have data in them.

What You Need

  • The latest version of F3X (the .zip file)

Instructions

  1. Unzip the F3X .zip file
  2. Insert your SD card into your computer
  3. Run the F3X app
  4. Select your SD card
  5. Press "Start Test"
  6. Wait until the process is complete
Success icon If the test shows the result Success! Your card is ok!, your SD card is likely good. You can delete all .h2w files on your SD card.
Critical icon If the test shows any other results, your SD card is failing. You will have to replace it!