[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [work] Re: Encrypted CDs/DVDs
Michael Janich wrote:
> But I really like to have an entry in /etc/fstab, that can transparently mount it.
> Right now I have:
>
> /dev/cdrom /cryptcd iso9660 noauto,owner,kudzu,ro,loop=/dev/loop0,encryption=AES128 0 0
>
> but that does not work.
>
> Any comments or tips? Much appreciated!
Put this line into your /etc/fstab and it will work:
/dev/cdrom /cryptcd iso9660 noauto,owner,kudzu,ro,loop=/dev/loop0,encryption=aes,keybits=128,phash=sha256 0 0
^^^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^^^^^^
Kerneli.org and loop-AES versions have different mount, losetup and fstab
options. Examples in aespipe README file use loop-AES syntax.
Regards,
Jari Ruusu <jari.ruusu@pp.inet.fi>
-
Linux-crypto: cryptography in and on the Linux system
Archive: http://mail.nl.linux.org/linux-crypto/