From owner-freebsd-sysinstall@FreeBSD.ORG Fri Nov 21 13:36:02 2014 Return-Path: Delivered-To: freebsd-sysinstall@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 262E01000 for ; Fri, 21 Nov 2014 13:36:02 +0000 (UTC) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF213B4 for ; Fri, 21 Nov 2014 13:36:01 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id ex7so12049616wid.15 for ; Fri, 21 Nov 2014 05:36:00 -0800 (PST) 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=UwSNZIyPfsYLsouf6HFPmTtWd9DncCxM0YIsJadyag0=; b=uhvOjGw7muIiy1PSmaOVtd78v2GU9RLhkWPE9Uf0W9MuFHgEyxc3jzmmxzEc94Pe9c gBB3U3TmKxH8ci4lcireJ3Dh1y7YyJ+ITQs7q67b5jZ13gDMGxThFSkv49Aqpmhltsbw Zx0G7yc6qkltciyctdB8xLBjDkAANaLaInvjzWSwfKhPHB8Dw2bVwn0fMXdiSINd4XPh PE38qiF/VqEBgyEWWPsKD9kvSW42oQKqKBLY8ZEcCDMhvxFMcMI6aN4S74Wm22sWuQRu wSmn3PkOmyOgpa9sKKQ7MvOh/EjqVauYzzKFqopilcK/UDhf0tMwi2gZ1MR27S1RqgtU e+nA== MIME-Version: 1.0 X-Received: by 10.194.157.35 with SMTP id wj3mr7325228wjb.91.1416576568310; Fri, 21 Nov 2014 05:29:28 -0800 (PST) Received: by 10.194.45.199 with HTTP; Fri, 21 Nov 2014 05:29:28 -0800 (PST) Date: Fri, 21 Nov 2014 15:29:28 +0200 Message-ID: Subject: Dangerously dedicated mode with FreeBSD 10.1 From: Rostislav Krasny To: freebsd-sysinstall@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-sysinstall@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Sysinstall Work List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2014 13:36:02 -0000 Hi, I've a server with FreeBSD 7.4-STABLE that uses two phisical disks in a so called "dangerously dedicated mode". There is no other operating system and no plan to install anything else but FreeBSD. So in my case this is not dangerous mode at all. I want to upgrade it by installing FreeBSD 10.1 from scratch and I want to use the dedicated disk mode again. How could I do that? If I understand it right the new bsdinstall(8) doesn't support the dedicated disk mode, the old sysinstall(8) is already dead and the only solution is a manual disk partitioning from shell. The 2.6.5. Shell Mode Partitioning section of the Handbook is very terse about that.