From owner-freebsd-fs@FreeBSD.ORG Sat Jan 21 20:39:52 2012 Return-Path: Delivered-To: fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 554DE106566B for ; Sat, 21 Jan 2012 20:39:52 +0000 (UTC) (envelope-from stevenschlansker@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 19E1B8FC18 for ; Sat, 21 Jan 2012 20:39:51 +0000 (UTC) Received: by iagz16 with SMTP id z16so4065844iag.13 for ; Sat, 21 Jan 2012 12:39:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=W+1t/M1FbR9SyHpDIp9Jx8TfypQscbPwhF6N8LAsaBs=; b=hVob5DGEBLN1nqlHw/GYvGuAAvY8sEceRZspqolmxkMbrx6rwCL2VukgyR8+N/po5V Fu8+ta2haGd/sjZd3v3Lf4+ZHgjE0ol3c5CrdS2E1zt6pPy24VLGwGZqcUng8nds+yG2 3eUUYkA7CufopBxJ3YNCJLhIiZFUpZLKi5984= Received: by 10.50.156.138 with SMTP id we10mr4094483igb.10.1327177006323; Sat, 21 Jan 2012 12:16:46 -0800 (PST) Received: from [10.1.10.22] (c-76-102-48-155.hsd1.ca.comcast.net. [76.102.48.155]) by mx.google.com with ESMTPS id cv10sm6046790igc.0.2012.01.21.12.16.44 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 21 Jan 2012 12:16:45 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii From: Steven Schlansker In-Reply-To: <4F1B1C1B.9020000@ukr.net> Date: Sat, 21 Jan 2012 12:16:43 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <8B17CEC7-F1B2-430C-BB3D-556B9B5C8FF5@gmail.com> References: <4F1AC88A.2070603@ukr.net> <4F1B1C1B.9020000@ukr.net> To: "Vladislav V. Prodan" X-Mailer: Apple Mail (2.1251.1) Cc: fs@freebsd.org Subject: Re: Unrecognized error on zfs v28 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jan 2012 20:39:52 -0000 On Jan 21, 2012, at 12:12 PM, Vladislav V. Prodan wrote: > 21.01.2012 17:11, Bob Friesenhahn wrote: >> On Sat, 21 Jan 2012, Vladislav V. Prodan wrote: >>=20 >> A recommendation for how to deal with the problem was provided in the >> zpool status "action" text. If you don't have a backup for the file, >> then an alternative is to just delete it and hope that you did not >> really need it. >=20 > I moved the text file and started again zpool scrub zroot. >=20 > Is it possible to somehow automate removal of a large number of > "problem" files? You could parse the error message using e.g. sed and/or awk, pipe to = xargs rm.