Ben Chuanlong Du's Blog

It is never too late to learn.

Dual Boot Linux and Windows

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Mount the Windows File System

When you dual boot your machine with Linux (e.g., Ubuntu) and Windows, the Windows disk/partition might not be mounted automatically. In that case, you …

Tips on WSL 2

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Installation & Update

Run the following command in an command window with administrator privileges to install WSL 2.

wsl --install

Run the following command to check the version of WSL.

wsl -l …