zfs encryption

  1. DanielBowman

    Encrypted ZFS Home

    This How to considers ZFS is setup as zroot/home i.e. the default - if not, make changes accordingly. Configuring PAM to automatically (be able to) mount your zfs home directory on login: /etc/pam.d/system auth required pam_unix.so no_warn try_first_pass nullok auth...
  2. B

    Solved Enable ZFS encryption during adduser

    Hey Everyone, I selected Enable ZFS encryption in the adduser step during the installation of FreeBSD14.1 stable. After I restarted, the data in my Home directory became invisible. I guess this is caused by Enable ZFS encryption. What should I do to solve this problem?
  3. B

    jails Jail's fstab Inside Encrypted ZFS Dataset. Jail Fails to Launch

    Each jail's specific data lives inside its own dataset: zusr/$name. This includes the fstab, which (if the dataset is encrypted/unmounted), won't be available until zfs mount -l zusr/$name. Naturally, I thought that I could put some logic in exec.prepare, which performs this command before the...
Back
Top