Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
459
Widok
0
30/06/2023 11:31 am
Topic starter
any example?
1 Answer
0
30/06/2023 11:36 am
Topic starter
- Open power shell as administrator
- type:
wsl --shutdown
- Disable disk compression!
- Right click on *.VHDX file of system (in my case is ext4.vhd)
- go to "Advanced"
- Uncheck "Compress"
- Open Command (cmd.exe)
- type
diskpart
- type
select vdisk file="c:\full\path\to\ext4.vhdx"
- type
compact vdisk
- Done, now close cmd window
- Now start ubuntu as usual
This post was modified 1 rok temu by mrmucha