1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-08-31 20:21:49 +02:00

Move remaining pages to VitePress

This commit is contained in:
lifehackerhansol
2024-09-27 08:25:01 -07:00
parent ad3bf97f76
commit 31c21268c5
2828 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,71 @@
---
title: "格式化 SD 卡(透過 Windows)"
---
{% include toc title="條目內容" %}
### 必讀事項
本篇替您的 3DS 格式化記憶卡的附加章節。
如果您的 3DS 已能正常讀取該 SD 卡,那您則不需遵守此指南。
本教學僅適用於 Windows 使用者。 如果您的系統不是 Windows請參閱 [格式化 SD 卡 (透過 Linux)](formatting-sd-(linux)) 或 [格式化 (透過 Mac)](formatting-sd-(mac))。
### 必備項目
* **32GB 或更小的 SD 卡:**最新版本的 [SD Formatter](https://www.sdcard.org/downloads/formatter/sd-memory-card-formatter-for-windows-download/)
* **64GB 或更大的 SD 卡:**最新版本的 [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm)
### 操作步骤(32GB 及以下容量)
1. 將 SD 卡插入至電腦中
1. 如果此 SD 卡中含有任何重要的檔案及資料夾,請在格式化前將這些檔案備份於您的電腦中
1. 解壓下載的 `.zip` 檔案,然後使用管理員權限開啟 `SD Card Formatter Setup`(`.exe` 檔案),按照提示安裝程式
1. 在開始選單中找到 `SD Card Formatter`,並將其開啟
1. 在『Select card』中選擇您的 SD 卡磁碟代號
請確保您選擇的裝置是您的 SD 卡,否則您可能會不小心格式化錯的磁碟!
{: .notice--danger}
1. 如有需要,請為您的 SD 卡輸入新名稱
1. 請勾選『Quick Format』
1. 點選『Format』
1. 點選『OK』
1. 等待格式化完成
1. 點選『OK』
1. 關閉 SD Card Formatter
1. 如果此 SD 卡中先前含有任何檔案及資料夾,請將這些檔案從電腦中複製回 SD 卡中
### 操作步骤(64GB 及以上容量)
1. 將 SD 卡插入至電腦中
1. 如果此 SD 卡中含有任何重要的檔案及資料夾,請在格式化前將這些檔案備份於您的電腦中
1. 執行 `guiformat.exe`
1. 選擇您的 SD 卡磁碟代號
請確保您選擇的裝置是您的 SD 卡,否則您可能會不小心格式化錯的磁碟!
{: .notice--danger}
1. 於『Allocation unit size』選擇大小
+ 如果您的 SD 卡容量為 64GB請選 32768
+ If the SD card is larger than 64GB, choose 65536
1. 如有需要,請為您的 SD 卡輸入新名稱
1. 請勾選『Quick Format』
1. 選擇『Start』
1. 點選『OK』
1. 等待格式化完成
1. 點選『Close』
1. 如果此 SD 卡中先前含有任何檔案及資料夾,請將這些檔案從電腦中複製回 SD 卡中
### Troubleshooting
* guiformat shows the error "Failed to open device: GetLastError()=32"
+ 關閉任何可能正在使用此 SD 卡的程式,如檔案總管。
+ If this issue persists, try reformatting the card to NTFS in File Explorer, close that window when it's done, and re-attempt the guiformat process.
* guiformat shows the error "GetLastError()=1117"
+ Your SD card write-protection switch may be [enabled](/images/sdlock.png). The lock must be flipped upwards to allow writing to the SD card (including formatting).
* SD card remains undetected by console or continues to display the wrong capacity after formatting
+ Your SD card may be partitioned or have unallocated space. Follow the instructions [here](https://wiki.hacks.guide/wiki/SD_Clean/Windows) to reformat your SD card.