This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| win10:wsl [2025/11/07 16:18] – [Files] Bernard Condrau | win10:wsl [2025/11/08 13:33] (current) – [Osiris, Cassandra, Hera, Vulcan, Hercules, Poseidon, Iapetus] Bernard Condrau | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Windows Subsystem for Linux - Debian 10.3 ===== | ====== Windows Subsystem for Linux - Debian 10.3 ===== | ||
| - | ===== Cassandra, Hera, Vulcan, Hercules, Poseidon, Iapetus ===== | + | ===== Osiris, |
| + | This guide has been tested under Windows 10 / Debian 10 and Windows 11 / Debian 13. | ||
| ===== Installation ===== | ===== Installation ===== | ||
| - Enable " | - Enable " | ||
| Line 40: | Line 41: | ||
| * Access Files within WSL: Once mounted, you can navigate to the < | * Access Files within WSL: Once mounted, you can navigate to the < | ||
| ls -l</ | ls -l</ | ||
| - | * Unmount and Detach (after use): When you are finished, unmount the disk within WSL and detach the VHDX from Windows. | + | * Unmount and Detach (after use): When you are finished, unmount the disk within WSL and detach the VHDX from Windows.< |
| - | Code | + | wsl --unmount < |
| - | + | | |
| - | | + | |
| - | wsl --unmount < | + | select vdisk file="< |
| - | If you used Mount-VHD: | + | detach vdisk</ |
| - | Code | + | |
| - | + | ||
| - | | + | |
| - | If you used diskpart: | + | |
| - | Code | + | |
| - | + | ||
| - | | + | |
| - | select vdisk file="< | + | |
| - | detach vdisk | + | |
| - | Alternative Method (for viewing only): | + | |
| - | For simply viewing the contents of an ext4.vhdx file without mounting, you can use tools like 7-Zip. 7-Zip can open and browse the contents of various disk image formats, including ext4.vhdx, allowing you to extract files without needing to mount the entire disk. | + | |
| ===== SSH Server ===== | ===== SSH Server ===== | ||