Petar Bogdanovic schrieb: >> $ sudo losetup -a >> $ mount -p 0 /mnt/POOL < /home/petar/keys/POOL.key >> ioctl: LOOP_SET_STATUS: No such file or directory > > Sorry, I forgot this: > > $ grep /mnt/POOL /etc/fstab > /opt/POOL /mnt/POOL ext2 rw,user,noauto,loop,encryption=blowfish128 0 0
I seriously have no idea what to do about that. The version in the repos has a cryptoloop patch included (no idea where that is from), the version I posted here is an unpatched util-linux-ng version. I will look into this further. In the meantime, could you try if you can open your volume with cryptsetup? The command would look like losetup /dev/loop0 /opt/POOL cryptsetup create --cipher blowfish --key-size 128 --hash ??? pool /dev/loop0 mount /dev/mapper/pool /mnt/POOL While the ??? for --hash is whatever losetup used as a hash before (I have no idea what it used, maybe someone else can help). If the mount fails, then the settings are wrong and you can do cryptsetup remove pool. As I said before, losetup/cryptoloop is not standardized anywhere, so it is a pain to figure out what it uses.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ arch mailing list [email protected] http://archlinux.org/mailman/listinfo/arch
