Skip to content

Commit

Permalink
Main > Live (#2010)
Browse files Browse the repository at this point in the history
* Doc updates about resolving .local names (#1999)

* update docs about resolving .local names

* add notfound instruction

* update

* Add more context and some formatting

* add build number

---------

Co-authored-by: Catalin-Emil Fetoiu <cfetoiu@microsoft.com>
Co-authored-by: Matt Wojciakowski <mattwoj@microsoft.com>

* Update basic-commands.md (typo teh to the) (#2006)

* Prevent content from being translated in other language documents that should not be translated (#2000)

For example in Simplified Chinese documentation the value ”true“ is translated as ”是“ actually it should not be translated https://learn.microsoft.com/zh-cn/windows/wsl/wsl-config#main-wsl-settings

* Update wsl2-mount-disk.md

* Remove Microsoft Store for Business reference (#2009)

---------

Co-authored-by: Cătălin Emil Fetoiu <fetoiucatalinemil@gmail.com>
Co-authored-by: Catalin-Emil Fetoiu <cfetoiu@microsoft.com>
Co-authored-by: Carlos Rafael Ramirez <crramirez@users.noreply.github.com>
Co-authored-by: zwJimRaynor <102346076+zwJimRaynor@users.noreply.github.com>
Co-authored-by: Craig Loewen <crloewen@microsoft.com>
  • Loading branch information
6 people authored Aug 27, 2024
1 parent ff506c1 commit 06f5e05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WSL/enterprise.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Set up Windows Subsystem for Linux for your company
description: Resources and instructions on how to best use the Windows Subsystem for Linux in an Enterprise environment.
ms.date: 11/15/2023
ms.date: 08/16/2024
ms.topic: article
---

Expand Down Expand Up @@ -60,7 +60,7 @@ What is commonly referred to as an "image", is simply a snapshot of your softwar

To begin creating your WSL image, first [install the Windows Subsystem for Linux](./install.md).

Once installed, use The Microsoft Store for Business to download and install the Linux distribution that’s right for you. Create an account with the [Microsoft Store for Business](https://businessstore.microsoft.com/).
Once installed, use the [Microsoft Store](https://apps.microsoft.com/search?query=wsl&hl) to download and install the Linux distribution that’s right for you.

### Exporting your WSL image

Expand Down
2 changes: 1 addition & 1 deletion WSL/wsl2-mount-disk.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ wsl --mount <DiskPath> --partition <PartitionNumber> --type <Filesystem>

Once mounted, the disk can be accessed under the path pointed to by the config value: `automount.root`. The default value is `/mnt/wsl`.

From Windows, the disk can be accessed from File Explorer by navigating to: `\\wsl$\\<Distro>\\<Mountpoint>` (pick any Linux distribution).
From Windows, the disk can be accessed from File Explorer by navigating to: `\\wsl$\<Distro>\<Mountpoint>` (pick any Linux distribution).

## Unmount the disk

Expand Down

0 comments on commit 06f5e05

Please sign in to comment.