On Sat, Nov 21, 2015 at 17:29:10 CET, Luis Alexandre wrote: > Hi. > > I have a raid1 (mdadm-based) setup with two disks. I had them encrypted with > luks. Everything was ok for 2 years. My PC had a problem and I had to mount > this on a new PC. > When I tried to start the raid on the new PC it only started 1 of the disks > because the other had been replaced on a different PC and had a different > hostname (my original PC had a script to assemble the raid even with the two > disks having a different hostname). That is not a good idea at all. It would have been far better to kick one drive and add it again, giving both disks the same superblock. > So I tried to fix this different hostname problem by re-creating the raid in > the new PC using > > > mdadm -C /dev/md127 -l1 -n2 --assume-clean --metadata=1.2 /dev/sdb /dev/sdc1 > --uuid=1d925c8d:8c8bb953:4e9070f7:43344cf9 Is /dev/sdb correct here? The warning below indicates it should have been a partition, not the complete device. maybe you should have done that the other way round? Also, did teh original array use superblock 1.2? > mdadm: /dev/sdb appears to be part of a raid array: > level=raid1 devices=2 ctime=Sun Feb 12 19:40:32 2012 > mdadm: partition table exists on /dev/sdb but will be lost or ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > meaningless after creating array > mdadm: /dev/sdc1 appears to contain an ext2fs file system > size=976760832K mtime=Mon Aug 25 19:50:27 2014 > mdadm: /dev/sdc1 appears to be part of a raid array: > level=raid1 devices=2 ctime=Tue Aug 26 09:10:39 2014 > Continue creating array? y > mdadm: array /dev/md127 started. > > All appeared to be OK: > > cat /proc/mdstat > Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] > [raid10] > md127 : active (auto-read-only) raid1 sdc1[1] sdb[0] > 976629568 blocks super 1.2 [2/2] [UU] > > unused devices: <none> That tells you nothing. If you create a new RAID array (and you did) it will just ride over everyhting in the superblock's place (as you used --assume-clean). > > > but now luks does not open the raid: > > sudo cryptsetup luksOpen /dev/md127 raid1 > Device /dev/md127 is not a valid LUKS device. > > Any ideas on how to re-open the raid with luks? See below. > Note: I thought there would be no problem with the create command because of > this in the mdadm man page: > "Create Create a new array with per-device metadata (superblocks). > Appropriate metadata is written to each device, and then the array > comprising those devices is activated. A 'resync' process is started to make > sure that the array is consistent (e.g. both sides of a mirror contain the > same data) but *the content of the device is left otherwise untouched*. " > It can sync in the wrong direction. And second, unfortunately, superblock format 1.2 is a dirty hack designed by incompetents. It places the RAID header 4k from the start of the device. For LUKS, this kills the first keyslow of misaligned. Unfortunately, this is also the default. No, that has not happened here or you would get the header. > Thanks for any help you can provide. Ok, first stop writing to the disks. Second, make a full, binary backup of each disk. And third, try whether either disk works individually as degraded array. If neither gives you a LUKS header, you can still search on the raw disks by looking for the LUKS signature. If that also fails, you are out of luck and all your data is gone. Regards, Arno -- Arno Wagner, Dr. sc. techn., Dipl. Inform., Email: arno@xxxxxxxxxxx GnuPG: ID: CB5D9718 FP: 12D6 C03B 1B30 33BB 13CF B774 E35C 5FA1 CB5D 9718 ---- A good decision is based on knowledge and not on numbers. -- Plato If it's in the news, don't worry about it. The very definition of "news" is "something that hardly ever happens." -- Bruce Schneier _______________________________________________ dm-crypt mailing list dm-crypt@xxxxxxxx http://www.saout.de/mailman/listinfo/dm-crypt