Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2000 07:35:19 -0400 (EDT)
From:      "Chris D. Faulhaber" <jedgar@fxp.org>
To:        Sheldon Hearn <sheldonh@uunet.co.za>
Cc:        Erik de Zeeuw <erik@usishealth.com>, freebsd-current@FreeBSD.ORG
Subject:   Re: MAKEDEV warning with sysinstall ? 
Message-ID:  <Pine.BSF.4.21.0005090734380.1747-100000@earth.fxp>
In-Reply-To: <76875.957863379@axl.ops.uunet.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 9 May 2000, Sheldon Hearn wrote:

> 
> 
> On Mon, 08 May 2000 15:41:55 EST, Erik de Zeeuw wrote:
> 
> > I ran MAKEDEV all, but the message still appear. The messages I found
> > about this on the archives says to do a 'ls -l /dev | grep ^b', and
> > to remake all devices listed, but there's no device listed when I'm
> > doing the 'ls -l /dev | grep ^b'.
> 
> I'm not sure what that'll score you.  Try this:
> 
> 	cd /dev
> 	for i in `ls`; do if test -b $i; then echo $i; fi; done
> 

Hmmm...

find /dev -type b -print

-----
Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org
--------------------------------------------------------
FreeBSD: The Power To Serve   -   http://www.FreeBSD.org



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0005090734380.1747-100000>