HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vxfs/jfs: bavail vs. bfree
Operating System - HP-UX
1838589
Members
3363
Online
110128
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
05-11-2006 06:41 AM
05-11-2006 06:41 AM
vxfs/jfs: bavail vs. bfree
Mostly, these values (from fstyp -v) seem fairly close on our jfs/vxfs filesystems, like this:
f_bfree: 171000
f_bavail: 158784
Except for one filesystem (/var), similar sized to the above:
f_bfree: 82895
f_bavail: 0
Using bdf (or df) on /var shows 90% used, but some programs fail (vi won't create temporary files in /var/tmp.) However, at the same time, users (not just root) can copy files to /var without errors.
Thanks for any suggestions.
Paul
f_bfree: 171000
f_bavail: 158784
Except for one filesystem (/var), similar sized to the above:
f_bfree: 82895
f_bavail: 0
Using bdf (or df) on /var shows 90% used, but some programs fail (vi won't create temporary files in /var/tmp.) However, at the same time, users (not just root) can copy files to /var without errors.
Thanks for any suggestions.
Paul
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 07:12 AM
05-11-2006 07:12 AM
Re: vxfs/jfs: bavail vs. bfree
bavail normally means blocks available to a non-superuser but that should only apply to hfs filesystems. It would help if you displayed the entire fstyp -v output, the df -t output, the output of mkfs -F vxfs -m /dev/vg00/lvol8 (or whatever the device node for /var is) would also be helpful. Note that the -m version of mkfs does not create a filesystem but displays the options used to build the filesystem.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 10:33 AM
05-11-2006 10:33 AM
Re: vxfs/jfs: bavail vs. bfree
vxfs
version: 3
f_bsize: 1024
f_frsize: 1024
f_blocks: 819200
f_bfree: 78213
f_bavail: 0
f_files: 19200
f_ffree: 1073771904
f_favail: 1073771904
f_fsid: 1073741832
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 0
f_fsindex: 7
f_size: 819200
--------
mkfs -F vxfs -o ninode=unlimited,bsize=1024,version=3,inosize=256,logsize=1024,nolargefiles /dev/vg00/rlvol8 819200
version: 3
f_bsize: 1024
f_frsize: 1024
f_blocks: 819200
f_bfree: 78213
f_bavail: 0
f_files: 19200
f_ffree: 1073771904
f_favail: 1073771904
f_fsid: 1073741832
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 0
f_fsindex: 7
f_size: 819200
--------
mkfs -F vxfs -o ninode=unlimited,bsize=1024,version=3,inosize=256,logsize=1024,nolargefiles /dev/vg00/rlvol8 819200
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP