From owner-freebsd-questions Fri May 25 17:31:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id A3C5A37B423 for ; Fri, 25 May 2001 17:31:24 -0700 (PDT) (envelope-from DougB@DougBarton.net) Received: from DougBarton.net (master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id RAA31330; Fri, 25 May 2001 17:31:22 -0700 (PDT) (envelope-from DougB@DougBarton.net) Message-ID: <3B0EF95A.55EA81DC@DougBarton.net> Date: Fri, 25 May 2001 17:31:22 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Robert T.G. Tan" Cc: FreeBSD Questions Subject: Re: MAKEDEV, /dev References: <20010525182042.A7340@cs.pdx.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Robert T.G. Tan" wrote: > > Im not clear about the dev entries.. Could I say > start out with an emtpy /dev directory, after > rm all device entries in there.. It would be safer to do something like this: cd / mkdir newdev cd newdev cp /dev/MAKEDEV . /bin/sh MAKEDEV all cd / mv dev olddev && mv newdev dev Then you should be ok. > and then do a MAKEDEV like below - as quoted from > UPDATING.. > > To rebuild disk /dev entries > ---------------------------- > starting the following: > For N in the list of disks > MAKEDEV N # eg ad0 > for M in the list of slices > MAKEDEV NsMa # eg ad0s1a > > Tnx, rotan. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- I need someone really bad. Are you really bad? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message