From: test532@codingninjas.org
To: dm-crypt@saout.de
Subject: Re: [dm-crypt] Broken header of a luks-partition - more than once
Date: Tue, 25 Aug 2009 03:06:04 -0400 [thread overview]
Message-ID: <200908250306.04408.test532@codingninjas.org> (raw)
In-Reply-To: <20090825030849.GA4485@tansi.org>
Or, to prevent any chance of the BIOS swapping the disk order, you could refer
to your device by id instead. I know my friends motherboard does that, it
randomly sometimes swaps the disk order for no reason when booting, just some
bug in the bios.
So, to refer to disks in a way that are guaranteed to always point the the
exact physical disk you want, regardless of what order they are, check in the
/dev/disk/by-id directory. In here the kernel creates files that point to your
disks just like /dev/sda, /dev/sdb, etc, do, except that instead of some
arbetrary name like /dev/sda, the name is based upon the interface, the make
of the drive, and its serial number.
Regards,
Sam
> I was too hasty, this should have gone to the list...
>
> On Mon, Aug 24, 2009 at 08:08:57PM +0200, Arno Wagner wrote:
> > On Mon, Aug 24, 2009 at 05:55:37PM +0200, Milan Broz wrote:
> > > spamzad@googlemail.com wrote:
> > > > Something must have overwritten the header (posted it at the bottom)
> > > > - and I have no clue what.
> > > > That's exactly my question now: might it be a bug in cryptsetup or
> > > > can i rule that out?
> > >
> > > Cryptsetup never write empty first sectors except explicit LUKS format.
> > > (Of course this can very rarely happen if hw/driver problem appears...)
> > >
> > > But see crypttab here - you have tmp device created as regular
> > > encrypted device
> > > with random key - are you sure that kernel _cannot_ swap sda & sdb and
> > > your system just formats temp device here?
> >
> > I had that happen to me. Nasty. The BIOS seemd to modify disk order
> > when booting from a different drive via the bootup boot device
> > selection.
> >
> > One simple way to get around this is to create one-drive RAID1
> > devices and then use them. No moving by the kernel on these.
> >
> > Arno
> >
> > > > # <target name> <source device> <key file> <options>
> > > > home /dev/sdb2 none luks
> > > > ctmp /dev/sda2 /dev/urandom
> > > > tmp,cipher=aes-cbc-essiv:sha256
> > > > cswap /dev/sda5 /dev/urandom
> > > > swap,cipher=aes-cbc-essiv:sha256
> > >
> > > Milan
> > > --
> > > mbroz@redhat.com
> > >
> > > _______________________________________________
> > > dm-crypt mailing list
> > > dm-crypt@saout.de
> > > http://www.saout.de/mailman/listinfo/dm-crypt
>
next prev parent reply other threads:[~2009-08-25 7:07 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-24 8:02 [dm-crypt] Broken header of a luks-partition - more than once spamzad
2009-08-24 15:55 ` Milan Broz
2009-08-24 22:50 ` Thomas Bächler
2009-08-24 23:10 ` Martin
[not found] ` <20090824180857.GB31701@tansi.org>
2009-08-25 3:08 ` Arno Wagner
2009-08-25 7:06 ` test532 [this message]
2009-08-24 19:20 ` David Christensen
2009-08-24 20:29 ` Heinz Diehl
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=200908250306.04408.test532@codingninjas.org \
--to=test532@codingninjas.org \
--cc=dm-crypt@saout.de \
/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.