From owner-freebsd-questions@FreeBSD.ORG Wed Dec 11 07:00:11 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C443528 for ; Wed, 11 Dec 2013 07:00:11 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 150831032 for ; Wed, 11 Dec 2013 07:00:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=sv8En/gDoPJSPT7iAQTnetzsEvgvpW9BPGtRGpNQTCE=; b=juzZaBdd4oRZseyfpXcYlhyQ5c/9UErN2Ev2vMi/u5ljQggM3HHxM76ffWlkydrkzWEtWFnmtMUryT4O2frEydPbt+Nw3oPxQK3VH/Aa9ABYtKXo4P/CS/cfOuQCP5H042jTnEvzvoG9Dce8unr93anLbqsAXFDqx86XhqFybNs=; Received: from [114.121.51.25] (port=20064 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1VqdmD-003PIm-QM; Wed, 11 Dec 2013 00:00:10 -0700 Date: Wed, 11 Dec 2013 15:00:01 +0800 From: Erich Dollansky To: "ETHAN HOUSE (RIT Student)" Subject: Re: Base System Rebuild Message-ID: <20131211150001.75bb1a1a@X220.alogt.com> In-Reply-To: References: <20131210170905.1dfb9fd7@X220.alogt.com> <20131210172513.77fa8482@X220.alogt.com> <52A79136.7090103@ShaneWare.Biz> <76E49CC4-57CE-4A45-B051-025D465B311F@fisglobal.com> <20131211115641.5e15206e@X220.alogt.com> <20131211134031.77ef3e84@X220.alogt.com> <20131211140921.27cf6249@X220.alogt.com> <20131211144403.711eb6a9@X220.alogt.com> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Dec 2013 07:00:11 -0000 Hi, On Tue, 10 Dec 2013 22:46:52 -0800 "ETHAN HOUSE (RIT Student)" wrote: > It was a VM. you mean that it is? > > Problem is the person who set up this machine had never used FreeBSD > before and made a lot of really weird mistakes. I think the best > course of action is to just create a new VM image and start from > scratch. But damaging the file system should have nothing to do with it. With an UPS, the file system only gets damages when the kernel crashes with open writes. If possible, I would not install a new image but try to do a newfs on as many partitions as possible. If the machine is setup with the new approach of having only one partition, this is not possible. Erich