- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- available space + Used space does not match alloca...
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
07-04-2005 12:37 AM
07-04-2005 12:37 AM
Why does the available space + Used space does not match allocated space for a filesystem
What is the rest of the portion used for?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2005 12:45 AM
07-04-2005 12:45 AM
Re: available space + Used space does not match allocated space
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2005 01:15 AM
07-04-2005 01:15 AM
SolutionSometimes, if you delete a very large file (a few gigabytes in size) or a file that is opened in memory, the filesystem psace will not be updated immediately.. it may sometimes take days to update the reported filesystem size.
a quick fix is to stop any processes on that filesystem..if that does not help, then stop processes and umount/mount the filesystem.
This will hopefully help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2005 01:24 AM
07-04-2005 01:24 AM
Re: available space + Used space does not match allocated space
On a HFS filesystem you can specify a percentage of space that is not available to normal users.
The default is 10%
see tunefs(1M)
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2005 04:22 AM
07-04-2005 04:22 AM
Re: available space + Used space does not match allocated space
Check for the minfree part in the manpage of tunefs
Siju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2005 06:51 PM
07-04-2005 06:51 PM
Re: available space + Used space does not match allocated space
Some space on disk is reserved for inode tables and boot blocks. Usually it is 10%,that is why available space + Used space does not match allocated space
Regards
Mahesh