From owner-freebsd-questions@FreeBSD.ORG Tue Nov 20 01:59:28 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4BB5C63D for ; Tue, 20 Nov 2012 01:59:28 +0000 (UTC) (envelope-from snow.mountains.4@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 151F68FC0C for ; Tue, 20 Nov 2012 01:59:27 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id wz12so4070586pbc.13 for ; Mon, 19 Nov 2012 17:59:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=rJTUbfnGavhDg9t2Ws3fpBkdwuEK4GBEOui6dReeH24=; b=I17EaMWsXVBlv/jLS89f8aId0r/ZlgcepTdcZHEn6JUe2yUH1MeEPYQaNHaduQzRU6 MQ+sdYZygORBsxvmE8WDDIS3jp/Np7eQ5GeJByrqpfhEeJRU5VRSmIjy3cRuWo/iRI9h N8wRqU2S5pcAUHmwIGsPshKAOdm30zNuJ19sIhZ53RBhH7T0ul90Sa7xWxRE2rxjkGsZ Kiahn6bJ9XUo3TDiuhECFCB8zXdXpiltgWl+VKhSbMkak4462V3i8Ei2Ko1F3TkfkoHw 0mUgJiqkKW/DpZa12gykoxptk024VYCdPJ2s8/vJfDMtzcjawdt/VEaa6X6FVXmS2uec IEeg== MIME-Version: 1.0 Received: by 10.66.76.39 with SMTP id h7mr3700562paw.61.1353376767504; Mon, 19 Nov 2012 17:59:27 -0800 (PST) Received: by 10.66.20.197 with HTTP; Mon, 19 Nov 2012 17:59:27 -0800 (PST) In-Reply-To: References: <50A83993.50401@ShaneWare.Biz> Date: Tue, 20 Nov 2012 05:59:27 +0400 Message-ID: Subject: Re: FreeBSD on SSD on ASUS P5KPL-C From: Snow Mountains To: Warren Block Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd questions list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2012 01:59:28 -0000 2012/11/20 Warren Block : > I know I've seen that, but can't recall what causes it. You can try > retasting before creating the BSD partitions: > > # true > /dev/ada2 > # gpart create -s bsd ada2s2 Sorry, no difference: # gpart show ada2 => 63 468862065 ada2 MBR (223G) 63 2016 - free - (1M) 2079 62914509 1 ntfs (30G) 62916588 405945540 - free - (193G) # true > /dev/ada2 # gpart create -s bsd ada2s2 gpart: arg0 'ada2s2': Invalid argument S.