From owner-freebsd-questions@FreeBSD.ORG Thu Apr 22 15:37:06 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 716C81065670 for ; Thu, 22 Apr 2010 15:37:06 +0000 (UTC) (envelope-from paulo@nlink.com.br) Received: from smtp.nlink.com.br (smtp.nlink.com.br [201.12.59.3]) by mx1.freebsd.org (Postfix) with SMTP id 87FB78FC16 for ; Thu, 22 Apr 2010 15:37:05 +0000 (UTC) Received: (qmail 84005 invoked from network); 22 Apr 2010 12:10:23 -0300 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=nlink.com.br; b=gnNBEqsJ+p65SY+gKMEjsKOg+kfRmbp5U7FP/JjdtCEE7/PYJYjZCRneKicGqufMVqazYGjLZIyEp/BtzDBHZlqX9Oha39p3nDBr+ZMbzj9yLHoJjbjyzbdc0uI8KbNN ; Received: from j1.nlink.com.br (paulo@nlink.com.br@201.12.59.126) by smtp.nlink.com.br with SMTP; 22 Apr 2010 12:10:23 -0300 Message-ID: <4BD066DF.4000209@nlink.com.br> Date: Thu, 22 Apr 2010 12:10:23 -0300 From: Paulo Fragoso User-Agent: Thunderbird 2.0.0.17 (X11/20081030) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: FreeBSD 8.0 with geom_journal and 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: Thu, 22 Apr 2010 15:37:06 -0000 Hi, Is realy necessary check fsck on boot for journaled file sistem? Can I put this line in fstab? # Device Mountpoint FStype Options Dump Pass# /dev/ad0s3d.journal /var/db ufs rw,async 0 0 I can't boot if set Dump, Pass to 2 2 im /etc/fstab. Pulo.