Sebastian Schwarz schrieb:
On 2009-08-29 at 13:52 +0200, Thomas Bächler wrote:
Can't see anything here. Can you call blkid /dev/sdb1 (or whetever the partition is)?
The following command for the partition in question did not output anything:
$ blkid /dev/sdc1
Yes, I am sure this is the right device file. :)
$ ls -l /dev/disk/by-id/usb-Maxtor_OneTouch_III_00F3127F-0:0-part1 lrwxrwxrwx 1 root root 10 2009-08-29 11:01 /dev/disk/by-id/usb-Maxtor_OneTouch_III_00F3127F-0:0-part1 -> ../../sdc1
This is what I get for my other external hard drive:
$ blkid /dev/sdd1 /dev/sdd1: UUID="87536fef-2136-4341-ac23-ceff7d220c07" TYPE="crypto_LUKS"
So we narrowed the problem down. Does cryptsetup luksDump show the UUID for both of them. And cryptsetup luksUUID? I'll have to look into blkid and see why it fails.