diff --git a/docs/qemu.md b/docs/qemu.md
index 7970924f7af652982abe33e27e7bf4a4719659fa..c9559d899b4363087a2c13e63e3c7abb37689daf 100644
--- a/docs/qemu.md
+++ b/docs/qemu.md
@@ -43,7 +43,7 @@ rebuild QEMU.
 To mount host folder in QEMU, simply run:
 
 ```bash
-$ mount_shared <mount_point>
+$ mount -t 9p -o trans=virtio host <mount_point>
 ```
 # 5. SLiRP user networking
 To enable SLiRP user networking just set `QEMU_USERNET_ENABLE ?= y` in `common.mk`.