From owner-freebsd-questions@FreeBSD.ORG Mon Feb 1 01:17:27 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB44A1065676 for ; Mon, 1 Feb 2010 01:17:27 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from dc.cis.okstate.edu (dc.cis.okstate.edu [139.78.103.93]) by mx1.freebsd.org (Postfix) with ESMTP id 7847B8FC21 for ; Mon, 1 Feb 2010 01:17:27 +0000 (UTC) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by dc.cis.okstate.edu (8.14.2/8.13.8) with ESMTP id o111HIsX072261 for ; Sun, 31 Jan 2010 19:17:18 -0600 (CST) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <201002010117.o111HIsX072261@dc.cis.okstate.edu> To: freebsd-questions@freebsd.org Date: Sun, 31 Jan 2010 19:17:18 -0600 From: Martin McCormick Subject: Re: Swap Partition First? Something is still Wrong. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2010 01:17:27 -0000 When referring to the slices in a FreeBSD partition, which is correct, ad0s1a or ad0s1-1? One of the problems in setting up install.cfg is that I am not sure if it is not configuring the disk because the designations are wrong or if I am telling fdisk to do something that it can't do. ad0s1-1=ufs 77116032 / 1 ad0s1-2=swap 0 or should it be ad0s1a and ad0s1b? When using ad0s1a and ad0s1b, there are no error messages, but it also didn't create the swap partition. Thank you. Martin McCormick