From owner-freebsd-questions@FreeBSD.ORG Mon Oct 14 05:01:09 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A4488F84 for ; Mon, 14 Oct 2013 05:01:09 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 57F9C29E7 for ; Mon, 14 Oct 2013 05:01:08 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r9E512MK082982; Sun, 13 Oct 2013 23:01:02 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r9E512Np082979; Sun, 13 Oct 2013 23:01:02 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 13 Oct 2013 23:01:02 -0600 (MDT) From: Warren Block To: Polytropon Subject: Re: Reinstall without reformat In-Reply-To: <20131014040742.d03fa5bd.freebsd@edvax.de> Message-ID: References: <20131013172430.71AA26018E@smtp.hushmail.com> <20131014040742.d03fa5bd.freebsd@edvax.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 13 Oct 2013 23:01:03 -0600 (MDT) Cc: Kenta Suzumoto , 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: Mon, 14 Oct 2013 05:01:09 -0000 On Mon, 14 Oct 2013, Polytropon wrote: > On Sun, 13 Oct 2013 13:24:30 -0400, Kenta Suzumoto wrote: >> Hi all. Is it possible to install FreeBSD without formatting the disk? > > Yes. The installer supports not formatting existing partitions. > The file system characteristica will be kept, possible content > will overwritten. Note that "superfluous content" will also be > kept, except of course you previously remove everything. sysinstall supported that, but AFAIK bsdinstall does not. >> I have one directory of data that I want to keep. > > You should still make a backup, because "I want to keep" does > imply exactly that in regards of an OS installation. :-) Absolutely. With no backup, only one tiny thing can go wrong and the data is gone.