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>
|
<table>
|
||||||
<title>Maximum file sizes</title>
|
<title>Maximum file sizes</title>
|
||||||
|
|
||||||
<tgroup cols="5">
|
<tgroup cols="3">
|
||||||
<thead>
|
<thead>
|
||||||
<row>
|
<row>
|
||||||
<entry>fs block size</entry>
|
<entry>fs block size</entry>
|
||||||
|
|
||||||
<entry>2.2.7-stable</entry>
|
|
||||||
|
|
||||||
<entry>3.0-current</entry>
|
|
||||||
|
|
||||||
<entry>works</entry>
|
<entry>works</entry>
|
||||||
|
|
||||||
<entry>should work</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-1</entry>
|
|
||||||
|
|
||||||
<entry>>4T</entry>
|
<entry>>4T</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
@ -2087,10 +2079,6 @@ sectors/track: 63</screen>
|
||||||
|
|
||||||
<entry>>32G</entry>
|
<entry>>32G</entry>
|
||||||
|
|
||||||
<entry>8T-1</entry>
|
|
||||||
|
|
||||||
<entry>>32G</entry>
|
|
||||||
|
|
||||||
<entry>32T-1</entry>
|
<entry>32T-1</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
@ -2099,10 +2087,6 @@ sectors/track: 63</screen>
|
||||||
|
|
||||||
<entry>>128G</entry>
|
<entry>>128G</entry>
|
||||||
|
|
||||||
<entry>16T-1</entry>
|
|
||||||
|
|
||||||
<entry>>128G</entry>
|
|
||||||
|
|
||||||
<entry>32T-1</entry>
|
<entry>32T-1</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
@ -2111,10 +2095,6 @@ sectors/track: 63</screen>
|
||||||
|
|
||||||
<entry>>512G</entry>
|
<entry>>512G</entry>
|
||||||
|
|
||||||
<entry>32T-1</entry>
|
|
||||||
|
|
||||||
<entry>>512G</entry>
|
|
||||||
|
|
||||||
<entry>64T-1</entry>
|
<entry>64T-1</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
@ -2123,10 +2103,6 @@ sectors/track: 63</screen>
|
||||||
|
|
||||||
<entry>>2048G</entry>
|
<entry>>2048G</entry>
|
||||||
|
|
||||||
<entry>64T-1</entry>
|
|
||||||
|
|
||||||
<entry>>2048G</entry>
|
|
||||||
|
|
||||||
<entry>128T-1</entry>
|
<entry>128T-1</entry>
|
||||||
</row>
|
</row>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
@ -2143,14 +2119,10 @@ sectors/track: 63</screen>
|
||||||
size is 4K.</para>
|
size is 4K.</para>
|
||||||
|
|
||||||
<para>For block sizes of 8K and larger, everything should be
|
<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 2G-1 limit on fs block numbers, but is
|
||||||
limited by the 1G-1 limit on fs block numbers, except under
|
actually limited by the 1G-1 limit on fs block numbers.
|
||||||
-STABLE triple indirect blocks are unreachable, so the limit is
|
Using the correct limit of 2G-1 blocks does cause
|
||||||
the maximum fs block number that can be represented using
|
problems.</para>
|
||||||
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>
|
|
||||||
|
|
||||||
</answer>
|
</answer>
|
||||||
</qandaentry>
|
</qandaentry>
|
||||||
|
@ -2163,12 +2135,14 @@ sectors/track: 63</screen>
|
||||||
</question>
|
</question>
|
||||||
|
|
||||||
<answer>
|
<answer>
|
||||||
<para>You can boot by specifying the kernel directly at the second
|
<para>Because your world and kernel are out of synch. This
|
||||||
stage, pressing any key when the | shows up before loader is
|
is not supported. Be sure you use <command>make
|
||||||
started. More specifically, you have upgraded the source for
|
buildworld</command> and <command>make
|
||||||
your kernel, and installed a new kernel builtin from them
|
buildkernel</command> to update your kernel.</para>
|
||||||
<emphasis>without making world</emphasis>. This is not
|
|
||||||
supported. Make world.</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>
|
</answer>
|
||||||
</qandaentry>
|
</qandaentry>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue