#284·duf

`-only` 和 `-json` 不能一起使用, `-only fuse` 根本不起作用

作者: quantenzitrone创建于 2024年9月1日更新于 2025年11月7日

重现问题

json 无过滤:

  1. 运行 duf -only local -jsonduf -only special -json
  2. 观察所有设备在 json 中被打印出来(对于我来说,是 special、local 和 fuse)

只有 fuse 无法工作:

  1. 运行 duf -all
  2. 查看一些(对于我来说是一个) fuse 文件系统
  3. 运行 duf -only fuse
  4. 观察没有任何内容被打印出来