Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 1998 19:47:20 +1000 (EST)
From:      Andrew <perrya@python.shoal.net.au>
To:        Evren Yurtesen <yurtesen@ispro.net.tr>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: serious problem!
Message-ID:  <Pine.BSI.3.95.980405194621.14585A-100000@python.shoal.net.au>
In-Reply-To: <Pine.LNX.3.96.980405024512.9052B-100000@avrasya.ispro.net.tr>

next in thread | previous in thread | raw e-mail | index | archive | help
I usually do 
sh MAKEDEV vty12
I think this acts as a front end for mknod

Andrew Perry

> 
> reactor:/dev>./MAKEDEV ttyp0 ttyp1 ttyp2 ttyp3 ttyp4
> ttyp0 - no such device name
> ttyp1 - no such device name
> ttyp2 - no such device name
> ttyp3 - no such device name
> ttyp4 - no such device name
> reactor:/dev>
> 
> I have just fixed it with mknod command
> 
> mknod ttyp0 c 5 0
> mknod ttyp1 c 5 1
> mknod ttyp2 c 5 2
> 
> thanks for everyone!
> 
> PS.I got scared so badly at first!
> 
> +--------------------------------------------------------+
> | Name  : Evren Yurtesen - yurtesen@ispro.net.tr         |
> | S-mail: Mithatpasa Cad. No:1079/13 35290  Guzelyali    |
> | Home:+90-232-2857604 Work:+90-232-2463992 Izmir/TURKEY |
> +--------------------------------------------------------+
> 
> On Sat, 4 Apr 1998, Joe "Marcus" Clarke wrote:
> 
> > Use the /dev/MAKEDEV script to recreate devices.  Type:
> > 
> > /dev/MAKEDEV ttyp0 ttyp1 ttyp2
> > 
> > Joe Clarke
> > 
> > On Sun, 5 Apr 1998, Evren Yurtesen wrote:
> > 
> > > hello
> > > accidentally I have deleted 
> > > 
> > > /dev/ttyp0
> > > /dev/ttyp1
> > > /dev/ttyp2
> > > .
> > > .
> > > .
> > > 
> > > how can I create them again???
> > > I need a quick help!
> > > 
> > > 
> > > 
> > > +--------------------------------------------------------+
> > > | Name  : Evren Yurtesen - yurtesen@ispro.net.tr         |
> > > | S-mail: Mithatpasa Cad. No:1079/13 35290  Guzelyali    |
> > > | Home:+90-232-2857604 Work:+90-232-2463992 Izmir/TURKEY |
> > > +--------------------------------------------------------+
> > > 
> > > 
> > > 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
> > 
> 
> 
> 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?Pine.BSI.3.95.980405194621.14585A-100000>