I encrypted my sdcard under linux in the ext2 format. Now when I try to mount it I have a problem with bioct -c C -l /dev/sd1 softraid0 command.
With disklabel, it only shows the c partition (which as I understand under openbsd means the whole disk and should not be touched). The c partition has fstype as unused. As I understand there needs to be at least one more partition by default with the fstype RAID. But there is no other partition. I booted a live xfce image of void linux, and the sdcard is viewable there. So nothing is corrupted. So how can I open a device encrypted under linux with no partition other than c and raid fstype? Btw I'm sure its sd1 as I confirmed through dmesg Thank you!

