3DS:Rebuild Title Database: Difference between revisions
From Hacks Guide Wiki
More actions
StupidRepo (talk | contribs) m Formatting changes. |
StupidRepo (talk | contribs) m Remove double dots. Tags: Mobile edit Mobile web edit |
||
| Line 66: | Line 66: | ||
# Open up a terminal window, and enter the following commands one at a time: | # Open up a terminal window, and enter the following commands one at a time: | ||
## <code>watch lsblk</code> | ## <code>watch lsblk</code> | ||
##* After running this command, re-insert the SD card into your computer | ##* After running this command, re-insert the SD card into your computer. The terminal window should now show a new partition of some kind. '''This is the SD card's partition'''. For example, <code>sda -> sda1</code> may have appeared after re-inserting the SD card. Keep this in mind, as you'll need it later. | ||
##* Once you see what partition the SD card is, press <kbd><kbd>Ctrl</kbd> + <kbd>C</kbd></kbd> to stop monitoring the output of <code>lsblk</code> | ##* Once you see what partition the SD card is, press <kbd><kbd>Ctrl</kbd> + <kbd>C</kbd></kbd> to stop monitoring the output of <code>lsblk</code> | ||
## <code>fsck /dev/[partition]</code> | ## <code>fsck /dev/[partition]</code> | ||