是否有任何单个 linux 命令或单个系统调用可以通过它获取所有 4 个信息(总计、已使用、免费、保留)?
我检查了以下内容:
df: does not give reserve disk space
stat(): does not give reserve disk space
statfs(): gives total and free only
我尝试使用“tune2fs -l /dev/vda1”作为保留,但 tune2fs 和 df 命令的输出之间存在一些差异。总数不是已使用、免费和保留的总和。