diod是谷歌开发的9p文件系统工具。
安装diod
$:apt install diod
启动9pserver
$: diod -f -d 1 -n -e /tmp/9
mount 9p client
$: mouny -t diod -n localhost:/tmp/9 /mnt
进入/mnt 新建文件就可以在/tmp/9中看到刚才所建的文件。
在/mnt还可以利用dd测试9p文件系统的读写性能。
https://github.com/chaos/diod.git
https://github.com/chaos/diod.git
https://github.com/chaos/diod.git
https://github.com/chaos/diod.git
https://github.com/chaos/diod.git
https://github.com/chaos/diod.git
https://github.com/chaos/diod.git
https://github.com/chaos/diod.git
https://github.com/chaos/diod.git
本文介绍如何使用由谷歌开发的diod工具来搭建9p文件系统。通过简单的命令行操作即可完成9p server的部署及客户端的挂载,并可以在两者间进行文件的交互。此外,还提供了性能测试的方法。
2403

被折叠的 条评论
为什么被折叠?



