From owner-freebsd-fs@FreeBSD.ORG Wed Jun 12 18:26:02 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2E371AE3 for ; Wed, 12 Jun 2013 18:26:02 +0000 (UTC) (envelope-from feld@feld.me) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mx1.freebsd.org (Postfix) with ESMTP id 03C9E1935 for ; Wed, 12 Jun 2013 18:26:01 +0000 (UTC) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 05FC120D9D; Wed, 12 Jun 2013 14:26:01 -0400 (EDT) Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute3.internal (MEProxy); Wed, 12 Jun 2013 14:26:01 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=feld.me; h= content-type:to:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to; s= mesmtp; bh=u/0kpl7t3ihQj1wittijxKv4Gbw=; b=oJjaWMOIxAJ1MbBj+aWpg lfNl3PmiM1sJSOEq7YLrDZWmrPvftNLdVXcUC7sOBgHfs6kp2NfMqsB3g9220Hq7 RnUddj7Y9PFhAs2e9iBI9DTzbldZ0PLBxSiWT3dl0Tv7BjDtbCZangLMrktalZ0A cWk8M92TGAbz51k1lenhjg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:to:subject:references:date :mime-version:content-transfer-encoding:from:message-id :in-reply-to; s=smtpout; bh=u/0kpl7t3ihQj1wittijxKv4Gbw=; b=f7Vi HCTCj/+5+zuQDirlpHrvVWD8UchLYUR3UzcPoH4r5fNPSXGMb0Nr9A7cfcZi/fyI f4GtgGN7wzROiChqvtP+8OdnlxY0eDK94q08XhpEw/cry3YOMn5p9JTXDmQnaXE9 xrQUeahIfZyBjJraFuXHTae4Gpq4s66ASfDSFvA= X-Sasl-enc: yDd1pRBUgMhlL5fFnSaS1iMdVyzjpNH4XWMWYKt9Uzwx 1371061560 Received: from markf.office.supranet.net (unknown [66.170.8.18]) by mail.messagingengine.com (Postfix) with ESMTPA id BDE01C00E89; Wed, 12 Jun 2013 14:26:00 -0400 (EDT) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-fs@freebsd.org, "Dieter BSD" Subject: Re: FFS: fsck doesn't match doc References: Date: Wed, 12 Jun 2013 13:26:00 -0500 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Mark Felder" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.15 (FreeBSD) X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jun 2013 18:26:02 -0000 On Wed, 12 Jun 2013 12:59:42 -0500, Dieter BSD wrote: > > Would it be safe to have fsck automagically fix this problem, as the > doc (incorrectly) says it does? What happens if you add to /etc/rc.conf: fsck_y_enable="YES" background_fsck="NO"