On Mon, Jun 05, 2006 at 04:47:28AM -0700, Rott_En wrote: > Is it a risk to attempt using your recommedation ? Am I risking the > integrity of my cryptofile container ? It is 90GB big and I dont have > any auxiliary backup medium so big, taking a backup of it is almost > out of hope. > > I can't loose the data from this cryptofile, so please tell me if I > risk using your method of repair.
of course there is a risk, as doing a fsck will modify the vnd-disk contents. try first with ``fsck -n'', see fsck(8). but as it appears to me, your problem is that as the system was not shut down cleanly, the crypto disk is in a dirty state, and thus a fsck is required for its proper operation. alternatively, you might consider trying a mount with -f and -r, see mount(8), and see if you can read its contents. make sure to use ``vnconfig -k'' first, and see that you have the right key, otherwise neither will work (but should still be safe) Juha