From b1f730221d7ab1a3a632cb314812c0973c389a6a Mon Sep 17 00:00:00 2001 From: Scott Long Date: Sat, 9 Oct 2004 03:33:19 +0000 Subject: [PATCH] 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. --- en/releases/5.3R/todo.sgml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/en/releases/5.3R/todo.sgml b/en/releases/5.3R/todo.sgml index 827dcf5529..c70b11d754 100644 --- a/en/releases/5.3R/todo.sgml +++ b/en/releases/5.3R/todo.sgml @@ -1,7 +1,7 @@ - + %includes; %developers; @@ -90,16 +90,6 @@ models. - - Reports of UFS2 "large disk" problems - &status.wip - &a.scottl; - 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. - - Entropy harvesting optimizations &status.wip;