fix typo in the Mount WSL partition on Arch Linux article

This commit is contained in:
2025-06-06 17:05:10 +03:00
parent bd6cf38af1
commit 111aeb645a

View File

@@ -31,11 +31,11 @@ sudo qemu-hbd -c /dev/nbd0 /mnt/c/<path to .vhdx file>
By default, path must look like Users/[user]/AppData/Local/Packages/[distro]/LocalState/[distroPackageName]/ext4.vhdx
Finally, mount ndb device:
Finally, mount nbd device:
```
sudo mkdir /mnt/wsl
sudo mount /dev/ndb0 /mnt/wsl
sudo mount /dev/nbd0 /mnt/wsl
```
Now you can transfer files or chroot into it.