Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 98 13:33:22 +0200
From:      THIERRY.HERBELOT@telspace.alcatel.fr
To:        adamn@criterion.canon.co.uk
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: /dev/zero
Message-ID:  <H000057c017310b3@MHS>
In-Reply-To: <35BD9C97.963B3543@csl.com>

next in thread | previous in thread | raw e-mail | index | archive | help

replace MAKEFILE by MAKEDEV



> Christian Molnar wrote:
> 
> > Hello Guys,
> >
> > Trying to create a hard drive image I deleted /dev/zero.  How do I
re-create
> > it?
> 
> Oops! I'm used to wiping out disk device files myself.
> 
> The /dev/ stuff is all in /dev/MAKEFILE
> 
> Do
> 
> cd /dev
> grep "mknod zero" MAKEFILE
> 
> and, once you understand what the output means, do
> 
> `grep "mknod zero" MAKEFILE`
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message


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



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