EncryptedFilesystems: Revision history

From code/src wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 May 2011

25 May 2011

  • curprev 08:4708:47, 25 May 2011Michael talk contribs 488 bytes +488 Created page with "== Creating the filesystem == <pre> sudo modprobe cryptoloop sudo modprobe aes dd if=/dev/zero of=$HOME/filesystem.aes bs=1M count=100 sudo losetup -e aes -k 256 /dev/loop0 $HOME…"