From 13ab32cbbc407dce6f9a021faea86684e0ba9ead Mon Sep 17 00:00:00 2001 From: LucaVmu <124501188+LucaVmu@users.noreply.github.com> Date: Sat, 20 Jun 2026 12:34:47 +0200 Subject: [PATCH 1/2] Added a note about the archive bit issues with Windows --- docs/user_guide/all/sd_preparation.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/user_guide/all/sd_preparation.md b/docs/user_guide/all/sd_preparation.md index ae920829c..61342d9fb 100644 --- a/docs/user_guide/all/sd_preparation.md +++ b/docs/user_guide/all/sd_preparation.md @@ -56,6 +56,16 @@ Putting the `emummc.txt` file provided by this guide into `/atmosphere/hosts` wi ::: +::: warning + +**Issue with Windows** + +Windows often sets unintended archive bits on folders when copying to FAT32, which the switch can't interpret properly. To fix these unintended archive bits do this on the Switch: + +Boot into Hekate, then press Tools ➜ Arch bit • RCM Touch • Pkg1/2 ➜ Fix Archive Bit. + +::: + :::: tip Your microSD card should look similar to the image below. The `Nintendo` folder will not be present if your Switch has not already booted with the microSD card inserted and the `emuMMC` folder will not be present if you're following the sysCFW path of the guide/you haven't created an emuMMC! The `payload.bin` file will not be present if you're using an unpatched Switch, as it's only for modchipped console users. From d2f51ab8333fdb3eef1c282d5b1d5e0eeda07230 Mon Sep 17 00:00:00 2001 From: LucaVmu <124501188+LucaVmu@users.noreply.github.com> Date: Sat, 20 Jun 2026 13:15:00 +0200 Subject: [PATCH 2/2] Fixed typo --- docs/user_guide/all/sd_preparation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/all/sd_preparation.md b/docs/user_guide/all/sd_preparation.md index 61342d9fb..50b7ccd13 100644 --- a/docs/user_guide/all/sd_preparation.md +++ b/docs/user_guide/all/sd_preparation.md @@ -60,7 +60,7 @@ Putting the `emummc.txt` file provided by this guide into `/atmosphere/hosts` wi **Issue with Windows** -Windows often sets unintended archive bits on folders when copying to FAT32, which the switch can't interpret properly. To fix these unintended archive bits do this on the Switch: +Windows often sets unintended archive bits on folders when copying to FAT32, which the Switch can't interpret properly. To fix these unintended archive bits do this on the Switch: Boot into Hekate, then press Tools ➜ Arch bit • RCM Touch • Pkg1/2 ➜ Fix Archive Bit.