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

Scott Long scottl at samsco.org
Mon Feb 10 06:12:37 UTC 2020


>> 
>> It seems that this commit makes our systems to hang at the point, when trying
>> 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 this 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)” in ata_da.c et all?  That might fix it, but I can’t easily test booting off of UFS at the moment.

Scott



More information about the svn-src-all mailing list