From owner-freebsd-questions@FreeBSD.ORG Tue Nov 6 16:58:49 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 46735A1B for ; Tue, 6 Nov 2012 16:58:49 +0000 (UTC) (envelope-from snow.mountains.4@gmail.com) Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by mx1.freebsd.org (Postfix) with ESMTP id 181298FC08 for ; Tue, 6 Nov 2012 16:58:48 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id bi1so513520pad.13 for ; Tue, 06 Nov 2012 08:58:48 -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=MhhVqyIcTnZHlTCu/39UgigYR+1BqAe1vCZHqXGA7C8=; b=n+SBqsjvcIOJAa2hIHgyLvbZuxeogzufKo/acVICj/r+XbMu67lRQvYur4ThuS4egc 7SX3LSp5lRdqIJ/T6qdUTcXHfwIdkkc+K58ob9OJe8EN3NFSfgSl3vgNI6CGZBgMS9CE h1FypZtQk4fLKSqX+/bMyFklJamId0SwKzFd3dKclqE6vEUo3PBbbXNrj8i5VcGA2IoV R5leUAyEzJ8r7ps3pTnY/DJ32O/FbZWKZLaowKxmLb43GceNueQZx3s4i2Dscvdmyg2V xQGDBwONAy6zIkDf2WuQOTlcCd1IVGzUCltufMVLJZdloKw2OyBJFUZrYxgX/FouvFtv HBfQ== MIME-Version: 1.0 Received: by 10.66.73.132 with SMTP id l4mr4222102pav.48.1352221128640; Tue, 06 Nov 2012 08:58:48 -0800 (PST) Received: by 10.66.20.197 with HTTP; Tue, 6 Nov 2012 08:58:48 -0800 (PST) In-Reply-To: <15.F0.23131.D19D8905@smtp02.insight.synacor.com> References: <15.F0.23131.D19D8905@smtp02.insight.synacor.com> Date: Tue, 6 Nov 2012 20:58:48 +0400 Message-ID: Subject: Re: Groupping restored partitions into slices From: Snow Mountains To: Thomas Mueller Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org 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, 06 Nov 2012 16:58:49 -0000 Thomas, thank you very much for your mail, but that isn't what I asked. Of course, I know that "bsdlabel -R ad0s1 new_label_file" writes new labels to ad0s1. My question is: what to do if I _lost_ s1, s2, and s3 - how to recover _them_ first? Without that, all I can do is to write labels table directly on ad0. SergiM.