[issue1565] vinum root mount cannot be found

Alex Hornung (via DragonFly issue tracker) sinknull at leaf.dragonflybsd.org
Sat Nov 21 00:49:41 PST 2009


Alex Hornung <ahornung at gmail.com> added the comment:

It seems vinum tries to use /dev before it is available. A possible workaround 
might be to do the following change to sys/dev/raid/vinum/vinumio.c:
In open_drive(), remove the conditional branch "if (rootdev)" and only leave 
the content of the else branch.
This will remove dependance on /dev, and might solve the issue.

Cheers,
Alex Hornung

----------
priority:  -> bug
status: unread -> chatting

_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue1565>
_____________________________________________________





More information about the Bugs mailing list