View | Details | Raw Unified | Return to bug 41598
Collapse All | Expand All

(-)doc/en_US.ISO8859-1/books/faq/book.sgml (+22 lines)
Lines 6176-6181 Link Here
6176
          describing how to do this.</para>
6176
          describing how to do this.</para>
6177
        </answer>
6177
        </answer>
6178
      </qandaentry>
6178
      </qandaentry>
6179
      
6180
      <qandaentry>
6181
        <question id="disk-more-than-full">
6182
          <para>How is it possible for a partition to be more than 100%
6183
            full?</para>
6184
        </question>
6185
        
6186
        <answer>
6187
          <para>A portion of each UFS partition (8%, by default) is
6188
            reserved for use by the operating system and the root user. 
6189
            <command>df</command> does not count that space when
6190
            calculating the <literal>Capacity</literal> column, so it can
6191
            exceed 100%.  Also, you'll notice that the
6192
            <literal>Blocks</literal> column is always greater than the
6193
            sum of the <literal>Used</literal> and
6194
            <literal>Avail</literal> columns, usually by a factor of
6195
            8%.</para>
6196
6197
          <para>For more details, look up the <option>-m</option> option
6198
            in &man.tunefs.8;.</para>
6199
        </answer>
6200
      </qandaentry>
6179
    </qandaset>
6201
    </qandaset>
6180
  </chapter>
6202
  </chapter>

Return to bug 41598