On Thu, Mar 9, 2017 at 12:13 PM, Roderick <hru...@gmail.com> wrote: > And where are the planned checksums written?
First version divided partition to data and checksum areas which means RAID1 with checksums and RAID1 were compatible in a sense that if something terribly happen in checksumming code, then you still may get data while attaching as RAID1. Current version is using 512k data + 4k checkksum scheme which makes it incompatible with plain RAID1. > I ask this because I want to know if I will make me dependent of > todays stand of OpenBSD. > > Mounting ffs partitions of OpenBSD in FreeBSD and the opposite > is possible without big problems. Will this change with Raid? Yes, as FreeBSD does not know anything about OpenBSD's software raid. Karel