|
how use cryptsetup and losetup
hi all;
i have very big problem when I encrypt linux partition using losetup and error occure when I try to mount the partition (run the command )
mount -t ext3 /home/crypt
password:
ioctl: LOOP_SET_STATUS:no such file or directory
and when I use cryptosetup also error occure when I run
cryptsetup luksOpen /dev/sdb1
password:
command filed :no key available for this password
how can I solve yhis problem
or what is the alternative
I used arc4 crypto for both
thanks
i load cryptoloop , dm-crypt ,cryptsetup-luks
|