Remove filesystem limits for pre-3.0-current systems.
Also rewrite an answer to be more clear.
This commit is contained in:
parent
4c6b10478c
commit
02c459bde3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24537
1 changed files with 13 additions and 39 deletions
|
@ -2054,15 +2054,11 @@ sectors/track: 63</screen>
|
|||
<table>
|
||||
<title>Maximum file sizes</title>
|
||||
|
||||
<tgroup cols="5">
|
||||
<tgroup cols="3">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>fs block size</entry>
|
||||
|
||||
<entry>2.2.7-stable</entry>
|
||||
|
||||
<entry>3.0-current</entry>
|
||||
|
||||
<entry>works</entry>
|
||||
|
||||
<entry>should work</entry>
|
||||
|
@ -2075,10 +2071,6 @@ sectors/track: 63</screen>
|
|||
|
||||
<entry>4T-1</entry>
|
||||
|
||||
<entry>4T-1</entry>
|
||||
|
||||
<entry>4T-1</entry>
|
||||
|
||||
<entry>>4T</entry>
|
||||
</row>
|
||||
|
||||
|
@ -2087,10 +2079,6 @@ sectors/track: 63</screen>
|
|||
|
||||
<entry>>32G</entry>
|
||||
|
||||
<entry>8T-1</entry>
|
||||
|
||||
<entry>>32G</entry>
|
||||
|
||||
<entry>32T-1</entry>
|
||||
</row>
|
||||
|
||||
|
@ -2099,10 +2087,6 @@ sectors/track: 63</screen>
|
|||
|
||||
<entry>>128G</entry>
|
||||
|
||||
<entry>16T-1</entry>
|
||||
|
||||
<entry>>128G</entry>
|
||||
|
||||
<entry>32T-1</entry>
|
||||
</row>
|
||||
|
||||
|
@ -2111,10 +2095,6 @@ sectors/track: 63</screen>
|
|||
|
||||
<entry>>512G</entry>
|
||||
|
||||
<entry>32T-1</entry>
|
||||
|
||||
<entry>>512G</entry>
|
||||
|
||||
<entry>64T-1</entry>
|
||||
</row>
|
||||
|
||||
|
@ -2123,10 +2103,6 @@ sectors/track: 63</screen>
|
|||
|
||||
<entry>>2048G</entry>
|
||||
|
||||
<entry>64T-1</entry>
|
||||
|
||||
<entry>>2048G</entry>
|
||||
|
||||
<entry>128T-1</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
@ -2143,14 +2119,10 @@ sectors/track: 63</screen>
|
|||
size is 4K.</para>
|
||||
|
||||
<para>For block sizes of 8K and larger, everything should be
|
||||
limited by the 2G-1 limit on fs block numbers, but is actually
|
||||
limited by the 1G-1 limit on fs block numbers, except under
|
||||
-STABLE triple indirect blocks are unreachable, so the limit is
|
||||
the maximum fs block number that can be represented using
|
||||
double indirect blocks (approx. (blocksize/4)^2 +
|
||||
(blocksize/4)), and under -CURRENT exceeding this limit may
|
||||
cause problems. Using the correct limit of 2G-1 blocks does
|
||||
cause problems.</para>
|
||||
limited by the 2G-1 limit on fs block numbers, but is
|
||||
actually limited by the 1G-1 limit on fs block numbers.
|
||||
Using the correct limit of 2G-1 blocks does cause
|
||||
problems.</para>
|
||||
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
@ -2163,12 +2135,14 @@ sectors/track: 63</screen>
|
|||
</question>
|
||||
|
||||
<answer>
|
||||
<para>You can boot by specifying the kernel directly at the second
|
||||
stage, pressing any key when the | shows up before loader is
|
||||
started. More specifically, you have upgraded the source for
|
||||
your kernel, and installed a new kernel builtin from them
|
||||
<emphasis>without making world</emphasis>. This is not
|
||||
supported. Make world.</para>
|
||||
<para>Because your world and kernel are out of synch. This
|
||||
is not supported. Be sure you use <command>make
|
||||
buildworld</command> and <command>make
|
||||
buildkernel</command> to update your kernel.</para>
|
||||
|
||||
<para>You can boot by specifying the kernel directly at the
|
||||
second stage, pressing any key when the | shows up before
|
||||
loader is started.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue