Seeking help or advice. Sorry if this repeats what already has been posted
I had a GELI partition with UFS named like /dev/aacd0s2a.eli and I wanted to label it with glabel(8).
so that I can call it by name /dev/label/JAILROOT when GELI is inactive and /dev/label/JAILROOT when GELI is active.
After I did:
I tried to open it by either
or
I get the message:
I figured I have destroyed the GELI metadata section. 
I don't have them in /var/backups either to try
Am I out of options and the data are gone?
Thank you
I had a GELI partition with UFS named like /dev/aacd0s2a.eli and I wanted to label it with glabel(8).
glabel -l JAILROOT aacd0s2aso that I can call it by name /dev/label/JAILROOT when GELI is inactive and /dev/label/JAILROOT when GELI is active.
After I did:
glabel -l JAILROOT aacd0s2aI tried to open it by either
geli attach -k 0/aacd0s2a.lock label/JAILROOTor
geli attach -k 0/aacd0s2a.lock aacd0s2aI get the message:
Code:
geli: Cannot read metadata from aacd0s2a: Invalid argument.
I don't have them in /var/backups either to try
geli restore.Am I out of options and the data are gone?
Thank you