Muhammad Sharfuddin wrote: > I did the following > > # echo 0 `blockdev --getsize /dev/sda6` crypt aes-plain > 0123456789abcdef0123456789abcdef 0 /dev/sda6 0 | dmsetup create volume0 > > # mkfs.reiserfs /dev/mapper/volume0 > # mount /dev/mapper/volume0 /mnt > # mount |grep volume0 > /dev/mapper/volume0 on /mnt type reiserfs (rw) > > Now how can I verify that its(encryption) working fine or not ? If you find volume0 in the output of the following command, then it is probably encrypted: sudo dmsetup --target crypt table Regards, Till --------------------------------------------------------------------- dm-crypt mailing list - http://www.saout.de/misc/dm-crypt/ To unsubscribe, e-mail: dm-crypt-unsubscribe@xxxxxxxx For additional commands, e-mail: dm-crypt-help@xxxxxxxx