> if LC_ALL=C BLOCKSIZE= BLOCK_SIZE= df --portability $datadir/. | tail -n 1 | awk '{ exit ($4>4096) }'; then Isn't this very 'hackish'? Isn't there an API that could be used instead of a UI to query this value?