From owner-freebsd-fs@FreeBSD.ORG Sun Jan 24 04:17:05 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B22E9106566B for ; Sun, 24 Jan 2010 04:17:05 +0000 (UTC) (envelope-from rincebrain@gmail.com) Received: from mail-fx0-f226.google.com (mail-fx0-f226.google.com [209.85.220.226]) by mx1.freebsd.org (Postfix) with ESMTP id 42B018FC13 for ; Sun, 24 Jan 2010 04:17:04 +0000 (UTC) Received: by fxm26 with SMTP id 26so83190fxm.13 for ; Sat, 23 Jan 2010 20:17:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=hXL5UZbSBKx0/zCLSo9vFIkWHNBtJ4ohfD2WAGjRLFk=; b=CUpxwndxWSCL4Y7x5FISvt4ir6DNlsStNpXulH2AJL78oIeSdrexYskVJ1k/GDF8IU 5OAmSoa36bov8xxgqzBuM4EsXnFaoHVmcvUv++xfqMmUckAGqoScDUuM4sIOpquk+0EL P45Z3bH+/iaWCySq8o9+dDNDhuwngntsbPVak= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=HONXLcej+G3ELkTYvIM+486RX0kyqwaApQvcQVLGeMqQMlToJovT8HaOSCbUjJPAVo ZHCHuLHzL+DfGmbu625VdSIokejhmTdGuA0pXiZXvTpW6EoZof+jOHgKpuTPQETRxNX0 ufM/K8ss0RlViCWPLff88OzMyBgqIHYI9ZvBc= MIME-Version: 1.0 Received: by 10.239.167.131 with SMTP id g3mr535472hbe.14.1264306624163; Sat, 23 Jan 2010 20:17:04 -0800 (PST) In-Reply-To: References: <5da0588e1001222223m773648am907267235bdcf882@mail.gmail.com> <5da0588e1001231415t403f29ceq6e8dcd16edb4a28@mail.gmail.com> <5da0588e1001231541l246769eao410c5ea6ccca0de4@mail.gmail.com> <5da0588e1001231615t37c22575uedaae938be40f530@mail.gmail.com> <4B5B94B8.7070509@modulus.org> <5da0588e1001231638i349f8f17t297e970b08825441@mail.gmail.com> Date: Sat, 23 Jan 2010 23:17:03 -0500 Message-ID: <5da0588e1001232017m6c67731fwaa1d71cd86800017@mail.gmail.com> From: Rich To: jhell Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-fs@freebsd.org Subject: Re: Errors on a file on a zpool: How to remove? 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: Sun, 24 Jan 2010 04:17:05 -0000 > Can you try the following please and then report back. > > Setting failmode to continue might let you continue a removal. > zpool set failmode=continue what_is_it_rigatoni? > > This should be inherited by effected drives. > zfs set checksum=off what_is_it_rigatoni? > > Remove the said effected files at this point. [root@manticore ~]# zpool set failmode=continue rigatoni [root@manticore ~]# zfs set checksum=off rigatoni [root@manticore ~]# mv /mirrors/geocities/from-asheesh-home/swebb3/www.geocities.com/JMcgo1979 /mirrors/geocities/from-asheesh-home/swebb3/www.geocities.com/JMcgo19791 mv: rename /mirrors/geocities/from-asheesh-home/swebb3/www.geocities.com/JMcgo1979 to /mirrors/geocities/from-asheesh-home/swebb3/www.geocities.com/JMcgo19791: Input/output error [root@manticore ~]# rm -f /mirrors/geocities/from-asheesh-home/swebb3/www.geocities.com/JMcgo1979 rm: /mirrors/geocities/from-asheesh-home/swebb3/www.geocities.com/JMcgo1979: Input/output error :/ - Rich