arch-independent disks in sys/boot, libstand

Doug Rabson dfr at rabson.org
Wed May 11 09:42:54 UTC 2011


There is an example of this in sys/boot/zfs. The approach taken is to scan
physical drives as they appear and piece them together into ZFS pools based
on the drive metadata. The pools appear as devices in the device table and
the actual ZFS filesystem reader is built on top of that.

On 10 May 2011 10:47, Andriy Gapon <avg at freebsd.org> wrote:

>
> I would like to ask for an advice about where/how to implement architecture
> independent disk type(s) for sys/boot.  The types would be logical disks
> built on
> top of physical architecture-specific disks/partitions.  Possible examples
> are:
> ZFS pools, LVM volumes, etc.
>
> --
> Andriy Gapon
> _______________________________________________
> freebsd-arch at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-arch
> To unsubscribe, send any mail to "freebsd-arch-unsubscribe at freebsd.org"
>


More information about the freebsd-arch mailing list