First page Back Continue Last page Graphics
Using /etc/fstab
Line to add to /etc/fstab
- /home/foo/data /home/foo/crypto/ ext2 \
- defaults,noauto,user,exec,loop=/dev/loop0, \
- encryption=twofish,keybits=256 0 2
Mount encrypted fs with
- foo@compi:~$ mount crypto
- Password:
- foo@compi:~$
A normal user can mount the fs if he owns the mountpoint