2009/7/7 Daniel Underwood <djuatde...@gmail.com>:
> Good morning, folks!  (At least, it's morning on the east coast of USA)
>
>
> QUESTION 1: Would someone please explain the /var/run/dmesg.boot excerpt 
> below?
>
> Note: I have glanced at both of the following links, but at the
> moment, I do not have time to dig into the documentation and learn all
> about this.  I'm hoping to get enough knowledge to understand what's
> going on with this excerpt, and then later invest time in deeper
> learning.
> <http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/geom.html>
> <http://www.freebsd.org/cgi/man.cgi?query=geom&sektion=4>
>
> [BEGIN excerpt from dmesg.boot]
> GEOM_LABEL: Label for provider ad0s1a is ufsid/4a0047d615cb402f.
> GEOM_LABEL: Label for provider ad0s1d is ufsid/4a0047d94598831f.
> GEOM_LABEL: Label for provider ad0s1e is ufsid/4a0047d8017e2a4d.
> GEOM_LABEL: Label for provider ad0s1f is ufsid/4a0047d82cde044f.
> GEOM_LABEL: Label for provider ad0s1g is ufsid/4a0047d6b40e9fa1.
> Trying to mount root from ufs:/dev/ad0s1a
> GEOM_LABEL: Label ufsid/4a0047d615cb402f removed.
> GEOM_LABEL: Label for provider ad0s1a is ufsid/4a0047d615cb402f.
> GEOM_LABEL: Label ufsid/4a0047d6b40e9fa1 removed.
> GEOM_LABEL: Label for provider ad0s1g is ufsid/4a0047d6b40e9fa1.
> GEOM_LABEL: Label ufsid/4a0047d8017e2a4d removed.
> GEOM_LABEL: Label for provider ad0s1e is ufsid/4a0047d8017e2a4d.
> GEOM_LABEL: Label ufsid/4a0047d82cde044f removed.
> GEOM_LABEL: Label for provider ad0s1f is ufsid/4a0047d82cde044f.
> GEOM_LABEL: Label ufsid/4a0047d94598831f removed.
> GEOM_LABEL: Label for provider ad0s1d is ufsid/4a0047d94598831f.
> GEOM_LABEL: Label ufsid/4a0047d615cb402f removed.
> GEOM_LABEL: Label ufsid/4a0047d6b40e9fa1 removed.
> GEOM_LABEL: Label ufsid/4a0047d8017e2a4d removed.
> GEOM_LABEL: Label ufsid/4a0047d82cde044f removed.
> GEOM_LABEL: Label ufsid/4a0047d94598831f removed.
> [END excerpt from dmesg.boot]

By default now, geom creates an ufsid label on its
ufs partitions (similar idea to linux's uuid scheme).

If you choose to not use it (let us say, for instance,
as we can clearly see, as no-one could disagree (and
30 other inane Chomskyisms)) by mounting your partitions
via their respective bsdlabel names, geom kindly removes
them.  There has been some debate as to whether this should
be silent or not (I think in freebsd-current@), since it is perfectly
safe to ignore.

It is perfectly safe to ignore.



-- 
--
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to