我正在使用一个java程序。它会自动在目录中创建日志文件,但我自己以不同的方式使用tee
. 我找不到一种简单的方法来禁用日志,所以我求助于使用 nullfs。
我克隆了它
git clone https://github.com/xrgtn/nullfs.git
我跑了
make nul1fs
按照指示。它在一秒钟内终止,输出如下:
cc "-lfuse" nul1fs.c -o nul1fs
nul1fs.c:13:18: fatal error: fuse.h: No such file or directory
compilation terminated.
make: *** [nul1fs] Error 1
我尝试apt-get source fuse
将 fuse.h 复制到 nullfs 目录中,但没有任何改变。我安装了 FUSE。我正在运行 Debian wheezy x86_64。