From owner-freebsd-questions@FreeBSD.ORG Wed Dec 11 07:25:38 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 ESMTPS id 68B6B88E for ; Wed, 11 Dec 2013 07:25:38 +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 307901226 for ; Wed, 11 Dec 2013 07:25:37 +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=JlSAX5o1iNulleMI0RX991WV5oGVjA9MAZZf5HYIUyQ=; b=UsIAYIYzo/Sko0lCpuxunc6YitaE3gi1CpWjUVjCnUVUGxY5igsU0y2zxFO9E+VSY+ldzco5CS5tS9nTfRdefMcoKel4J+U2cgMJf1J3Pv2oUhAHdk0rroStEekDuUPSskirWgjrRytOCknWAvb7wEXSJTBYiSB2zizNPI8Sjxs=; Received: from [114.121.51.25] (port=32684 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 1VqeAq-003XG0-40; Wed, 11 Dec 2013 00:25:37 -0700 Date: Wed, 11 Dec 2013 15:25:28 +0800 From: Erich Dollansky To: "ETHAN HOUSE (RIT Student)" Subject: Re: Base System Rebuild Message-ID: <20131211152528.4978bd2b@X220.alogt.com> In-Reply-To: References: <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> <20131211150001.75bb1a1a@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:25:38 -0000 Hi, On Tue, 10 Dec 2013 23:07:54 -0800 "ETHAN HOUSE (RIT Student)" wrote: > The VMHost is on a journaled file system so that shouldn't happen. > It's also on a UPS. > so, to what do you have access? To the host or to the virtual machine inside? You should never get affected by any file system problems of the host except that your imagine will crash. > It was setup on a single partition, so newfs is not possible. You learned now the hard way that it is better to have several partitions. A system with partitions for /, swap, /tmp, /var, /usr and home has a much higher chance to avoid the problem you got caught in. Of course, setting it up takes a bit more time. Erich > > Ethan House > > > On Tue, Dec 10, 2013 at 11:00 PM, Erich Dollansky < > erichsfreebsdlist@alogt.com> wrote: > > > 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 > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"