From owner-freebsd-fs@FreeBSD.ORG Thu Aug 5 04:20:10 2004 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EFBD16A4D9; Thu, 5 Aug 2004 04:20:10 +0000 (GMT) Received: from inetmg01.sony.com.sg (inetmg01.sony.com.sg [202.42.154.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4A9A43D54; Thu, 5 Aug 2004 04:20:07 +0000 (GMT) (envelope-from ravi.nanjundappa@ap.sony.com) Received: from avgw02b.sony.com.sg (avgw02b [43.68.8.23]) by inetmg01.sony.com.sg (8.11.7+Sun/8.11.6) with SMTP id i754OxI14983; Thu, 5 Aug 2004 12:24:59 +0800 (SGT) Received: from unknown(43.68.8.1) by avgw02b.sony.com.sg via csmap id c5c18446_e697_11d8_8cfa_0002b3cb4edc_16283; Thu, 05 Aug 2004 12:27:33 +0800 (SGT) Received: from sapsgssdibh01.ap.sony.com (bh01.ap.sony.com [43.68.15.23]) by seagw01.sony.com.sg (8.11.6+Sun/8.11.6) with ESMTP id i754CQE12361; Thu, 5 Aug 2004 12:12:26 +0800 (SGT) Received: from sapinsardexc01.sard.in.sony.com.sg (SAPINSARDEXC01 [43.88.102.8]) by sapsgssdibh01.ap.sony.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id QHNJB47M; Thu, 5 Aug 2004 12:19:56 +0800 Received: from [43.88.102.67] (RAVIN [43.88.102.67]) by sapinsardexc01.sard.in.sony.com.sg with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2655.55) id 37T3D86X; Thu, 5 Aug 2004 10:01:33 +0530 From: ravi To: Robert Watson In-Reply-To: References: Content-Type: text/plain Organization: SONY-SARD Message-Id: <1091679993.4731.3.camel@ravin> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) Date: Thu, 05 Aug 2004 09:56:33 +0530 Content-Transfer-Encoding: 7bit cc: Brian Fundakowski Feldman cc: Raja Guha cc: Dan Nelson cc: freebsd-fs@freebsd.org cc: Poul-Henning Kamp cc: Aniruddha Bohra cc: Andrey Simonenko Subject: Re: Regarding mknod X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Aug 2004 04:20:10 -0000 No. The device node that I'm trying to create is not appearing. Please tell me the solution . On Wed, 2004-08-04 at 17:46, Robert Watson wrote: > On Wed, 4 Aug 2004, ravi wrote: > > > Can u tell me the solution for this ? > > In FreeBSD 5.x, devfs will automatically create devices as specified in > make_dev(), being unable to run mknod(8) should not be a problem. Is > your > device node appearing? > > Robert N M Watson FreeBSD Core Team, TrustedBSD Projects > robert@fledge.watson.org Principal Research Scientist, McAfee > Research > > > > > > On Wed, 2004-08-04 at 13:17, Poul-Henning Kamp wrote: > > > In message <1091602736.4760.64.camel@ravin>, ravi writes: > > > >Hi, > > > >If I run "make load " from /usr/share/examples/kld/cdev/module > > > directory > > > >then I'm getting the following error message . > > > > > > > ># make load > > > >mknod /dev/cdev c 32 0 > > > >mknod: /dev/cdev : No such file or directory > > > >*****Error code 1 > > > > > > > >Even if I execute the " mknod /dev/cdev c 32 0 " command at the > > > terminal > > > >I'm getting the same error message . > > > > > > > > > > > >What is the reason for this ? > > > >Please tell me the solution as well .. > > > > > > the load target in the makefile is outdated and the mknod command > should > > > simply be removed. > > > > >