zfs encryption

  1. 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?
  2. 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