Skip to content

Commit 1e2177d

Browse files
authored
Capitalize “Linux” in doc title (#962)
1 parent b639cf6 commit 1e2177d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

WSL/wsl2-mount-disk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Get started mounting a linux disk in WSL 2 (preview)
2+
title: Get started mounting a Linux disk in WSL 2 (preview)
33
description: Learn how to set up a disk mount in WSL 2 and how to access it.
44
keywords: wsl, windows, windowssubsystem, gnu, linux, bash, disk, ext4, filesystem, mount
55
ms.date: 06/08/2020
66
ms.topic: article
77
ms.localizationpriority: medium
88
---
99

10-
# Get started mounting a linux disk in WSL 2 (preview)
10+
# Get started mounting a Linux disk in WSL 2 (preview)
1111

1212
If you want to access a Linux disk format that isn't supported by Windows, you can use WSL 2 to mount your disk and access its content.
1313

@@ -170,4 +170,4 @@ If `Diskpath` is omitted, all attached disks are unmounted and detached.
170170

171171
- USB flash drives are not supported at this time and will fail to attach to WSL 2. USB disks are supported though.
172172

173-
- Only filesystems that are natively supported in the kernel can be mounted by `wsl --mount`. This means that it's not possible to use installed filesystem drivers (such as ntfs-3g for example) by calling `wsl --mount`.
173+
- Only filesystems that are natively supported in the kernel can be mounted by `wsl --mount`. This means that it's not possible to use installed filesystem drivers (such as ntfs-3g for example) by calling `wsl --mount`.

0 commit comments

Comments
 (0)