From owner-freebsd-questions Tue Jun 5 3:24:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.khmere.com (sdsl-216-36-70-194.dsl.sjc.megapath.net [216.36.70.194]) by hub.freebsd.org (Postfix) with ESMTP id B9A3B37B403; Tue, 5 Jun 2001 03:24:11 -0700 (PDT) (envelope-from list@khmere.com) Received: from khmere.com (ns2.khmere.com [216.36.70.196]) by ns1.khmere.com (8.11.3/8.8.7) with ESMTP id f55AO9O71735; Tue, 5 Jun 2001 03:24:09 -0700 (PDT) Message-ID: <3B1CB347.DAC04203@khmere.com> Date: Tue, 05 Jun 2001 03:24:07 -0700 From: Nathan X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-hackers@freebsd.org Subject: documentation help, installation and the swap partition Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am trying to document how the partitions are laid out in FreeBSD and I have noticed that the installation will place the sector offsets of the b (swap) partition before the last partition. And will also place the sector offsets of the largest partition as the last regardless to its name (ie: d or h) The question is why ? is it due to performance reasons ? or safety ? or other ? I have looked for specific documentation on this but I can't seem to find it. thanks in advance ! -nb here is an example: # size offset fstype [fsize bsize bps/cpg] a: 262144 0 4.2BSD 1024 8192 16 # (Cyl. 0 - 260*) ######swap partition sectors start right befiore the d partitions sectors ######## b: 1048576 18087936 swap # (Cyl. 17944*- 18984*) c: 60036417 0 unused 0 0 # (Cyl. 0 - 59559*) ###### d is the last in sectors but, the 3rd usable partition (a, b, d ) ####### d: 40899905 19136512 4.2BSD 1024 8192 16 # (Cyl. 18984*- 59559*) e: 524288 262144 4.2BSD 1024 8192 16 # (Cyl. 260*- 780*) f: 524288 786432 4.2BSD 1024 8192 16 # (Cyl. 780*- 1300*) g: 8388608 1310720 4.2BSD 1024 8192 16 # (Cyl. 1300*- 9622*) h: 8388608 9699328 4.2BSD 1024 8192 16 # (Cyl. 9622*- 17944*) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message