-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pre-check: destination is not compressed #23
Comments
Please upgrade severity, it wiped my WSL vhdx. Repro:
|
How did that tar file get removed? I'd expect the second run of the script to stop after exporting, since there is nothing to export anymore? 🤔 And in that case you should be able to manually import that .tar file. Do you have any logs of the two runs? |
Sorry didnt see any logs :-( I just reported my sequence of actions. Perhaps whenever you pick up this issue you could add to your tests to see if you get a repro? gl |
I have no idea if this is still an issue, as I don't use WSL at this time, but the issue is when the destination is compressed, not the source folder from which your import From memory, the core of the problem is that if the destination folder is marked as compressed, then Windows attempts to compress the newly-created |
Nothing off the top of my head, other than perhaps Microsoft has removed the limitation in Windows 11? |
I found this issue microsoft/WSL#4103 but weirdly I still can't reproduce this. |
Describe the bug
If the destination import directory is marked as "compressed", the import stage will fail due to
.vhdx
files not being compressable.Please add terminal output if possible:
Disabled compression on the destination folder.
Script version:
The text was updated successfully, but these errors were encountered: