Re: [ZFS] file in encrypted dataset disappears on first reboot

From: Andrea Venturoli <ml_at_netfence.it>
Date: Sat, 29 Jan 2022 10:59:26 UTC
On 1/29/22 10:53, Taceant Omnes wrote:
> I found something that looks like a bug, however a comment was posted saying
> "There must be some trivial explanation for this.".
> Fair enough, only I have no idea what could be the explanation.
> 
> As I am a zfs novice I wonder if someone could offer some insight?
> This only takes me a couple of minutes to reproduce, in case someone
> wants to try to reproduce it.
> 
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261543
> 

You could try:

zfs load-key -a
zfs mount zroot/enc



Other things to check:

zfs list|grep zroot/enc
zfs get mounted zroot/enc
zfs get mountpoint zroot/enc

  bye
	av.