From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 31B4EC433EF for ; Fri, 27 May 2022 21:08:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351424AbiE0VIz convert rfc822-to-8bit (ORCPT ); Fri, 27 May 2022 17:08:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58662 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235763AbiE0VIz (ORCPT ); Fri, 27 May 2022 17:08:55 -0400 Received: from ste-pvt-msa1.bahnhof.se (ste-pvt-msa1.bahnhof.se [213.80.101.70]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F19F92A26E for ; Fri, 27 May 2022 14:08:52 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by ste-pvt-msa1.bahnhof.se (Postfix) with ESMTP id E5F173F4BA; Fri, 27 May 2022 23:08:50 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at bahnhof.se Received: from ste-pvt-msa1.bahnhof.se ([127.0.0.1]) by localhost (ste-pvt-msa1.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id E14CzmDKPQy8; Fri, 27 May 2022 23:08:49 +0200 (CEST) Received: by ste-pvt-msa1.bahnhof.se (Postfix) with ESMTPA id 6EA583F312; Fri, 27 May 2022 23:08:49 +0200 (CEST) Received: from [192.168.0.126] (port=38356) by tnonline.net with esmtpsa (TLS1.3) tls TLS_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1nuhCO-0007GR-Il; Fri, 27 May 2022 23:08:48 +0200 Date: Fri, 27 May 2022 23:08:45 +0200 (GMT+02:00) From: Forza To: Neko-san , "linux-btrfs@vger.kernel.org" , Hugo Mills Message-ID: <98b7da2.8b0b192.1810759a875@tnonline.net> In-Reply-To: References: <20220520212751.GE22627@savella.carfax.org.uk> Subject: Re: [Help Please] Missing FIle Permissions Irrecoverably MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8BIT X-Mailer: R2Mail2 Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org Hello, ---- From: Neko-san -- Sent: 2022-05-23 - 08:05 ---- > I had accidentally forgot to re-add the mailing list to the recipients regarding this; I have attached a dmesg log regarding this... > I had attempted to downgrade the btrfs-progs package to 5.16.2 from 5.17 in an attempt to alleviate the problem but... that didn't work. :/ > I'm at my wits-end and I need my PC to work, as most do... > > You are having some corruption in your filesystem. The dmesg indicates that btrfs can't find data where it expects it to. Support is given by the community as and when they can and want to. If you want help a little quicker you can try with the #btrfs IRC channel. There is a Web client at https://web.libera.chat/#btrfs Did you have some power loss or over temperature issues with the nvme drive before these problems? Best is to try to boot with a live usb and run a 'btrfs check --readonly' on the unmounted drive. Check cannot reliably run on a mounted filesystem. Forza