Skip to content

Commit a34db96

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/WSL
2 parents 1cc5d57 + 3a1ee7d commit a34db96

2 files changed

Lines changed: 14 additions & 12 deletions

File tree

WSL/faq.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### YamlMime:FAQ
22
metadata:
3-
title: Frequently Asked Questions (FAQ)
3+
title: FAQ's about Windows Subsystem for Linux
44
description: "Find answers to frequently asked questions (FAQs) about the Windows Subsystem for Linux, such as 'What can I do with WSL?'."
55
keywords: BashOnWindows, bash, wsl, windows, windowssubsystem, faq
66
ms.date: 09/15/2020
@@ -33,7 +33,7 @@ sections:
3333
3434
![Screenshot of distro details](media/distro.png)
3535
36-
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`:
3737
3838
![Screenshot of mounted C drive](media/ls.png)
3939
@@ -71,7 +71,7 @@ sections:
7171
answer: |
7272
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.
7373
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/)
7575
7676
- question: |
7777
Can I run ALL Linux apps in WSL?
@@ -96,7 +96,7 @@ sections:
9696
- question: |
9797
How do I access my C: drive?
9898
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.
100100
101101
**/mnt/\<drive letter>/**
102102
@@ -126,7 +126,7 @@ sections:
126126
127127
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`.
128128
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/)
130130
131131
- question: |
132132
Are files in the Linux drive different from the mounted Windows drive?
@@ -177,7 +177,7 @@ sections:
177177
lxrun /uninstall /full
178178
```
179179
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)).
181181
182182
- question: |
183183
Why does ping generate permission denied errors?
@@ -220,8 +220,10 @@ sections:
220220
Some users have reported issues with specific firewall applications blocking internet access in WSL. The firewalls reported are:
221221
222222
1. Kaspersky
223-
1. AVG
224-
1. Avast
223+
2. AVG
224+
3. Avast
225+
4. Symantec Endpoint Protection
226+
5. F-Secure
225227
226228
In some cases turning off the firewall allows for access. In some cases simply having the firewall installed looks to block access.
227229
@@ -235,7 +237,7 @@ sections:
235237
answer: |
236238
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.
237239
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.
239241
240242
- question: |
241243
Where can I provide feedback?
@@ -248,5 +250,5 @@ sections:
248250
249251
If you'd like to stay up to date with the latest WSL news you can do so with:
250252
251-
* Our [command-line team blog](https://blogs.msdn.microsoft.com/commandline/)
253+
* Our [command-line team blog](https://devblogs.microsoft.com/commandline/)
252254
* Twitter. Please follow [@craigaloewen](https://twitter.com/craigaloewen) on Twitter to learn of news, updates, etc.

WSL/wsl2-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### YamlMime:FAQ
22
metadata:
3-
title: WSL 2 Frequently Asked Questions
3+
title: FAQ's about Windows Subsystem for Linux 2
44
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?'."
55
keywords: BashOnWindows, bash, wsl, wsl2, windows, windows subsystem for linux, windowssubsystem, ubuntu, debian, suse, windows 10, install
6-
ms.date: 05/30/2019
6+
ms.date: 04/07/2021
77
ms.topic: article
88
ms.assetid: 7afaeacf-435a-4e58-bff0-a9f0d75b8a51
99
ms.custom: seodec18

0 commit comments

Comments
 (0)