Date: Fri, 06 Oct 2017 18:44:39 -0600 From: Ian Lepore <ian@freebsd.org> To: "O. Hartmann" <o.hartmann@walstatt.org>, Trond =?ISO-8859-1?Q?Endrest=F8l?= <Trond.Endrestol@fagskolen.gjovik.no> Cc: "O. Hartmann" <ohartmann@walstatt.org>, FreeBSD CURRENT <freebsd-current@freebsd.org>, Warner Losh <imp@bsdimp.com> Subject: Re: r324353: boot failure: failed with error 19 Message-ID: <1507337079.86205.282.camel@freebsd.org> In-Reply-To: <20171006223214.580eb09c@thor.intern.walstatt.dynvpn.de> References: <20171006151008.04af417d@thor.intern.walstatt.dynvpn.de> <alpine.BSF.2.21.1710061520240.44721@mail.fig.ol.no> <20171006223214.580eb09c@thor.intern.walstatt.dynvpn.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2017-10-06 at 22:33 +0200, O. Hartmann wrote: > First of all, I think something has changed, since /dev/ufs doesn't get populated anymore > by usage of "gpart label" command. Second, there is a high chance that I messed up > NanoBSD a bit, a couple of days ago I tried to sync with the code base changes and I made > most changes effectively what is now "legacy.sh". Here is the crucial error... Labels created with glabel are in /dev/label, they have never been in /dev/ufs. /dev/ufs is populated by the contents of ufs filesystem labels, which are created using "newfs -L" or "tunefs -L". To see what label (if any) is on your root filesystem, use: # dumpfs / | grep vol volname roots1 swuid 0 providersize 262135 If nothing appears between "volname" and "swuid" it has no label. I'm not disputing something may have changed that is causing you problems, I'm just trying to point out that you are chasing the wrong cause based on some kind of misunderstanding of the symptoms. -- Ian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1507337079.86205.282.camel>