Bug 610278
Summary: | f12 crypto devices won't mount under f13 and newer. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Dave Jones <davej> |
Component: | cryptsetup-luks | Assignee: | Milan Broz <mbroz> |
Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 13 | CC: | agk, anton, dougsland, dwysocha, esandeen, gansalmon, itamar, jonathan, kernel-maint, lvm-team, madhu.chinakonda, mbroz, opensource, pfrields, pjones, prockai, pvrabec, whulbert |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-07-02 08:11:37 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Dave Jones
2010-07-01 22:30:38 UTC
I did a dd if=/dev/mapper/test on f12 and f13 to compare the two. Something is immediately wrong.. -rw-r--r--. 1 davej davej 1028653056 2010-07-01 18:36 f12-decrypted -rw-r--r--. 1 davej davej 199872471 2010-07-01 18:34 f13-decrypted for some reason dm-crypt on f13 thinks it's smaller than it is. *nod* sorry (heh!) to say this doesn't look like a filesystem problem. Please use LUKS, not plain crypto mapping (cryptsetup create). Default mode for plain crypt changed because old mode was vulnerable, if you want to use old plain crypt devices in f13 (formatted in older Fedora) you have to specify encryption mode explicitly (either in crypttab or on commandline). Try "cryptsetup create -c aes-cbc-plain -s 256 -h ripemd160 <name> <device>" on F13. and read http://code.google.com/p/cryptsetup/wiki/FrequentlyAskedQuestions#6._Issues_with_Specific_Versions_of_cryptsetup The LUKS hasn't this problem, because it stores mode in metadata on-disk. |