I have a new FritzBox 7530, installed openWRT 23 and openWrt 24. I want ro encrypt my USB Harddrive, but I get this error:
Enter passphrase for /dev/sda1:
device-mapper: reload ioctl on sda1 (253:0) failed: No such file or directory
On my PC or on openWrt 19, there are no Problems. My chiphers are:
--type luks1 --cipher aes-cbc-essiv:sha256 /dev/sdX
That looks like that a cipher is missing?
LUKS sadly includes quite a few host requirements into the encrypted container, so the resulting filesystem images aren't necessary movable between (too-) different systems (things like architecture, 32 bit vs 64 bit, endianess and RAM size).
We've had cases of that (here) in the past (I think in relation to the RAM size used on the host creating the luks container), but as I'm not using it myself, I've only followed in from the side-lines.
Plz tell me ... Why I can encrypt the device on a very old mips32 ( kernel 2.6 ) and I cant encrypt it on an arm cpu with 4 cores and 256 MB ram ( fritzbox 7530 ). I want to understand it.