Fixed angle brackets encoding in articles

This commit is contained in:
2023-09-18 06:23:25 +03:00
parent a7d1d58a9c
commit 175c2347b9
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ Firstly, mount your Windows disk C: on Linux. For it, run:
```
sudo pacman -S ntfs-3g
sudo mkdir -p /mnt/c
sudo mount /dev/<Windows partition name> /mnt/c
sudo mount /dev/&lt;Windows partition name> /mnt/c
```
WSL filesystem is stored as .vhdx file, so we will use qemu-nbd to mount it as usual disk drive.
@@ -26,7 +26,7 @@ sudo pacman -S qemu
Connect .vhdx file to nbd device:
```
sudo qemu-hbd -c /dev/nbd0 /mnt/c/<path to .vhdx file>
sudo qemu-hbd -c /dev/nbd0 /mnt/c/&lt;path to .vhdx file>
```
By default, path must look like Users/[user]/AppData/Local/Packages/[distro]/LocalState/[distroPackageName]/ext4.vhdx