mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
redundant paths to the same device.
This class reacts to a label in the first sector of the device,
which is created the following way:
# "0123456789abcdef012345..."
# "<----magic-----><-id-...>
echo "GEOM::FOX someid" | dd of=/dev/da0 conv=sync
NB: Since the fact that multiple disk devices are in fact the same
device is not known to GEOM, the geom taste/spoil process cannot
fully catch all corner cases and this module can therefore be
confused if you do the right wrong things.
NB: The disk level drivers need to do the right thing for this to
be useful, and that is not by definition currently the case.
14 lines
176 B
Makefile
14 lines
176 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= geom_apple \
|
|
geom_bde \
|
|
geom_bsd \
|
|
geom_ccd \
|
|
geom_fox \
|
|
geom_gpt \
|
|
geom_mbr \
|
|
geom_pc98 \
|
|
geom_sunlabel \
|
|
geom_vol_ffs
|
|
|
|
.include <bsd.subdir.mk>
|