At 09:54 PM 5/13/2000 +0200, Assar Westerlund wrote:
>Jeroen Ruigrok van der Werven <[EMAIL PROTECTED]> writes:
> > -On [20000513 21:06], Manfred Antar ([EMAIL PROTECTED]) wrote:
> > >I get this in boot mesgs and I don't know how to fix it.
> > >Device char-major=13 minor=0 opened in block mode, convert to char mode
> > >with /dev/MAKEDEV before 2000-07-01
> > 
> > There is a bug somewhere in the rootmount code.
>
>The following patch fixed the problem for me.  For extra points,
>rename the function.
>
>/assar
>
>--- vfs_subr.c~ Sat May  6 00:08:38 2000
>+++ vfs_subr.c  Sat May 13 21:47:08 2000
>@@ -1296,7 +1296,7 @@
>                 return (error);
>         }
>         vp = nvp;
>-       vp->v_type = VBLK;
>+       vp->v_type = VCHR;
>         addalias(vp, dev);
>         *vpp = vp;
>         return (0);
That works for me too .
Which is the correct dev  /dev/da0a , /dev/rda0a , or /dev/da0s1a to use
rda0a won't work. da0a works fine and I got rid of all the da0s1a,b,e,f,g ones ?
Manfred
=====================
||    [EMAIL PROTECTED]       ||
||    Ph. (415) 681-6235        ||
=====================



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to