From owner-freebsd-questions@FreeBSD.ORG Mon Jul 14 06:32:48 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3913937B401 for ; Mon, 14 Jul 2003 06:32:48 -0700 (PDT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F99743F93 for ; Mon, 14 Jul 2003 06:31:27 -0700 (PDT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.9/8.12.9) with ESMTP id h6EDVQOg017674; Mon, 14 Jul 2003 09:31:26 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.9/8.12.9/Submit) id h6EDVKwT017673; Mon, 14 Jul 2003 09:31:20 -0400 (EDT) From: Jerry McAllister Message-Id: <200307141331.h6EDVKwT017673@clunix.cl.msu.edu> To: scoile@nandomedia.com (Steve Coile) Date: Mon, 14 Jul 2003 09:31:20 -0400 (EDT) In-Reply-To: from "Steve Coile" at Jul 14, 2003 07:40:56 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: anyone uses fsck_y_enable="YES" ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2003 13:32:48 -0000 > > On Mon, 14 Jul 2003, Andrea Venturoli wrote: > [...] > >>> Do you guys use this option ? > > > >Yes. > > Has anyone run into a situation where you'd answer "no" to an fsck > question? In what circumstances would you not answer "yes"? > > I can't remember ever answering "no" to fsck: if you do, you'll still > have an unstable filesystem and won't be able to use it safely. If you > answer "yes", the contents may be wrong, but the filesystem itself will > be stable and usable. I think the main reason to answer know would be if you wanted to experiment with the disk as an unmounted devvice to try and figure out some information - maybe about what went wrong or something - before fsck cleaned things up. But, in usual practice, you may just want to use the -y switch. ////jerry > > Thoughts? > > -- > Steve Coile