|
From: Ensel S. <us...@dh...> - 2006-03-30 17:04:36
|
On Thu, 30 Mar 2006, Csaba Henk wrote: > On 2006-03-27, Ensel Sharon <us...@dh...> wrote: > > http://0x06.sigabrt.de/howtos/freebsd_encrypted_image_howto.html > > That tutorial suggest creating the image file as > > dd if=/dev/zero of=secimg bs=1k count=10k > > It seems to be bogus -- 10k is too small for newfs to successfully run, > regardless FUSE (and btw, using "truncate -s <size> <file>" is more handy). > > > Enter new passphrase: > > Reenter new passphrase: > > gbde: write: Input/output error > > # > > Fixed, see > > http://mercurial.creo.hu/repos/fuse4bsd-hg/?cs=88e5e11d1064 So, was it a problem withe FUSE, then, and I don't need to troubleshoot or change GEOM/GDBE, or the steps taken in that HOWTO (other than creating a larger backing file) ? |