3DS:Rebuild Title Database: Difference between revisions
From Hacks Guide Wiki
More actions
StupidRepo (talk | contribs) m So sorry! Fixed another mistake. 😓 |
StupidRepo (talk | contribs) 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>) | ||
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 | ** 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 | ** 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 | ** Choose option 1 for "<code>correct</code>". | ||
Eventually, you will see the following: | Eventually, you will see the following: | ||