LateNiteTV said:i dont see it in ports.
theres an fstat in the base system... is that what youre looking for?
# locate fsstat
/usr/bin/nfsstat
/usr/include/nfsclient/nfsstats.h
/usr/share/man/man1/nfsstat.1.gz
/usr/share/man/man2/getfsstat.2.gz
/usr/src/lib/libc/sys/getfsstat.2
/usr/src/sys/nfsclient/nfsstats.h
/usr/src/usr.bin/nfsstat
/usr/src/usr.bin/nfsstat/Makefile
/usr/src/usr.bin/nfsstat/nfsstat.1
/usr/src/usr.bin/nfsstat/nfsstat.c
> file `which fsstat`
/usr/local/bin/fsstat: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.0 (800107), stripped
>
fronclynne said:Maybe sysutils/sleuthkit?
*goes off to install*
. . .
Indeed, it installs an executable named /usr/local/bin/fsstat
Code:> file `which fsstat` /usr/local/bin/fsstat: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 8.0 (800107), stripped >
# fsstat
Missing image name
usage: fsstat [-tvV] [-f fstype] [-i imgtype] [-o imgoffset] image
-t: display type only
-i imgtype: The format of the image file (use '-i list' for supported types)
-f fstype: File system type (use '-f list' for supported types)
-o imgoffset: The offset of the file system in the image (in sectors)
-v: verbose output to stderr
-V: Print version