From owner-freebsd-questions@FreeBSD.ORG Wed Jul 17 12:03:54 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CB91D850 for ; Wed, 17 Jul 2013 12:03:54 +0000 (UTC) (envelope-from rosti.bsd@gmail.com) Received: from mail-wg0-x230.google.com (mail-wg0-x230.google.com [IPv6:2a00:1450:400c:c00::230]) by mx1.freebsd.org (Postfix) with ESMTP id 6AE89BF2 for ; Wed, 17 Jul 2013 12:03:54 +0000 (UTC) Received: by mail-wg0-f48.google.com with SMTP id f11so1670444wgh.15 for ; Wed, 17 Jul 2013 05:03:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=atwZDphgRnXfqSlrQ4TUiMwlDNMUrCO4bV6alMF7Zmk=; b=kK/11CuGg34fGYwl5pHZp1/6hzFmVfyESpARyCkyFwX1La9xpjJRY+pRGJy3FHiikM fSjK4O7bzxvjegvprZr/bW3nzbacFbwhs6YZqGYHgO28Tu0AtS62iHlSBb0YkQGTgCgc HsxprmNAkBN4oIoIw5BysW7jzv3dd4Iljkj3+IRCfmcNMPiZpIoPTmjFJV82CZq9S4Og qfyuvVUf57/J1aze90hH6tr1uwEySR+wXw4oU8priXkTarGY4+CnufHFo+w4GSyqZFwB t5I/ENeP9hqFKFQjy+yM1zGHPV15P0oHHwNiEU+QKeG0Nz/NMdp5XF43bAE81N5ge3Q0 3uLA== MIME-Version: 1.0 X-Received: by 10.180.21.229 with SMTP id y5mr15376070wie.17.1374062633030; Wed, 17 Jul 2013 05:03:53 -0700 (PDT) Received: by 10.194.134.69 with HTTP; Wed, 17 Jul 2013 05:03:52 -0700 (PDT) Date: Wed, 17 Jul 2013 15:03:52 +0300 Message-ID: Subject: [bsdinstall] Precise disk slicing From: Rostislav Krasny To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Wed, 17 Jul 2013 12:03:54 -0000 Hi, Previously in the sysinstall there was possible to define the start and the end LBA addresses of the new slice (new MBR partition). I didn't find how to do that in the bsdinstall. Is it possible? Thank you