我在使用 XCOPY 将文件夹和文件从压缩的 NTFS 文件夹复制到 FAT32 卷(实际上是 USB 驱动器)的根目录时遇到了问题。在我看来,这似乎是 Windows 或 Xcopy 的一个错误。该命令在复制到 FAT32 卷上的文件夹时有效,但在复制到根目录时无效。如果标准的非压缩文件夹是源文件夹,则该命令有效。可以省略 /herky 开关,但我仍然会收到错误。
L:\e2b\Update agFM>dir %TEMP%\ventoy
Volume in drive C is HDD0 SSD 500GB
Volume Serial Number is 4837-AFF5
Directory of C:\temp\compressed\ventoy
20/10/2022 09:20 <DIR> .
20/10/2022 09:20 <DIR> ..
13/06/2021 12:29 <DIR> EFI
13/09/2022 16:36 <DIR> grub
13/09/2022 16:36 <DIR> tool
13/09/2022 16:35 <DIR> ventoy
0 File(s) 0 bytes
6 Dir(s) 38,648,127,488 bytes free
L:\e2b\Update agFM>xcopy /herky C:\temp\compressed\ventoy\EFI L:\EFI
C:\temp\compressed\ventoy\EFI\BOOT\bootaa64.efi
C:\temp\compressed\ventoy\EFI\BOOT\bootmips.efi
C:\temp\compressed\ventoy\EFI\BOOT\ventoyia32.efi
C:\temp\compressed\ventoy\EFI\BOOT\ventoyx64.efi
4 File(s) copied
L:\e2b\Update agFM>xcopy /herky C:\temp\compressed\ventoy L:\
File creation error - The parameter is incorrect.
Unable to create directory - L:\
0 File(s) copied
L:\e2b\Update agFM>copy C:\temp\compressed\ventoy\efi\BOOT\bootaa64.efi l:\
1 file(s) copied.
L:\e2b\Update agFM>del l:\bootaa64.efi
L:\e2b\Update agFM>