> Is there some easy way to get the mount points for some volume?
For one volume, given the volume ID, on the server:
/usr/afs/bin/salvager initcmd /viceXX -volumeid NNNNNNNNNN \
-nowrite -showlog -showmounts
It's also easy to write a find -type d | xargs fs lsm that will
work from any client, but won't stop at volume boundaries.