Hello,
I have a geli(8) encrypted ZFS mirror in my NAS, so two disks for that and one unencrypted UFS drive for the OS partition.
Before shutting down I detach the ZFS drives performing the following commands:
After detaching, for each disk I get following error messages resp. warnings:
Though, I had now problems with that until now, it looks a little bit worrying to me and I'm afraid that could lead to data loss. Am I doing it right? Does it work "as designed"? Probably the OS just sees "garbage" due to the encrypted data and sends out warnings but I'm not sure.
Thank you very much in advance.
I have a geli(8) encrypted ZFS mirror in my NAS, so two disks for that and one unencrypted UFS drive for the OS partition.
Before shutting down I detach the ZFS drives performing the following commands:
Code:
zpool export mypool
geli detach ada1
geli detach ada2
After detaching, for each disk I get following error messages resp. warnings:
Code:
GEOM: diskid/DISK-WD-WMC1T2215521: corrupt or invalid GPT detected.
GEOM: diskid/DISK-WD-WMC1T2215521: GPT rejected -- may not be recoverable.
GEOM_ELI: Device ada2.eli destroyed.
GEOM: ada2: corrupt or invalid GPT detected.
GEOM: ada2: GPT rejected -- may not be recoverable.
GEOM: diskid/DISK-WD-WMC1T1950958: corrupt or invalid GPT detected.
GEOM: diskid/DISK-WD-WMC1T1950958: GPT rejected -- may not be recoverable.
Though, I had now problems with that until now, it looks a little bit worrying to me and I'm afraid that could lead to data loss. Am I doing it right? Does it work "as designed"? Probably the OS just sees "garbage" due to the encrypted data and sends out warnings but I'm not sure.
Thank you very much in advance.
Last edited by a moderator: