df -h 看硬盘占用率是不准确的,一定是显示不到 100%。但实际上可能已经磁盘满了。 必须用 btrfs fi df <path> 和 btrfs fi usage <path> 来看硬盘占用率。
df -h
btrfs fi df <path>
btrfs fi usage <path>