The shared directory cannot copy large files to the virtual machine.
Describe the issue The shared directory cannot copy large files to the virtual machine. report error: 一个意外错误使你无法复制该文件。如果你继续收到此错误,可以使用错 误代码来搜素有关此问题的帮助。 错误 Ox80O700DF: 文件大小超出允许的限制,无法保存。
Configuration
- UTM Version: 3.1.0
- OS Version: Macbook14 12.2.1
- Intel or Apple Silicon? Apple Silicon
Upload VM
The virtual machine system is win11 arm
@zwb124 Are you using Win 11 Arm Preview version? It has a file transfer limitation. You can edit the registry like below.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters] "FileSizeLimitInBytes"=dword:ffffffff
@zwb124 Are you using Win 11 Arm Preview version? It has a file transfer limitation. You can edit the registry like below.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters] "FileSizeLimitInBytes"=dword:ffffffff
Just follow your method. Thank you very much
@aisobe Is there a performance reason on why the default is not larger ? It worked like a charm
@zwb124 Are you using Win 11 Arm Preview version? It has a file transfer limitation. You can edit the registry like below.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters] "FileSizeLimitInBytes"=dword:ffffffff
@zwb124 Are you using Win 11 Arm Preview version? It has a file transfer limitation. You can edit the registry like below.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters] "FileSizeLimitInBytes"=dword:ffffffff
What if the file size is bigger than 4~5 GB? Because it seems that the maximum limit allowed is 3.99 GB or so