Re: Encrypted loopback filesystem

2007-05-25 Thread Klein Moebius
* Klein Moebius <[EMAIL PROTECTED]> [2007-05-25 16:25:56 -0500]: > will block out a working space for the file... change the count to vary > the size... That example gave you a 1 Mg file... Once you have the loop successfully created, you will have to make a filestem on it: mke2fs -c /dev/l

Re: Encrypted loopback filesystem

2007-05-25 Thread Klein Moebius
* Michael S. Peek <[EMAIL PROTECTED]> [2007-05-25 10:43:26 -0400]: > Hi gurus, > > I thought I would experiment with creating an encrypted loopback > filesystem. I've generated a file of random numbers, but I can't attack > it to /dev/loop0: > >

Encrypted loopback filesystem

2007-05-25 Thread Michael S. Peek
Hi gurus, I thought I would experiment with creating an encrypted loopback filesystem. I've generated a file of random numbers, but I can't attack it to /dev/loop0: # losetup -e serpent /dev/loop0 $(pwd)/file.bin Password: ioctl: LOOP_SET_STATUS: Invalid argument I did a qu