|
|
Log in / Subscribe / Register

Encrypted filesystem support

Encrypted filesystem support

Posted Jan 11, 2007 7:28 UTC (Thu) by fyodor (guest, #3481)
Parent article: Looking forward to Fedora 7

Encrypted filesystem support, though which encryption technology will be used has not been decided yet.

I think they mostly mean encrypted root filesystem support here, or maybe they want to add better admin tools. But I've been encrypting non-root filesystems with Fedora for ages, and it is pretty easy. Simply dedicate a hard drive partition (or use a file with loopback) for this, then run 'cryptsetup' to create an encrypted mapping of that partition in /dev/mapper. Then format it with your preferred filesystem (e.g. use mke2fs) and then you are ready to 'mount' it. Here are more detailed instructions.

-Fyodor
Insecure.Org


to post comments

Encrypted filesystem support

Posted Jan 11, 2007 21:32 UTC (Thu) by Shin (guest, #5731) [Link]

EncFS (http://arg0.net/wiki/encfs/intro2) is also nice, and while not "better", has some advantages for me:
- very easy to setup
- no need to pre-allocate space
- easy to backup
- integration with PAM if you want (ie - log in and your 'vault' is automatically open)

I think a 'vault' folder that is easy for users to use and setup and is automatically opened upon login can be very useful (especially on laptops).


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds