Changes

Jump to: navigation, search

Disk quota, df and stat weird behaviour

1,114 bytes added, 14:25, 27 November 2006
Summary table is added
<math>s</math> - amount of space used by not [[VE]]s private area: templates, locks, etc.
'''
{| border="1" cellpadding="5" cellspacing="0" align="center"
|+'''Summarizing table'''
| colspan="2" | Quota off
| <math>total_{simfs} = total_{ext2}</math>
<math>free_{simfs} = free_{ext2}</math>
 
<math>avail_{simfs} = avail_{ext2}</math>
|-
| rowspan = 3 | Quota on
| <math>free_{ext2} \ge quota_{limit} - quota_{used}</math>
<math>avail_{ext2} \ge quota_{limit} - quota_{used}</math>
| <math>total_{simfs} = quota_{barrier}</math>
 
<math>free_{simfs} = quota_{limit} - quota_{used}</math>
 
<math>avail_{simfs} = quota_{limit} - quota_{used}</math>
|-
| <math>free_{ext2} \ge quota_{limit} - quota_{used}</math>
<math>avail_{ext2} \le quota_{limit} - quota_{used}</math>
| <math>total_{simfs} = quota_{barrier}</math>
 
<math>free_{simfs} = quota_{limit} - quota_{used}</math>
 
<math>avail_{simfs} = avail_{ext2}</math>
|-
| <math>free_{ext2} \le quota_{limit} - quota_{used}</math>
<math>avail_{ext2} \le quota_{limit} - quota_{used}</math>
| <math>total_{simfs} = total_{ext2} - ( quota_{barrier} - quota_{usage} )</math>
 
<math>free_{simfs} = free_{ext2}</math>
 
<math>avail_{simfs} = avail_{ext2}</math>
|}
-----
TODO: add info about inconsistent quota problems
172
edits

Navigation menu