Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 310 Bytes

cheatsheet-wsl.md

File metadata and controls

26 lines (19 loc) · 310 Bytes

wsl

List distribution ans state

wsl --list --verbose
wsl -l -v

Shutdown

wsl --shutdown
wsl --terminate Ubuntu

Mount/Unmount EXT4 Under Windows Linux Subsystem

wsl --mount \\.\PHYSICALDRIVE0 --partition 2 --type ext4
wsl --unmount \\.\PHYSICALDRIVE0