Skip to content

Commit 70ce8f7

Browse files
Minor Mount updates (#987)
* Update refresh date * Update wsl2-mount-disk.md (#979) simple change; spelling correction; word mounting Co-authored-by: Abid Nasim <[email protected]>
1 parent cc81ebc commit 70ce8f7

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
@@ -2,7 +2,7 @@
22
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
5-
ms.date: 06/08/2020
5+
ms.date: 11/04/2020
66
ms.topic: article
77
ms.localizationpriority: medium
88
---
@@ -98,7 +98,7 @@ wsl --unmount <DiskPath>
9898

9999
## Command line reference
100100

101-
### Mouting a specific filesystem
101+
### Mounting a specific filesystem
102102

103103
By default, WSL 2 will attempt to mount the device as ext4. To specify another filesystem, run:
104104

@@ -115,7 +115,7 @@ wsl --mount <Diskpath> -t vfat
115115
> [!NOTE]
116116
> To list the available filesystems in WSL2, run: `cat /proc/filesystems`
117117
118-
### Mouting a specific partition
118+
### Mounting a specific partition
119119

120120
By default, WSL 2 attempts to mount the entire disk. To mount a specific partition, run:
121121

0 commit comments

Comments
 (0)