Given an afs mouted filesystem, can I discover what IP address or DNS name it is served from? Can I learn anything about the drive/partition it occupies on the serving machine?

Background: I am user (no access to root privileges[+]) at a site that makes extensive use of afs to mount remote disks. Most stuff on most machines exists in a giant tree under /afs, but in some cases a few files systems are mounted elsewhere. One such filesystem is available on some machines and not on others, and I would like to search for it in the big tree before contacting the administrators to ask for help.

[+] Which would be why I choose Super User rather than Server Fault, but I am willing to be migrated if that is believed to be advantageous.

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Different parts of the /afs space is served from different servers. You can find out what volume a path is in by running fs examine on it, then running vos examine on that volume name will give you what server(s) it is served from. The whole tree is made up of volumes mounted inside of other volumes, so run fs examine on the path you are interested in.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.