From 73f90bd5df2b2e4d36d8aa097a37608b4012ec01 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Fri, 10 Jul 2020 16:12:23 -0700 Subject: [PATCH 1/2] Users should format large SD cards with 64K alloc Currently, the guide instructs users to format SD cards with 32K allocation size in all cases. However, users with SD cards 128GB or larger should use 64K to prevent issues with some applications, including GBA VC. --- _pages/en_US/home.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/en_US/home.txt b/_pages/en_US/home.txt index 2d99705764..d048014228 100644 --- a/_pages/en_US/home.txt +++ b/_pages/en_US/home.txt @@ -82,7 +82,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https:// + If everything goes according to plan, you will lose no data and end up with everything that you started with (games, NNID, saves, etc will be preserved). + Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). -+ If you need to format a brand new SD card, you can use [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). ++ If you need to format a brand new SD card, you can use [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 128GB or larger, use an Allocation Unit Size of 64K (65536) instead. + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ From 62fc92865a15c8c4b9d3e6fd4af380949be6ccd1 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Fri, 24 Jul 2020 09:20:07 -0700 Subject: [PATCH 2/2] 128GB -> 32GB --- _pages/en_US/home.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/en_US/home.txt b/_pages/en_US/home.txt index d048014228..c41fea5007 100644 --- a/_pages/en_US/home.txt +++ b/_pages/en_US/home.txt @@ -82,7 +82,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https:// + If everything goes according to plan, you will lose no data and end up with everything that you started with (games, NNID, saves, etc will be preserved). + Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). -+ If you need to format a brand new SD card, you can use [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 128GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can use [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 32GB or larger, use an Allocation Unit Size of 64K (65536) instead. + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___