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
Last revisionBoth sides next revision
nintendo_3ds [2023/03/28 22:26] – Screen Capture rjtnintendo_3ds [2024/01/04 22:28] – [SD Card] better formatting info rjt
Line 56: Line 56:
  
 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.txt · Last modified: 2024/03/28 06:48 by rjt