Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FS question

Status
Not open for further replies.

mys

Programmer
Sep 25, 2001
3
IL
Hi,

I have a FS /view which is listed in df -k and mount output but is not listed in lsfs which shows /etc/filesystems.
where else could it be listed in?

command listings:

>lsfs
Name Nodename Mount Pt VFS Size Options Auto Accounting
/dev/hd4 -- / jfs 262144 -- yes no
/dev/hd1 -- /oldhome jfs -- -- no no
/dev/hd2 -- /usr jfs 2654208 -- yes no
/dev/hd9var -- /var jfs 262144 -- yes no
/dev/hd3 -- /tmp jfs 524288 -- yes no
/dev/hd10 -- /oracle jfs 4259840 rw yes no
/dev/hd11 -- /oracle/oradata jfs 8257536 rw yes no

> df -k
Filesystem 1024-blocks Free %Used Iused %Iused Mounted on
/dev/hd4 131072 116236 12% 1320 3% /
/dev/hd2 1327104 31516 98% 34791 11% /usr
/dev/hd9var 131072 115024 13% 469 2% /var
/dev/hd3 262144 202852 23% 235 1% /tmp
/dev/hd10 2129920 340516 85% 37851 8% /oracle
/dev/hd11 4128768 2059780 51% 32 1% /oracle/oradata
/view 131072 116236 12% 1320 3% /view
/export/home/qa 131072 116236 12% 1320 3% /home/qa

> mount
node mounted mounted over vfs date options
-------- --------------- --------------- ------ ------------ ---------------
/dev/hd4 / jfs Aug 26 18:03 rw,log=/dev/hd8
/dev/hd2 /usr jfs Aug 26 18:03 rw,log=/dev/hd8
/dev/hd9var /var jfs Aug 26 18:03 rw,log=/dev/hd8
/dev/hd3 /tmp jfs Aug 26 18:03 rw,log=/dev/hd8
/dev/hd10 /oracle jfs Aug 26 18:04 rw,log=/dev/hd8
/dev/hd11 /oracle/oradata jfs Aug 26 18:04 rw,log=/dev/hd8
auto.home /home autofs Aug 26 18:04 nobrowse,ignore
-xfn /xfn autofs Aug 26 18:04 ignore
-hosts /net autofs Aug 26 18:04 nosuid,nobrowse,ignore
/view /view mvfs Aug 26 18:05 rw,viewroot,nosuid
/export/home/qa /home/qa jfs Oct 25 12:15 rw
 

I don't think /view is a jfs...it is a mvfs...which is probably a Multi-Version Filesystem
which is a different driver, which means the lsfs probably wont show it...but
your mount will?
Maybe Clearcase? or some other program used on your machine?

Just a quick thought. Maybe someone else has ideas.
 
If your [tt]/view[/tt] filesystem is not predefined, then is not in your [tt]/etc/filesystems[/tt] file. Thus, it will not show on your [tt]lsfs[/tt] output!

I hope it works...
Unix was made by and for smart people.
 
Thanks,

It is a CLearCase.
I need to list the FS on remote computers in my programs.
I was wondering, where clearcase or other programs store the information that mount and df can use to show that view is mounted.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top