> 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.