svn commit: r220983 - head

Andrey Chernov ache at FreeBSD.ORG
Sun Apr 24 16:34:48 UTC 2011


On Sun, Apr 24, 2011 at 09:23:08AM +0000, Alexander Motin wrote:
>  	ATA device names in /etc/fstab or other places, make sure to update
>  	them respectively (adX -> adaY, acdX -> cdY, afdX -> daY, astX -> saY,
> -	where 'Y's are the sequential numbers for each type in order of
> -	detection, unless configured otherwise with tunables, see cam(4)).
> +	where 'Y's are the sequential numbers starting from zero for each type
> +	in order of detection, unless configured otherwise with tunables,
> +	see cam(4)).

Is there any way to guess resulting 'Y' numbers _before_ booting new 
kernel? I have remote machine with console access almost impossible (very 
hard for me).

It seems something like
vfs.root.mountfrom="ufs:/dev/ada0s1a ufs:/dev/ada1s1a ..."
(up to max channels) helps to find root, but what about other mounted 
disks?

-- 
http://ache.vniz.net/


More information about the svn-src-all mailing list