Retire the UFS2 item. sysinstall was fixed a while back to support >2TB.
fdisk and bsdlabel have design limitations the prevent them from working with >2TB, but they don't prevent one from using GPT or raw partitions to hold large UFS2 filesystems. growfs is still problematic, but a fix is being tested in HEAD now.
This commit is contained in:
parent
4beaab0580
commit
b1f730221d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22573
1 changed files with 1 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.91 2004/10/02 16:03:19 simon Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.92 2004/10/03 13:26:24 hrs Exp $">
|
||||
<!ENTITY title "FreeBSD 5.3 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -90,16 +90,6 @@
|
|||
models.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Reports of UFS2 "large disk" problems</td>
|
||||
<td>&status.wip</td>
|
||||
<td>&a.scottl;</td>
|
||||
<td>There have been several reports that growfs(8) works improperly
|
||||
with large disk sizes, and other size-related nits in the current
|
||||
disk and label management tool set. These must be resolved for
|
||||
5.3-RELEASE.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Entropy harvesting optimizations</td>
|
||||
<td>&status.wip;</td>
|
||||
|
|
Loading…
Reference in a new issue