Skip to content

FreeBSD

Ben RUBSON edited this page May 13, 2018 · 5 revisions

Installation from packages

pkg install fusefs-encfs

Installation from ports

cd /usr/ports/sysutils/fusefs-encfs/
make build
make install
make clean

Installation from sources

  1. Get last EncFS version.

2 . Compile, test and install following the INSTALL.md file from the version you use.
For example, for 1.9.5 : https://github.com/vgough/encfs/blob/v1.9.5/INSTALL.md

Warnings

There may be some issues in reverse mode, when backing files are modified.
See this comment : https://github.com/vgough/encfs/issues/315#issuecomment-288197962

Clone this wiki locally