- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ufs or hfs in bdf
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2008 06:44 AM
01-08-2008 06:44 AM
i don't understand why bdf (and bdf) shows me the same filesystem when i ask it for fstype ufs or hfs.
when i cat /etc/mnttab i've no ufs filesystem mounted.
someone can explains this strange behavior ?:
# bdf -t hfs
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol1 196656 84824 92160 48% /stand
# bdf -t ufs
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol1 196656 84824 92160 48% /stand
i've the same informations with df.
problem reproductible on all 11.* HP-UX version.
--
Regards,
Cedrick Gaillard
Solved! Go to Solution.
- Tags:
- ufs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2008 06:49 AM
01-08-2008 06:49 AM
Re: ufs or hfs in bdf
In HPUX 11.11 only /stand is HFS, all others default to vxfs as HFS is being obsoleted.
Not sure why it is a worry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2008 06:50 AM
01-08-2008 06:50 AM
Re: ufs or hfs in bdf
Give it a path
cd /path
bdf .
or
bdf /fileystemnaem
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2008 06:53 AM
01-08-2008 06:53 AM
Solutionhttp://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=959686
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2008 07:42 AM
01-08-2008 07:42 AM
Re: ufs or hfs in bdf
i understand better now :)
--
Regards,
Cedrick Gaillard