Date: Thu, 02 Apr 2009 22:25:09 +0200 From: Ivan Voras <ivoras@freebsd.org> To: freebsd-current@freebsd.org Subject: Re: strange UFS labels behaviour Message-ID: <gr36vc$ga5$1@ger.gmane.org> In-Reply-To: <367b2c980903311133v37833cabla4934f8b1a9b5e15@mail.gmail.com> References: <367b2c980903311133v37833cabla4934f8b1a9b5e15@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig0AF00B832FA1D7C0D6D217CF Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Olivier SMEDTS wrote: > Hi, >=20 > Since UFS labels were introduced, I've got strange behaviour when > fsck-ing or mounting my UFS partitions. Here is the console output at > boot : > Is this expected ? I didn't read your message in detail but if are you asking if the "label =2E.. removed" are valid when the device is opened from an "alternative" entry point (e.g. ad0s1e instead of ufsid/4867d45fd3972203) then yes, this is by design. The label is read from the file system metadata and anything that opens that file system for its own use can change this metadata - so the labels are removed. (note that this is nothing special as far as GEOM_LABEL is concerned - this is present in all types and forms of labels). If you're complaining about the verbosity of the whole process then I think you can set the kern.geom.label.debug sysctl to -1 to avoid these messages. The "modern" way would be to use the labels as device nodes for mounting instead of raw devices - in this case they would "stay" when opened. --------------enig0AF00B832FA1D7C0D6D217CF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAknVHyUACgkQldnAQVacBchuxACgg2GuKaEpeb+2Lrr10lKWbgQU eoMAn2n+UWZ/H1UPvf01zuXlRWraGd// =J3jT -----END PGP SIGNATURE----- --------------enig0AF00B832FA1D7C0D6D217CF--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?gr36vc$ga5$1>