View the namespace?

Is there a way to query the namespace akin to ‘ls’? I would like to
see which names are handled
by which servers, and in the case of the package filesystem, where
the actual files live, and if they have been spilled.


Art Hays
National Institutes of Health
avhays@nih.gov

Art Hays <avhays@nih.gov> wrote:

Is there a way to query the namespace akin to ‘ls’? I would like to
see which names are handled
by which servers, and in the case of the package filesystem, where
the actual files live, and if they have been spilled.


Art Hays
National Institutes of Health
avhays@nih.gov

Try:
df -Pk /usr
The ‘/usr’ can be any file your interested in.
I like to use -Pk with df. But tht’s just my personal preference.


Bill Caroselli – Q-TPS Consulting
1-(626) 824-7983
qtps@earthlink.net

Art Hays <avhays@nih.gov> wrote:

Is there a way to query the namespace akin to ‘ls’? I would like to
see which names are handled
by which servers, and in the case of the package filesystem, where
the actual files live, and if they have been spilled.

For fs-pkg you can use pkgctl to query a given file for it’s status and
location in /pkgs.

chris


Chris McKillop <cdm@qnx.com> “The faster I go, the behinder I get.”
Software Engineer, QSSL – Lewis Carroll –
http://qnx.wox.org/

Chris McKillop <cdm@qnx.com> wrote in message
news:b6am7b$erm$1@nntp.qnx.com

Art Hays <> avhays@nih.gov> > wrote:
Is there a way to query the namespace akin to ‘ls’? I would like to
see which names are handled
by which servers, and in the case of the package filesystem, where
the actual files live, and if they have been spilled.


For fs-pkg you can use pkgctl to query a given file for it’s status and
location in /pkgs.

There is “/proc/mount/”, but I don’t think we ever documented it.

-xtang

Xiaodan Tang wrote:

There is “/proc/mount/”, but I don’t think we ever documented it.

OK, you opened a can of worms now :wink: What is the interpretation
of the data in /proc/mount ?

Rennie

Rennie Allen <rallen@csical.com> wrote in message
news:3E8D9ACF.6050000@csical.com

Xiaodan Tang wrote:


There is “/proc/mount/”, but I don’t think we ever documented it.

OK, you opened a can of worms now > :wink: > What is the interpretation
of the data in /proc/mount ?

,,,,

Does this ring a bell ? :slight_smile:

“Handle” is an index given to a perticular attach, so that with same
nd/pid/chid/filetype, you can attach different name path with it.

-xtang