Date: Sun, 09 Feb 2020 22:54:22 -0800 From: Cy Schubert <Cy.Schubert@cschubert.com> To: Scott Long <scottl@samsco.org> Cc: Cy Schubert <Cy.Schubert@cschubert.com>, "O. Hartmann" <o.hartmann@walstatt.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r357710 - in head/sys: cam/ata cam/nvme cam/scsi ufs/ffs Message-ID: <202002100654.01A6sMsi003826@slippy.cwsent.com> In-Reply-To: <072B4947-08B4-4516-80F6-D4F7C0687568@samsco.org> References: <202002100023.01A0NKmY053556@repo.freebsd.org> <20200210060145.6920e8f5@thor.intern.walstatt.dynvpn.de> <202002100536.01A5aakV073830@slippy.cwsent.com> <072B4947-08B4-4516-80F6-D4F7C0687568@samsco.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <072B4947-08B4-4516-80F6-D4F7C0687568@samsco.org>, Scott Long writes : > > > >> > >> It seems that this commit makes our systems to hang at the point, when try > ing > >> to mount the > >> root partition, last seen message on console is: > >> > >> [...] > >> mountroot: waiting for device /dev/gpt/root... > >> > >> > >> The root partitions on those systems resides on UFS2 formated SSDs (if thi > s h > >> as any relevance). > > > > What does fstab have to mount root? > > > > Mine that work use gmirror: > > > > /dev/mirror/gm0a / ufs rw 1 1 > > > > The machines that hang use: > > > > /dev/ada0s1a / ufs rw 1 1 > > or a disk with a UFS label (essentially the same thing). > > > > Can you try changing the “return (0)” that I added to “return (-1)” i > n ata_da.c et all? That might fix it, but I can’t easily test booting off > of UFS at the moment. It didn't change anything. -- Cheers, Cy Schubert <Cy.Schubert@cschubert.com> FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002100654.01A6sMsi003826>