From owner-freebsd-questions@FreeBSD.ORG Mon Jun 4 18:54:11 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 6808716A468 for ; Mon, 4 Jun 2007 18:54:11 +0000 (UTC) (envelope-from matt@atopia.net) Received: from saturn.atopia.net (saturn.atopia.net [72.36.141.58]) by mx1.freebsd.org (Postfix) with ESMTP id 4E0CB13C448 for ; Mon, 4 Jun 2007 18:54:11 +0000 (UTC) (envelope-from matt@atopia.net) Received: by saturn.atopia.net (Postfix, from userid 1003) id A7E984AC73; Mon, 4 Jun 2007 14:55:16 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by saturn.atopia.net (Postfix) with ESMTP id A11DA4AC6C; Mon, 4 Jun 2007 14:55:16 -0400 (EDT) Date: Mon, 4 Jun 2007 14:55:16 -0400 (EDT) From: Matt Juszczak To: Mikhail Goriachev In-Reply-To: <466443FD.9040702@webanoide.org> Message-ID: <20070604145507.I1470@saturn.atopia.net> References: <20070604121447.D5399@saturn.atopia.net> <466443FD.9040702@webanoide.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Remote Server FSCK 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: Mon, 04 Jun 2007 18:54:11 -0000 > fsck_y_enable="YES" > > Just add that into the /etc/rc.conf, reboot and wait awhile. > > After the machine is up and running, fsck it and see if it throws any errors. > > > Let us know how it goes. Worked great. Thanks.