Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!samsung!noose.ecn.purdue.edu!orchestra.ecn.purdue.edu!songer From: songer@orchestra.ecn.purdue.edu (Christopher M Songer) Newsgroups: comp.unix.internals Subject: Re: Swap Data for SUN OS - Refining the question Summary: drive name from vnode Keywords: swap data Message-ID: <1990Oct2.150555.19405@ecn.purdue.edu> Date: 2 Oct 90 15:05:55 GMT References: <1990Oct1.194009.2990@ecn.purdue.edu> Sender: songer@ecn.purdue.edu Distribution: usa Organization: Purdue University Engineering Computer Network Lines: 11 OK, I found the right symbol. _swapinfo seems to be the one, it is the head of a linked list of all the swap devices and all the info about their current state. I can get the vnode associated with it. I can get the vfs the vnode is a part of. I cannot find an inode. I need the disk name. Any pointers on how to get from a vnode or a vfs to the disk name would be more than appreciated. Thanks, Chris Songer songer@ecn.purdue.edu