HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- New file system installed
Operating System - HP-UX
1833760
Members
2508
Online
110063
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
Go to solution
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-30-2000 09:42 AM
05-30-2000 09:42 AM
Hello,
I just added a new disk using pvcreate and then used vgcreate and then lvcreate to set up a new but unused disk. I have NO files in this lv and it is mounted. When I do a BDF command I get the following output for that lv:
Filesystem kbytes used avail %used Mounted on
/dev/vg02/lvol1 2003481 9 1803123 0% /facts
Looking at this it seemd as if 9kb is being used. It tells me that %used is 0%. But if you look at kbytes and avail columns it is very strange. 2003481 kbytes with 1803123 avail. That looks like 200MBs of space. Is this space being used for something?
Any ideas? Is this the LVM overhead but the manual said it would vary up to 400kb?
Any help would be appreciated.
Thank you.
Sanjay Tailor.
I just added a new disk using pvcreate and then used vgcreate and then lvcreate to set up a new but unused disk. I have NO files in this lv and it is mounted. When I do a BDF command I get the following output for that lv:
Filesystem kbytes used avail %used Mounted on
/dev/vg02/lvol1 2003481 9 1803123 0% /facts
Looking at this it seemd as if 9kb is being used. It tells me that %used is 0%. But if you look at kbytes and avail columns it is very strange. 2003481 kbytes with 1803123 avail. That looks like 200MBs of space. Is this space being used for something?
Any ideas? Is this the LVM overhead but the manual said it would vary up to 400kb?
Any help would be appreciated.
Thank you.
Sanjay Tailor.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2000 10:03 AM
05-30-2000 10:03 AM
Solution
You are seeing the result of minfree which is typically set to 10%. This is to ensure that any files allocated do not become fragmented. Root can continue to use space after after the disk is full. If a root process fills up a filesystem, bdf will show the disk as 111% full. In this case, you can be sure that the last file written was badly fragmented as it had to suck up all remaining space.
Take a look at "man tunefs".
Take a look at "man tunefs".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2000 10:28 AM
05-31-2000 10:28 AM
Re: New file system installed
Please note too that "tunefs" only applies to HFS type filesystems. Normally, the default of this is 10% of total fs space, but you can tune it all the way down to 2% assuming that it contain databases. This would give you more room to put files. If you're using JFS or VxFS, there's not much you can do with this overhead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2000 10:16 PM
06-01-2000 10:16 PM
Re: New file system installed
Space is needed on any filesystem for the directory structures. For HFS, there are preallocated cylinder groups and super blocks. VxFS has a small number of structures but these are built on the fly. minfree can be any value including 0. If set to zero, then as the filesystem nears 90% full, finding new space will take a significant amount of time. The minfree value also allows root to login and perform tasks on a 100% full filesystem (/ should have minfree set to about 5-10% for safety).
For HFS, you can reduce the overhead by increasing the block size from 8k to 64k with newfs. This is ideal when you have few files but they are large in size.
Bill Hassell, sysadmin
For HFS, you can reduce the overhead by increasing the block size from 8k to 64k with newfs. This is ideal when you have few files but they are large in size.
Bill Hassell, sysadmin
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