[Linux-disciples] Re: Creating an encrypted device

Stephen R Laniel steve at laniels.org
Sun Feb 13 16:14:41 EST 2005


Hmm. Following the suggestion here:
http://shorl.com/gegritraprufremy

I did

dd if=/dev/urandom of=cryptdev bs=4096 count=1048576
losetup /dev/loop0 cryptdev
cryptsetup create volume1 /dev/loop0
mkfs.ext3 /dev/mapper/volume1
mount -t ext3 /dev/mapper/volume1 /mnt/cryptvol

The final command gave me the 'bad superblock, wrong fs
type, etc.' error.

Closer, I think ...

-- 
Stephen R. Laniel
steve at laniels.org
+(617) 308-5571
http://laniels.org/


More information about the Linux-disciples mailing list