Hi all,
I am trying to create an encrypted zfs volume that will be auto-mounted using a keyfile. According to online information this should be possible with the following command:
However when I try I get
I tried with
I am trying to create an encrypted zfs volume that will be auto-mounted using a keyfile. According to online information this should be possible with the following command:
zfs create -o mountpoint=/home/ -o encryption=on -o keysource=raw,file:///usr/local/homekey disk/home
However when I try I get
cannot create 'disk/home': invalid property 'keysource'
I tried with
keysource=passphrase,prompt
with the same result. Encryption is set on the "disk" pool, and searching online has not yielded any more info. As such I wanted to see if the commands I am running are correct for FreeBSD (version 14.0-RELEASE) .