Operating System - HP-UX
1757942 Members
3336 Online
108866 Solutions
New Discussion юеВ

Make bdf show type of filesystem?

 
SOLVED
Go to solution
Ryan Clerk
Frequent Advisor

Make bdf show type of filesystem?

Hello everyone,

I am working on a script to provide information about all the mounted filesystems under HPUX 11i. Is there a way to make bdf show the type of filesystem? I've read the man pages but I must be missing something.


Thanks, Ryan
5 REPLIES 5
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: Make bdf show type of filesystem?

Hi:

Bdf won't do this but df -n or mount -p or mount -n will do the trick. Man df, 1m mount for details.
If it ain't broke, I can fix that.
Helen French
Honored Contributor

Re: Make bdf show type of filesystem?

Hi Ryan:

Another command to do the task:

# fstyp -v
# man fstyp

HTH,
Shiju
Life is a promise, fulfill it!
S.K. Chan
Honored Contributor

Re: Make bdf show type of filesystem?

Now sure if this is what you wanted ..
# bdf -t hfs
==> shows HFS only
# bdf -t vxfs
==> shows VXFS only
Sanjay_6
Honored Contributor

Re: Make bdf show type of filesystem?

Hi Ryan,

This is a script posted by Andreas Voss. Thought it might be useful to you,

Hope this helps.

Regds
H.Merijn Brand (procura
Honored Contributor

Re: Make bdf show type of filesystem?

Use 'di' from http://www.gentoo.com/di/
Once you are used to this very fine replacement of df and bdf, you never understand how you could ever have survived without it (no joke)
Enjoy, Have FUN! H.Merijn