Thomas Guyot-Sionnest <[EMAIL PROTECTED]> writes: > 1. When using get_fs_usage on FreeBSD with a partition filled over 100% > (this can happen when disk usage grows beyond what's available to normal > users), fsu_bavail becomes insanely high.
It's wrapped around. coreutils+gnulib deals with this; I don't recall the details but you can read the source as well as I. > Although mountlist.c and fsusage.c support such filesystem sizes (I've > been able to check fake 80TiB partitions using sparse files on Linux) it > does not try to detect and use statvfs64. It shouldn't have to. Just use AC_SYS_LARGEFILE. You shouldn't be wasting your time with 32-bit file system interfaces.