From: Dennison Williams <evoltech@2inches.com>
To: linux-crypto@vger.kernel.org
Subject: Re: ext3 filesystem is not recognized after losetup -e aes
Date: Sat, 05 Jan 2008 16:32:45 -0800 [thread overview]
Message-ID: <478021AD.3040608@2inches.com> (raw)
In-Reply-To: <477F2813.3010003@2inches.com>
Dennison Williams wrote:
> Here is the setup: MD software RAID 5 on 4 disks (md0), a LVM logical
> volume (/dev/volume_group/logical_volume) comprised of one physical
> device (/dev/md0), a encryption layer provided by the cryptoloop driver
> (losetup -e aes /dev/loop0 /dev/volume_group/logical_volume), then a
> EXT3 file system (mkfs.ext3 /dev/loop0).
>
> Recently the RAID device kicked out one of the disks during a large file
> transfer. After re-adding the disk to the array whith "mdadm /dev/mdo
> -add /dev/sde (smartctl didn't report
> anything wrong with it, I am not sure why this happened), authenticating
> against the cryptographic layer, then trying to mount the drive, I get
> the following error:
>
> [root@storage redhat]# mount -t ext3 /dev/loop1 /terrorbyte/1/
> mount: wrong fs type, bad option, bad superblock on /dev/loop1,
>
> The message in /var/log/message is:
> VFS: Can't find ext3 filesystem on dev loop1.
I saw in the encryption howto, section 6.1, talks about the effects of
blocks occupying different space when the kernel is compiled with the
CONFIG_BLK_LOOP_DEV_USE_REL_BLOCK option. Would this effect also be
possible by a RAID5 system re-syncing a drive? I don't see this
configuration option anywhere in the 2.6.18 kernel (I am using a redhat
build of this kernel).
next prev parent reply other threads:[~2008-01-06 0:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-05 6:47 ext3 filesystem is not recognized after losetup -e aes Dennison Williams
2008-01-06 0:32 ` Dennison Williams [this message]
2008-01-07 20:37 ` Dennison Williams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=478021AD.3040608@2inches.com \
--to=evoltech@2inches.com \
--cc=linux-crypto@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.