Operating System - HP-UX
1834053 Members
2516 Online
110063 Solutions
New Discussion

available space + Used space does not match allocated space

 
SOLVED
Go to solution
Amit Manna_6
Regular Advisor

available space + Used space does not match allocated space

HI
Why does the available space + Used space does not match allocated space for a filesystem

What is the rest of the portion used for?

5 REPLIES 5
Vibhor Kumar Agarwal
Esteemed Contributor

Re: available space + Used space does not match allocated space

There is some space reserved for inode table, boot blocks, etc.
Vibhor Kumar Agarwal
Wessam Aly
Frequent Advisor
Solution

Re: available space + Used space does not match allocated space

Hi,

Sometimes, 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.
The manual said the program requires Windows 95 or better, so I installed Linux !
Kasper Hedensted
Trusted Contributor

Re: available space + Used space does not match allocated space

Hi,

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
Siju Jose_1
Frequent Advisor

Re: available space + Used space does not match allocated space

Hi

Check for the minfree part in the manpage of tunefs

Siju
Mahesh Kumar Malik
Honored Contributor

Re: available space + Used space does not match allocated space

Hi Amit

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