1837179 Members
2639 Online
110113 Solutions
New Discussion

bdf : 100% used

 
SOLVED
Go to solution
LEROUXK
New Member

bdf : 100% used

With bdf I obtain :
kbytes used avail %used
6263351 5730092 0 100%
where are the 500 mb free ?

No process use this file system. I unmounted and mounted it but it did not resolve my problem. I know there is some free space because I can copy files into it.
Karine
4 REPLIES 4
Nico Schockaert
Trusted Contributor

Re: bdf : 100% used

Hello,

The difference is mostly due to the reserved minfree space on the filesystem (which is not represented in the "used" column of bdf). minfree defaults to 10% of overall filesystem size. You can display minfree for the filesystem in question with the command:

tunefs -v /dev/vg01/apps

Hope this helps,

Nico
Pete Ellis
Trusted Contributor
Solution

Re: bdf : 100% used

Is this a HFS file system. type tunefs -v /dev/vgxx/lvolx if it is and look for minfree, the default is 10%. This can be reduced using the -m option, see man tunefs
marc seguin
Regular Advisor

Re: bdf : 100% used

You were able to use this free space becoause you were certainly logged as 'root'. See tunefs for others users.
marc seguin
Regular Advisor

Re: bdf : 100% used

You were able to use this free space becoause you were certainly logged as 'root'. See tunefs for others users.