[OpenAFS-port-darwin] RC5 Kernel Panics

Chaskiel M Grundman cg2v@andrew.cmu.edu
Sun, 29 Jan 2006 14:34:00 -0500


--On Sunday, January 29, 2006 11:22:34 AM -0800 Jim Brown 
<jhbrown@stanford.edu> wrote:

> what is the best way to determine if the afs daemon (service) is actually
> running?

You could stat / and /afs and see if their st_dev members match. If they 
don't, then /afs isa mountpoint, and afs is probably running.
you could run any number of fs commands and see if they produce sensible 
output. 'fs wscell' or 'fs getcacheparms' probably make the most sense.