linux cryptoloop problems

raw

mount-encryption.sh

1
2
3
4
5
6
7
8
9
10
11
12
Does not work anymore on Ubuntu 14.04:
 
$ mount -oencryption=blowfish-256 -ophash=unhashed2 /dev/sdc1 /mnt/backup/
Password: 
ioctl: LOOP_SET_STATUS: No such file or directory
 
 
This works:
$ modprobe cryptoloop
$ losetup -e blowfish -k 256 -N /dev/loop0 /dev/sdc1 
Passwort: 
$ mount /dev/loop0 -o loop /mnt/backup/
Christian Weiske Christian Weiske
owner

History