On Wed, Sep 07, 2022 at 07:24:49PM +0200, Danny Koenig wrote: (trimmed) > > > > root@core-fs:~ => disklabel -p g /dev/sd5c > > > > # /dev/sd5c: > > > > type: SCSI > > > > disk: SCSI disk > > > > label: SR RAID 1 ^^^^^^ (trimmed) > > > Yes, that's the output: > > # /dev/rsd5c: > type: SCSI > disk: SCSI disk > label: SR RAID 1C ^^^^^^^
Are you sure you reassembled things correctly? Your backup disklabel seems to indicate an encrypted volume (a RAID1 encrypted volume, to be precise), but your "new" disklabel (the one you got when things stopped working) indicates only RAID1. --