Suggested Reading
http://icewalkerz.blogspot.com/2009/10/how-to-create-encrypted-partition-local.html
Create an empty DVD image. The size of the image depends on the media you use (the one in the example works for DVD-R)
dd if=/dev/zero of=dvd.img bs=1000000 count=4700
Mount the image on a loopback device and prepare it for further use with LUKS:
losetup /dev/loop0 dvd.img
Sunday, November 22, 2009
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment