rizz.dev
homeaboutblogcontactGitHub
  1. Home
  2. /
  3. Glossary
  4. /
  5. 9P protocol
Glossary · term07 of 202

9P protocol

The network file-sharing protocol WSL2 uses to let Linux reach files on the Windows drive. Every read, write, or stat under /mnt/c travels over it, which is why those operations run far slower than native Linux filesystem calls.

also written as 9p · plan 9 filesystem protocol

Related terms
drvfsThe filesystem driver WSL2 uses to mount Windows drives like C into the Linux side. Any path under drvfs, such as /mnt/c, pays the 9P protocol tax that a native ext4 path never does.view term->wslpathA WSL command-line utility that converts a file path between its Linux form and its Windows form, so a tool on either side can use it correctly.view term->
At a glance
cited by
1 post
categories
1
first used
jul 2026
Appears in
  • 30 tips and tricks with Claude Code CLI on WSLClaude Code on WSL returns fewer search matches than exist when a repo sits on /mnt/c. A 2,000-file benchmark, plus 30 fixes for the WSL boundary.guides1 min
previous10-Knextabliteration