2001-02-28 00:21:22 +01:00
|
|
|
This routine displays information on a file system such as its type,
|
|
|
|
the amount of disk space occupied, the total disk space and the number
|
|
|
|
of inodes.
|
|
|
|
|
|
|
|
It tries C<syscall(SYS_statfs)> and C<syscall(SYS_statvfs)> in several
|
|
|
|
ways. If all fails, it C<croak>s.
|
|
|
|
|
|
|
|
-Anton
|
2001-06-12 21:25:41 +02:00
|
|
|
<tobez@FreeBSD.org>
|