Bill Balmant
Bill Balmant
It happens to me as well. A workaround so far is to disable compression via registry. ``` Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\btrfs] "Compress"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\btrfs\] "Compress"=dword:00000000 ``` After changes in...
It happens to me as well. A workaround so far is to disable compression via registry. ``` Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\btrfs] "Compress"=dword:00000000 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\btrfs\] "Compress"=dword:00000000 ``` After changes in...