svn commit: r357710 - in head/sys: cam/ata cam/nvme cam/scsi ufs/ffs

Cy Schubert Cy.Schubert at cschubert.com
Mon Feb 10 06:54:29 UTC 2020


In message <072B4947-08B4-4516-80F6-D4F7C0687568 at 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 at cschubert.com>
FreeBSD UNIX:  <cy at FreeBSD.org>   Web:  http://www.FreeBSD.org

	The need of the many outweighs the greed of the few.




More information about the svn-src-head mailing list