From nobody Wed Nov 30 09:00:41 2022 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NMY8n02G6z4jMF0 for ; Wed, 30 Nov 2022 09:01:13 +0000 (UTC) (envelope-from 4250.82.1d4f600050a6e86.96f58cf502bf297fa2222e8be58fc25b@email-od.com) Received: from s1-b0c6.socketlabs.email-od.com (s1-b0c6.socketlabs.email-od.com [142.0.176.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4NMY8m4ss8z4Dx8 for ; Wed, 30 Nov 2022 09:01:12 +0000 (UTC) (envelope-from 4250.82.1d4f600050a6e86.96f58cf502bf297fa2222e8be58fc25b@email-od.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; d=email-od.com;i=@email-od.com;s=dkim; c=relaxed/relaxed; q=dns/txt; t=1669798873; x=1672390873; h=content-transfer-encoding:content-type:mime-version:references:in-reply-to:message-id:subject:cc:to:from:date:x-thread-info:subject:to:from:cc:reply-to; bh=2gDpPrgfw8Yu2O3m/K+ui5MkS8QqQeVIE4M9BqbeWzY=; b=fLFIo668h0jgxLGM56lmMBW1W+Gs6lq6tKDNi2qsnTHM/abFYBU+bYRX2l4BaIjmK33meDGNYTWqzwbS+YU0mPkwCeju1NJ2J+1nC/pArE0Fmpd5pkDdEZO2hOWq19pm9X+t+Yl6XDp3285upgZE4rwp+f4jIoHSFhOQubbXPgc= X-Thread-Info: NDI1MC4xMi4xZDRmNjAwMDUwYTZlODYucXVlc3Rpb25zPWZyZWVic2Qub3Jn Received: from r2.us-east-2.aws.in.socketlabs.com (r2.us-east-2.aws.in.socketlabs.com [142.0.189.2]) by mxsg2.email-od.com with ESMTP(version=Tls12 cipher=Aes256 bits=256); Wed, 30 Nov 2022 04:01:00 -0500 Received: from smtp.lan.sohara.org (EMTPY [185.202.17.215]) by r2.us-east-2.aws.in.socketlabs.com with ESMTP(version=Tls12 cipher=Aes256 bits=256); Wed, 30 Nov 2022 04:00:53 -0500 Received: from [192.168.63.1] (helo=steve.lan.sohara.org) by smtp.lan.sohara.org with smtp (Exim 4.94.2 (FreeBSD)) (envelope-from ) id 1p0IxX-000MG0-JZ; Wed, 30 Nov 2022 09:00:51 +0000 Date: Wed, 30 Nov 2022 09:00:41 +0000 From: Steve O'Hara-Smith To: Sysadmin Lists Cc: questions@freebsd.org, Andrea Venturoli Subject: Re: ZFS Permanent error <0xffffffffffffffff>:<0x0> Message-Id: <20221130090041.83a3909ed4bfb6b3b0d617dd@sohara.org> In-Reply-To: <597333482.1125294.1669791240602@ichabod.co-bxl> References: <0ddaa537-ffa9-af0d-1a5a-1874a67ed2b5@netfence.it> <5def1695-82b3-3441-c11a-d64ca0c7c30a@netfence.it> <255658040.26515.1669699637761@orville.co-bxl> <47265e09-3aa0-24fa-22cb-56e09bb524f0@netfence.it> <597333482.1125294.1669791240602@ichabod.co-bxl> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.0) X-Clacks-Overhead: "GNU Terry Pratchett" List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4NMY8m4ss8z4Dx8 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7381, ipnet:142.0.176.0/22, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Wed, 30 Nov 2022 07:54:00 +0100 (CET) Sysadmin Lists wrote: > 1. If the file metadata is intact, it shows the full mount path to the > file: /path/to/filename > > 2. If the metadata is corrupted but the dataset still exists, it shows > this: full/dataset/name: > > 3. If the dataset has been deleted, it shows this: > : > or > '': Right but what the OP sees is <-1>:<0> which rather implies that neither dataset nor object number exist now. It appears to be corruption in a place that is no longer used - clearing the error message and running a scrub is the right thing to do. -- Steve O'Hara-Smith