fix typo in the Mount WSL partition on Arch Linux article
This commit is contained in:
@@ -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
|
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 mkdir /mnt/wsl
|
||||||
sudo mount /dev/ndb0 /mnt/wsl
|
sudo mount /dev/nbd0 /mnt/wsl
|
||||||
```
|
```
|
||||||
|
|
||||||
Now you can transfer files or chroot into it.
|
Now you can transfer files or chroot into it.
|
Reference in New Issue
Block a user