From owner-freebsd-questions@FreeBSD.ORG Sat Nov 23 20:29:43 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF270E55 for ; Sat, 23 Nov 2013 20:29:43 +0000 (UTC) Received: from mail-ve0-x231.google.com (mail-ve0-x231.google.com [IPv6:2607:f8b0:400c:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3BB0296F for ; Sat, 23 Nov 2013 20:29:43 +0000 (UTC) Received: by mail-ve0-f177.google.com with SMTP id db12so1831019veb.36 for ; Sat, 23 Nov 2013 12:29:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=3X17jWGP34sCrtCqb5covEWWVGeFuZJC0mZtvGHNtqY=; b=i6Ffd3hgKhL0JTaFuXsdRmp2I+rYRVgckcixvp7rBaG3GoJxOGlXhp/I91T0lA98bm bOYUcUJ9Q28JCQ6RCcLw435WVdUV1I3TCQNCjJucN2GUvHVoyyaBJXnaz2Tr48OsTXS6 HwSCXjdhdxuUZvs20NzTN0/wuMw5ye693i2hmvUlfcoprEBJLULniT/ogEtlU9GleYIx GBTHEDc+pYwyOPtFe5foxYhrhgU3oJqo4ZNxKcJquLAtWDCI7oC4Nq3avCTAexCf26Ww b97WMLswxW92oB+ybP9YbxG9p7yv0uPV9kUcSjxgQsrZjxvEX9EBwj8iMZRHSkSgxWze 5aVQ== X-Received: by 10.58.46.18 with SMTP id r18mr18247762vem.4.1385238582792; Sat, 23 Nov 2013 12:29:42 -0800 (PST) MIME-Version: 1.0 Received: by 10.58.231.167 with HTTP; Sat, 23 Nov 2013 12:29:22 -0800 (PST) In-Reply-To: <201311231243110982.00D3BD1B@smtp.24cl.home> References: <201311231243110982.00D3BD1B@smtp.24cl.home> From: Anton Sayetsky Date: Sat, 23 Nov 2013 22:29:22 +0200 Message-ID: Subject: Re: Stumped by gpart and gmirror, trying to set up RAID1 (10.0-Beta3) To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Nov 2013 20:29:44 -0000 2013/11/23 Mike. : {...} > [root@a20m /etc]# gpart show mirror/gm0 > => 1 1981438 mirror/gm0 MBR (967M) > 1 31 - free - (16K) > 32 1981376 1 freebsd (967M) > 1981408 31 - free - (16K) {...} > [root@a20m /etc]# gpart add -t freebsd-ufs -a 4k -s 2g > mirror/gm0s1 > gpart: autofill: No space left on device So you're trying create an 2G-sized partition inside a slice of 967 mebibytes. Why'd you think that it should work?