From owner-svn-doc-head@FreeBSD.ORG Tue Nov 20 18:25:07 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3BF6B1EC; Tue, 20 Nov 2012 18:25:07 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 210078FC15; Tue, 20 Nov 2012 18:25:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAKIP6M4072032; Tue, 20 Nov 2012 18:25:07 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAKIP6BU072030; Tue, 20 Nov 2012 18:25:06 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201211201825.qAKIP6BU072030@svn.freebsd.org> From: Eitan Adler Date: Tue, 20 Nov 2012 18:25:06 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40111 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2012 18:25:07 -0000 Author: eadler Date: Tue Nov 20 18:25:06 2012 New Revision: 40111 URL: http://svnweb.freebsd.org/changeset/doc/40111 Log: The question relating to restrictions on how to divide a disk is irrelevant. Noted by: scottl Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Tue Nov 20 18:25:04 2012 (r40110) +++ head/en_US.ISO8859-1/books/faq/book.xml Tue Nov 20 18:25:06 2012 (r40111) @@ -1476,26 +1476,6 @@ - - Are there any restrictions on how I divide the disk - up? - - - - Yes. You must make sure that your root partition is - below 1024 cylinders so the BIOS can boot the kernel from it. - (Note that this is a limitation in the PC's BIOS, not - &os;). - - For a SCSI drive, this will normally imply that the root - partition will be in the first 1024 MB (or in the first - 4096 MB if extended translation is turned on — see - previous question). For IDE, the corresponding figure is - 504 MB. - - - - Is &os; compatible with any disk managers?