From owner-freebsd-questions@FreeBSD.ORG Thu Jul 28 03:06:51 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8ED516A41F for ; Thu, 28 Jul 2005 03:06:51 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from S4.cableone.net (s4.cableone.net [24.116.0.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B0A443D4C for ; Thu, 28 Jul 2005 03:06:51 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.vulpes (unverified [24.119.122.41]) by S4.cableone.net (CableOne SMTP Service S4) with ESMTP id 26551561 for multiple; Wed, 27 Jul 2005 20:08:49 -0700 Date: Wed, 27 Jul 2005 22:10:10 -0500 From: Vulpes Velox To: Marcin Message-ID: <20050727221010.72fe115e@vixen42.vulpes> In-Reply-To: <20050727183822.GA30480@daedalus.desk.pl> References: <20050727172134.409FA16A452@hub.freebsd.org> <20050727183822.GA30480@daedalus.desk.pl> X-Mailer: Sylpheed-Claws 1.9.12 (GTK+ 2.6.8; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IP-stats: Incoming Last 0, First 69, in=124, out=0, spam=0 X-External-IP: 24.119.122.41 X-Abuse-Info: Send abuse complaints to abuse@cableone.net Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD file system example and question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2005 03:06:52 -0000 Don't know the answers, but the fs mailing list would probally be a better one to ask on. On Wed, 27 Jul 2005 20:38:22 +0200 Marcin wrote: > > Hello, where can i find information or examples of how to write a > file system for FreeBSD, apart from /usr/src/sys/* > and /usr/share/man/*? > > What is vnode_if.h for? Why is it generated for every fs module if > it is the same every time? I tried to google for the answer but > found nothing. Only a note on Darwin's dev site.