From: Mark Ballard Subject: Re: Corrupted superblock? But disk still mounts. Date: Fri, 22 Aug 2014 15:19:23 +0100 Message-ID: References: <53F247D5.4030502@redhat.com> <53F360FB.1090809@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: linux-ext4@vger.kernel.org To: Eric Sandeen Return-path: Received: from mail-ie0-f180.google.com ([209.85.223.180]:45122 "EHLO mail-ie0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756308AbaHVOTX (ORCPT ); Fri, 22 Aug 2014 10:19:23 -0400 Received: by mail-ie0-f180.google.com with SMTP id at20so6557732iec.39 for ; Fri, 22 Aug 2014 07:19:23 -0700 (PDT) In-Reply-To: <53F360FB.1090809@redhat.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: Ya. It did look that way. 'Scuse me for not checking first. But my point is that it may still be a problem for ext4, dumpe2fs, e2fsck, fsck and presumably gparted and so on. That is, would it not be polite of them to report the error ...... accurately? (No irony intended.) On 19 August 2014 15:36, Eric Sandeen wrote: > On 8/18/14, 3:23 PM, Mark Ballard wrote: >>> I'm guessing that it's the encryption getting in your way. >> >> Cheers, Eric. Does rather look that way. But for the sake of a user report... >> >>> >>> How is /dev/sdb1 encrypted? Usually this is done with something like dm-crypt. >>> Or is it hardware encryption managed in the bios? Did you unlock it? >> >> Done with crytpsetup using luks. >> >>> >>> What does "blkid /dev/sdb1" say? >>> >> >> It says Luks. > > and not ext4 - so you need to unlock it via mumblemumbleLuksStuffmumblemumble > before you can operate on it with e2fsprogs tools. > > # cryptsetup luksOpen /dev/sdb1 ... or something. Sorry, I'm not a LUKS > expert... > > Anyway, not an ext4 problem. Your superblock isn't corrupted, it's encrypted. :) > > -Eric >