From owner-freebsd-questions@FreeBSD.ORG Fri Mar 16 10:45:40 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8AFFE16A408 for ; Fri, 16 Mar 2007 10:45:40 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.freebsd.org (Postfix) with ESMTP id 4A4ED13C4B7 for ; Fri, 16 Mar 2007 10:45:40 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so493529wxc for ; Fri, 16 Mar 2007 03:45:40 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lUj5jfgX9+Nkmli2HgaXkv98gJsl9AWz+0FKeFUxiO2WyNu3jkaqW/3NSolcC/xmQ3xxHhUBOAYvnpFjaRmbZk36D9X7Hl3lDUJRQFfA83YzvmdwLyS61xe/OsTDWHkw5a+kTg/7PEQjFYkPkD72HuqySdHheYtF0qAnZ82u1Vw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dg7i8KHhMEo4+4v8sowxDYbVVEmb+fXLezaIvLavpkY0C+JTFYkZb6MPR8r2ey06ehRK4KUVkpfgFmv02ZQQfClCpYhUwgPOAtvwv3b9m8aCO8vCuDjxylljMkXouO5hdhgpw86fm/YAWVNuGSQ0AsOqYFedwN25HtqKRarEKXM= Received: by 10.70.80.14 with SMTP id d14mr2928771wxb.1174041940046; Fri, 16 Mar 2007 03:45:40 -0700 (PDT) Received: by 10.70.14.15 with HTTP; Fri, 16 Mar 2007 03:45:40 -0700 (PDT) Message-ID: <14989d6e0703160345p386ccf4em673635e6f56b1324@mail.gmail.com> Date: Fri, 16 Mar 2007 10:45:40 +0000 From: "Christian Walther" To: "Drew Jenkins" In-Reply-To: <683651.79176.qm@web62210.mail.re1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <683651.79176.qm@web62210.mail.re1.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: Corrupted OS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2007 10:45:40 -0000 On 16/03/07, Drew Jenkins wrote: > 23Hi; > Is it possible to rebuild an OS without reformatting the hard drive? I have FBSD6.2, so I can't upgrade. What are you trying to do? You could always go to /usr/src and do a make buildworld, which would rebuild the entire FreeBSD userland. Ports can be rebuilt, too, for example by doing a portupgrade -afk > TIA, > Drew Christian