## 合并分割文件
如果您将光盘转储到 FAT32 格式的设备上,您应该至少获得 2 个以 `.partX.iso` 结尾的文件。 它们需要合并在一起。
{: .notice--info}
## Windows
1. Copy all the files that share the same name and end with `.partX.iso` into an empty folder on your computer.
1. Open the folder in File Explorer.
1. While holding Shift, right click on an empty space within the folder.
1. Select "Open PowerShell window here".
1. In the new window that appears, type `cmd` and press enter.
1. Finally, type `copy /b *.part?.iso game.iso` and press enter.
1. Wait until it finishes. You can confirm this when "1 file(s) copied." appears.
## macOS/Linux
1. 将所有具有相同名称并以 `.partX.iso` 结尾的文件复制到电脑的一个文件夹中。
1. 打开终端。
1. 使用 `cd ` 命令,并将 `` 替换为 `.partX.iso` 文件的路径。
1. 使用以下命令: `cat \*.part?.iso > game.iso`。
要正确分类驱动器的游戏,您需要使用 [Wii Backup Manager](wiibackupmanager)。
{: .notice--info}