[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: filesystem encryption?



Hello1

On Mon, Nov 06, 2000 at 05:59:08AM +0900, sen_ml@eccosys.com wrote:

> i'd like to know as well -- i've looked into using vnconfig, but as
> far as i can tell that works only w/ files, and not whole filesystems.

You're nearly on track. vnconfig (or vnd(4) to be precise) acts
as a block device towards "above" and accesses a file "below".

So you CAN
  vnconfig -k ... svnd0 /some/file
Then ONCE:
  disklabel -E svnd0
  newfs /dev/rsvnd0a
And always:
  mount /dev/svnd0a /some/where

Or you could try out the experimental tcfs support (mount_tcfs and
other commands/man pages) that is with soon-to-be-2.8.

> [...]

Regards, Hannah.