We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c91433 commit 0b2c3ebCopy full SHA for 0b2c3eb
1 file changed
WSL/wsl2-mount-disk.md
@@ -98,7 +98,7 @@ wsl --unmount <DiskPath>
98
99
## Command line reference
100
101
-### Mouting a specific filesystem
+### Mounting a specific filesystem
102
103
By default, WSL 2 will attempt to mount the device as ext4. To specify another filesystem, run:
104
@@ -115,7 +115,7 @@ wsl --mount <Diskpath> -t vfat
115
> [!NOTE]
116
> To list the available filesystems in WSL2, run: `cat /proc/filesystems`
117
118
-### Mouting a specific partition
+### Mounting a specific partition
119
120
By default, WSL 2 attempts to mount the entire disk. To mount a specific partition, run:
121
0 commit comments