[OpenAFS] howto list all mount points ?

Tom Fitzgerald tfitz@MIT.EDU
Wed, 19 Nov 2003 15:22:23 -0500


> is there a better way of listing all mountpoints in a specific cell
> then:
> 
> find /afs/net-labs.local/ -type d -noleaf -exec fs lsmount {} \;
> 2>/dev/null

salvager -nowrite -showmounts -showlog

run on a server will show all the mountpoints on that server.  It
can be limited to a specific partition or volume, but doesn't
work across servers.