You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also access your local machine’s filesystem from within the Linux Bash shell – you’ll find your local drives mounted under the `/mnt` folder. For example, your `C:` drive is mounted under `/mnt/c`:
36
+
You can also access your local machine’s file system from within the Linux Bash shell – you’ll find your local drives mounted under the `/mnt` folder. For example, your `C:` drive is mounted under `/mnt/c`:
37
37
38
38

39
39
@@ -71,7 +71,7 @@ sections:
71
71
answer: |
72
72
While working with OSS projects, there are numerous scenarios where it’s immensely useful to drop into Bash from a PowerShell prompt. Bash support is complementary and strengthens the value of the command-line on Windows, allowing PowerShell and the PowerShell community to leverage other popular technologies.
73
73
74
-
Read more on the PowerShell team blog -- [Bash for Windows: Why it’s awesome and what it means for PowerShell](https://blogs.msdn.microsoft.com/powershell/2016/04/01/bash-for-windows-why-its-awesome-and-what-it-means-for-powershell/)
74
+
Read more on the PowerShell team blog -- [Bash for Windows: Why it’s awesome and what it means for PowerShell](https://devblogs.microsoft.com/powershell/bash-for-windows-why-its-awesome-and-what-it-means-for-powershell/)
75
75
76
76
- question: |
77
77
Can I run ALL Linux apps in WSL?
@@ -96,7 +96,7 @@ sections:
96
96
- question: |
97
97
How do I access my C: drive?
98
98
answer: |
99
-
Mount points for hard drives on the local machine are automatically created and provide easy access to the Windows filesystem.
99
+
Mount points for hard drives on the local machine are automatically created and provide easy access to the Windows file system.
100
100
101
101
**/mnt/\<drive letter>/**
102
102
@@ -126,7 +126,7 @@ sections:
126
126
127
127
Using your mounted drives, you can edit code in, for example, `C:\dev\myproj\` using [Visual Studio](https://visualstudio.microsoft.com/vs/) / or [VS Code](https://code.visualstudio.com/), and build/test that code in Linux by accessing the same files via `/mnt/c/dev/myproj`.
128
128
129
-
> **IMPORTANT NOTE**: One of the key limitations of using WSL is that directly accessing/changing files in your Linux distros' filesystem using Windows apps or tools is not supported. See: [Do not change Linux files using Windows apps and tools](https://blogs.msdn.microsoft.com/commandline/2016/11/17/do-not-change-linux-files-using-windows-apps-and-tools/)
129
+
> **IMPORTANT NOTE**: One of the key limitations of using WSL is that directly accessing/changing files in your Linux distros' file system using Windows apps or tools is not supported. See: [Do not change Linux files using Windows apps and tools](https://devblogs.microsoft.com/commandline/do-not-change-linux-files-using-windows-apps-and-tools/)
130
130
131
131
- question: |
132
132
Are files in the Linux drive different from the mounted Windows drive?
@@ -177,7 +177,7 @@ sections:
177
177
lxrun /uninstall /full
178
178
```
179
179
180
-
WSL distributions installed from the store can be uninstalled like any other Windows app, by right-clicking on the app tile and clicking Uninstall, or via PowerShell using the [`Remove-AppxPackage` cmdlet](/previous-versions//hh856038(v=technet.10)).
180
+
WSL distributions installed from the store can be uninstalled like any other Windows app, by right-clicking on the app tile and clicking Uninstall, or via PowerShell using the [`Remove-AppxPackage` cmdlet](https://docs.microsoft.com/powershell/module/appx/remove-appxpackage)).
181
181
182
182
- question: |
183
183
Why does ping generate permission denied errors?
@@ -220,8 +220,10 @@ sections:
220
220
Some users have reported issues with specific firewall applications blocking internet access in WSL. The firewalls reported are:
221
221
222
222
1. Kaspersky
223
-
1. AVG
224
-
1. Avast
223
+
2. AVG
224
+
3. Avast
225
+
4. Symantec Endpoint Protection
226
+
5. F-Secure
225
227
226
228
In some cases turning off the firewall allows for access. In some cases simply having the firewall installed looks to block access.
227
229
@@ -235,7 +237,7 @@ sections:
235
237
answer: |
236
238
The best way to backup or move your distros is via the export/import commands available in Windows Version 1809 and later. You can export your entire distribution to a tarball using the `wsl --export` command. You can then import this distro back into WSL using the `wsl --import` command, which can name a new drive location for the import, allowing you to backup and save states of (or move) your WSL distributions.
237
239
238
-
Please note that traditional backup services that backup files in your Appdata folders (like Windows Backup) will not corrupt your Linux files.
240
+
Please note that traditional backup services that backup files in your AppData folders (like Windows Backup) will not corrupt your Linux files.
239
241
240
242
- question: |
241
243
Where can I provide feedback?
@@ -248,5 +250,5 @@ sections:
248
250
249
251
If you'd like to stay up to date with the latest WSL news you can do so with:
250
252
251
-
* Our [command-line team blog](https://blogs.msdn.microsoft.com/commandline/)
253
+
* Our [command-line team blog](https://devblogs.microsoft.com/commandline/)
252
254
* Twitter. Please follow [@craigaloewen](https://twitter.com/craigaloewen) on Twitter to learn of news, updates, etc.
Copy file name to clipboardExpand all lines: WSL/wsl2-faq.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
### YamlMime:FAQ
2
2
metadata:
3
-
title: WSL 2 Frequently Asked Questions
3
+
title: FAQ's about Windows Subsystem for Linux 2
4
4
description: "Find answers to frequently asked questions (FAQs) about the Windows Subsystem for Linux 2, like 'Can I run WSL 2 on a virtual machine?'."
5
5
keywords: BashOnWindows, bash, wsl, wsl2, windows, windows subsystem for linux, windowssubsystem, ubuntu, debian, suse, windows 10, install
0 commit comments