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 Formatting changes.
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.. 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.
##* 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>