Alvin Thompson wrote: > I was wondering if it is possible to determine the mapped device from the original device. For example, if you used the command: > > cryptsetup luksOpen /dev/sdd1 backup > > Can you later determine the mapped device name ('backup' in this case) if all you know is the device (/dev/sdd1)? I don't know that, but I use entries in /etc/crypttab like: backup01 /dev/disk/by-uuid/... /dev/shm/backupkey luks,noauto and use # cryptdisks_start backup01 which causes /dev/mapper/backup01 to appear. Corresponding /etc/fstab entry is: LABEL=backup01 /backup/disk1 auto noauto,noatime,nodiratime Maybe this helps you with handling the devices. Yours, Uwe _______________________________________________ dm-crypt mailing list dm-crypt@xxxxxxxx http://www.saout.de/mailman/listinfo/dm-crypt