Skip to content

Instantly share code, notes, and snippets.

@CGarces
Created January 21, 2024 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CGarces/bead08d670e0fc99032a28147fe63cfe to your computer and use it in GitHub Desktop.
Save CGarces/bead08d670e0fc99032a28147fe63cfe to your computer and use it in GitHub Desktop.
mount ext4 on windows 10 with WSL
GET-CimInstance -query "SELECT * from Win32_DiskDrive"
wsl --mount \\.\PHYSICALDRIVE1
wsl --unmount \\.\PHYSICALDRIVE1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment