Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
#
Return to Encrypt filesystems with EncFS and Loop-AES
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
pre-allocation fud
Posted by: Anonymous Coward on September 28, 2006 01:51 AMUse a sparse file to save disk space.
dd if=/dev/zero of=/location/of/file bs=4k sd if=/dev/zero of=/location/of/file bs=4k seek=2560 count=0
Simple as that. Also I'd recommend dm-crypt over loop-aes or cryptoloop, those are outdated.
#