Replies: 2 comments
-
Here is what I do. It may not be the best practice, but it works well for me.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was able to set up ZFS in RaidZ1. Then I set up the same drives with a new encrypted pool. Both worked wonderfully.
My issues are:
My process:
I didn’t see a way for ZFS to store or handle the encryption key on its own. I tried making a bash file to load the key, and I tried a .SH script. But neither one would load my encrypted pool on boot. Even if I could do it manually in Terminal.
I wanted the peace of mind knowing I could have a computer crash and recover the encrypted pool on a new computer or OS. So I reinstalled MacOS, installed ZFS, tried loading the pool manually in Terminal. But wasn’t able to recover the pool. Terminal/ZFS saw the pool/drives but I couldn’t mount or use the key properly.
I’m fairly novice with commands so I’m sure all of this is user error. I’m using an M1 Mac mini, OWC ThunderBay 8 with 3 16TB drives, over Thunderbolt 3.
Beta Was this translation helpful? Give feedback.
All reactions