On Wed, 04 Jun 2008 15:34:11 +0000, Alphons \"Fonz\" van Werven wrote > Are there any means of encrypting filesystems other than using > cryptfs plus vnode? As far as I could find out, the latter imposes a > size limit of roughly 8GB which is acceptable for most partitions > but not all of them.
Fonz, There's no "cryptfs" in OpenBSD's ports tree. In OpenBSD, either vnconfig(8) or mount_vnd(8) are used to mount filesystem images, with or without encryption. FAQ 14.10 shows an example of mounting a CD9660 filesystem, but any valid filesystem structure may be mounted this way. As far as I know, there are no size restrictions other than the limits of the chosen filesystem.

