From owner-freebsd-questions@freebsd.org Thu Apr 20 13:55:37 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C312D48959 for ; Thu, 20 Apr 2017 13:55:37 +0000 (UTC) (envelope-from holindho@saunalahti.fi) Received: from vs25.mail.saunalahti.fi (vs25.mail.saunalahti.fi [62.142.117.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vs25.mail.saunalahti.fi", Issuer "vs25.mail.saunalahti.fi" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B5043F5A for ; Thu, 20 Apr 2017 13:55:36 +0000 (UTC) (envelope-from holindho@saunalahti.fi) Received: from vs25.mail.saunalahti.fi (localhost [127.0.0.1]) by vs25.mail.saunalahti.fi (Postfix) with ESMTP id BE04A2007B for ; Thu, 20 Apr 2017 16:46:45 +0300 (EEST) Received: from gw02.mail.saunalahti.fi (gw02.mail.saunalahti.fi [195.197.172.116]) by vs25.mail.saunalahti.fi (Postfix) with ESMTP id B29B220074 for ; Thu, 20 Apr 2017 16:46:45 +0300 (EEST) Received: from scarecrow.local (62-78-248-13.bb.dnainternet.fi [62.78.248.13]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gw02.mail.saunalahti.fi (Postfix) with ESMTPSA id A8CA240774 for ; Thu, 20 Apr 2017 16:46:44 +0300 (EEST) Message-ID: <58F8BBBE.6080100@saunalahti.fi> Date: Thu, 20 Apr 2017 16:46:38 +0300 From: Heikki Lindholm User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; fi; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Is it needed/possible to fsck under ZFS ? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2017 13:55:37 -0000 20.4.2017 16.42, Manish Jain kirjoitti: > > Hi, > > I have made a FreeBSD 12-Current (amd64) installation on a single MBR slice ada0s3 (which holds just one partition ada0s3a that maps to both / and the ZFS tank root). > > Under UFS, I always used to do manual fsck upon improper shutdown. But I have no idea what to do for ZFS. Is it needed (even possible ?) to fsck for ZFS ? I very much doubt that : ZFS was, as far as I know, designed with data integrity as a central concern. But still I would like to be sure. "zpool scrub" will read the whole pool and report any errors in "zpool status"