Skip to content

Commit 0b2c3eb

Browse files
authored
Update wsl2-mount-disk.md (#979)
simple change; spelling correction; word mounting
1 parent 5c91433 commit 0b2c3eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WSL/wsl2-mount-disk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)