- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: filesystem overhead
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
02-20-2004 01:38 AM
02-20-2004 01:38 AM
filesystem overhead
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2004 01:45 AM
02-20-2004 01:45 AM
Re: filesystem overhead
If you create a 4GB vxfs filesystem you will have very close to 4GB available for you to use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2004 01:49 AM
02-20-2004 01:49 AM
Re: filesystem overhead
This thread is helpful.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=98595
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2004 01:54 AM
02-20-2004 01:54 AM
Re: filesystem overhead
Whith HFS there is some, but nowadays not even /stand has to be HFS.
So an additional advise is to keep ninode low (512).
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2004 01:56 AM
02-20-2004 01:56 AM
Re: filesystem overhead
The standard "overhead" for a VG is one PE per VG. The default PE size is 4MB, but can & in some cases must be larger to accomodate very large VG sizes.
Then at the FS level you have the space for the metadata - basically the superblock & inode table which contains the intent log. The default intent log size is 1024 blocks. Blocks can be 1,2,4 or 8K in size and the block sized defines the intent log size & block sizes can be specified when the FS is created. Block size default is determined by FS size. The larger the FS size the larger the block size default, but can be overridden with the -b option of the newfs command.
With the mkfs command you can use -o bsize= to define the block size, -o inosize= to define the inode structure size, and -o logsize= to define the intent log size in X blocks with a minimum of 32 & max of 16384 depending on block size.
Man newfs_vxfs & mkfs_vxfs for greater detail.
HTH,
Jeff