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

3DS:Rebuild Title Database: Difference between revisions

From Hacks Guide Wiki
m So sorry! Fixed another mistake. 😓
m Formatting changes.
Line 71: Line 71:
##* <code>[partition]</code> is the partition that showed up in the terminal, when you inserted the SD card into your computer. (e.g. <code>fsck /dev/sda1</code> if the SD card showed up under <code>sda -> sda1</code>)
##* <code>[partition]</code> is the partition that showed up in the terminal, when you inserted the SD card into your computer. (e.g. <code>fsck /dev/sda1</code> if the SD card showed up under <code>sda -> sda1</code>)
##* If you see <code>fsck: command not found</code>, run the command with <code>sudo</code> (e.g. <code>sudo fsck ...</code>)
##* If you see <code>fsck: command not found</code>, run the command with <code>sudo</code> (e.g. <code>sudo fsck ...</code>)
# If your SD card's FAT32 partition was corrupted, you should be prompted with a few choices by <code>fsck</code>.


Here is a list of some choices you may need to give input to:
You should now be given a few prompts, containing some choices. Below are some possible prompts, and what you should answer with.
* There are differences between boot sector and its backup.
* <code>There are differences between boot sector and its backup.</code>
** Choose option <kbd>2</kbd> for "<code>copy backup to original</code>".
** Choose option 2 for "<code>copy backup to original</code>".
* Orphaned long file name part "[folder name]"
* <code>Orphaned long file name part "[folder name]"</code>
** Choose option <kbd>2</kbd> for "<code>leave it</code>".
** Choose option 2 for "<code>leave it</code>".
* Free cluster summary wrong <nowiki>(####### vs. really #######)</nowiki>
* <code>Free cluster summary wrong <nowiki>(####### vs. really #######)</nowiki></code>
** Choose option <kbd>1</kbd> for "<code>correct</code>".
** Choose option 1 for "<code>correct</code>".


Eventually, you will see the following:
Eventually, you will see the following: