On 11/27/2012 11:26 PM, .. ink .. wrote: > > test using cryptsetup version 1.5.1 > > simple test: > 1. open a mapper against a device. > > 2 call crypt_init_by_name() on the mapper and the call return "0" to mean success,this is expected. > > 3.Unplug the device. > > 4.call the function again and it still return "0" to mean success,shouldnt it fail since the underlying device is no longer available? No it should not. It is explained in API doc: http://wiki.cryptsetup.googlecode.com/git/API/libcryptsetup_8h.html#a99bc4160e7afacfba1d2c5ee6dbaf3be "In case device points to active LUKS device but header load fails, context device type is set to NULL and 0 is returned as if it were successful. Context with NULL device type can only be deactivated by crypt_deactivate" So the only think you can do here is deactivate device-mapper device (which explains why it is needed). Milan _______________________________________________ dm-crypt mailing list dm-crypt@xxxxxxxx http://www.saout.de/mailman/listinfo/dm-crypt