User Tools

Site Tools


nintendo_3ds

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
nintendo_3ds [2023/03/28 22:26] – Screen Capture rjtnintendo_3ds [2024/03/28 06:48] (current) – [Homebrew] pretendo.network rjt
Line 38: Line 38:
   * [[jksm|JK's Save Manager]] (JKSM) - Export and import save data.   * [[jksm|JK's Save Manager]] (JKSM) - Export and import save data.
   * [[Thenaya]] - Writing and ripping [[amiibo|amiibos]].   * [[Thenaya]] - Writing and ripping [[amiibo|amiibos]].
 +  * [[https://pretendo.network/|Pretendo Network]] - Homebrew effort to replace the shut-down Nintendo Network.
  
 ==== Screen Capture ==== ==== Screen Capture ====
Line 56: Line 57:
  
 Moving stuff to a new card is easy, just copy the directories over. Moving stuff to a new card is easy, just copy the directories over.
 +
 +Okay, I've since reformatted it to 32kB, based on [[https://3ds.hacks.guide/formatting-sd-(linux)|a guide I was reading]] to fix another problem---thought I may as well:
 +
 +  - ''lsblk'' to list devices, note ''NAME''
 +  - Unmount the disk ''sudo umount /dev/[NAME]''
 +  - Format with 32KB cluster size, FAT32 (FAT16 for small card):
 +    * 2GB or lower: ''sudo mkfs.fat /dev/[NAME] -s 64 -F 16''
 +    * 4–128GB: ''sudo mkfs.fat /dev/[NAME] -s 64 -F 32''
 +    * 128GB or higher: ''sudo mkfs.fat /dev/[NAME] -s 128 -F 32''
 +
 +nbjp You can check block size with ''stat -fc %s [PATH]'' or ''stat -fc %s .'' from a directory on the disk.
  
 ===== Hacking ===== ===== Hacking =====
nintendo_3ds.1680002801.txt.gz · Last modified: 2023/03/28 22:26 by rjt