How do I retrieve basic information about an afs mounted filesystem

dmckee --- ex-moderator kitten

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.

Klas Lindfors

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.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How do I get information about the type of connection of a WebRTC PeerConnection?

How can I retrieve the contents of a Zope filesystem?

Alpine Linux - root mounted as ro iso9660 filesystem how can I remount as rw overlay?

How do I get information about recently connected USB device?

How do I retrieve information from the document of the current logged in user of my app?

How does vkEnumeratePhysicalDevices retrieve information about the system configuration?

How do I retrieve information online using python?

IBM Cloud: How do I retrieve information about private endpoints from credentials or service bindings?

How can I Allocate More Space to a Filesystem Mounted on /?

How do I check where devices are mounted?

How can I mount an AFS filesystem?

How do I deploy/retrieve module version information for a modular maven project?

How can I export a /dev/mapper mounted filesystem via NFS?

How to check if a filesystem is mounted with a script

How can I install things on a mounted filesystem?

How do I rename a mounted Truecrypt volume?

xfs_repair , complain about contains a mounted and writable filesystem

XL-Deploy: How to retrieve information about an Exection Plan Step?

Can I change the filesystem of a mounted disk?

How to check a mounted filesystem for errors in a reliable way

How to retrieve information about certificate in WebServiceTemplate?

How do I retrieve a specific information on firebase database?

how do I use this information to retrieve the returned data in python

How do I retrieve parent information for a child query?

How do i retrieve information from firebase Authorization

How do I retrieve the information thats in the chrome "Source" tab with python?

How do I retrieve the information about the price of a stock during the after hours, or the pre-market?

How can I retrieve information about a line drawn with matplotlib?

How can I silently get an access token to retrieve information about currently logged in user from the windows graph API?