Skip to content

Commit 5403c99

Browse files
authored
Corrected Install a Distro to a different drive
Corrected spelling of "instead"
1 parent 452c949 commit 5403c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tips/install-different-drive.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ From there, using that file, import it back as a new distribution using this com
1717

1818
`wsl --import <DistroName> <InstallLocation> <FileName>`
1919

20-
Make sure to choose an install location that's under a new drive, and a useful distro name. Keep in mind that you won't be able to access this distro using the classic distro launcher app anymore (as that is referencing the old distro stored on your C drive), you will instaed need to run `wsl -d <DistroName>` or you can set it as your default with `wsl -s <DistroName>` and use `wsl` to access this distro in the future.
20+
Make sure to choose an install location that's under a new drive, and a useful distro name. Keep in mind that you won't be able to access this distro using the classic distro launcher app anymore (as that is referencing the old distro stored on your C drive), you will instead need to run `wsl -d <DistroName>` or you can set it as your default with `wsl -s <DistroName>` and use `wsl` to access this distro in the future.
2121

2222
You will need to be on Windows 10 version 1903 or higher to access this feature. Check out [this blog post](https://devblogs.microsoft.com/commandline/whats-new-for-wsl-in-windows-10-version-1903/) for more info.

0 commit comments

Comments
 (0)