UTM icon indicating copy to clipboard operation
UTM copied to clipboard

The shared directory cannot copy large files to the virtual machine.

Open zwb124 opened this issue 3 years ago • 5 comments

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

ConfigurationVersion 2 Debug Display ConsoleFont Menlo ConsoleFontSize 12 ConsoleOnly ConsoleTheme Default DisplayCard virtio-ramfb DisplayDownscaler linear DisplayRetina DisplayUpscaler nearest Drives DriveName cdrom0 ImageType cd InterfaceType usb Removable DriveName drive0 ImagePath data.qcow2 ImageType disk InterfaceType nvme DriveName drive3B69BBE1-CE2E-43FB-8DB5-572C251373F4 ImagePath efi_vars.fd ImageType none InterfaceType Info Icon windows Input InputInvertScroll InputLegacy Networking NetworkCard virtio-net-pci NetworkCardMAC DA:6E:A0:A5:6F:B5 NetworkMode shared Printing Sharing ClipboardSharing DirectoryReadOnly DirectorySharing Usb3Support UsbRedirectMax 3 Sound SoundCard intel-hda SoundEnabled System Architecture aarch64 BootDevice BootUefi CPU default CPUCount 4 MachineProperties highmem=off Memory 4096 RngEnabled SystemUUID 2BCCA292-D7D6-469E-922D-CB6CFBEDC04C Target virt UseHypervisor

zwb124 avatar Feb 22 '22 03:02 zwb124

The virtual machine system is win11 arm

zwb124 avatar Feb 22 '22 04:02 zwb124

@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

aisobe avatar Mar 19 '22 15:03 aisobe

@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

zwb124 avatar Mar 20 '22 23:03 zwb124

@aisobe Is there a performance reason on why the default is not larger ? It worked like a charm

pilattebe avatar Jan 23 '23 13:01 pilattebe

@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

magiciankiff avatar Feb 06 '24 17:02 magiciankiff