M
Michele Dondi
under all conditions! (Un)fortunately I only have one filesystem that is
completely full, so I can't test it on other types (like NFS-mounted ones.)
# dd if=/dev/zero of=fs bs=1k count=100
100+0 records in
100+0 records out
102400 bytes (102 kB) copied, 0.000606 seconds, 169 MB/s
# losetup /dev/loop0 fs
# mke2fs -q /dev/loop0 100
# mkdir test
# mount -o loop fs test/
# df test/
Filesystem 1K-blocks Used Available Use% Mounted on
/tmp/fs 93 13 75 15% /tmp/test
Michele