Created
January 21, 2024 12:15
-
-
Save CGarces/bead08d670e0fc99032a28147fe63cfe to your computer and use it in GitHub Desktop.
mount ext4 on windows 10 with WSL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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