From owner-freebsd-questions@FreeBSD.ORG Mon Aug 8 13:06:22 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 F13DB16A41F for ; Mon, 8 Aug 2005 13:06:22 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A9C043D49 for ; Mon, 8 Aug 2005 13:06:22 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-37-29.dynamic.qsc.de [212.202.37.29]) by efacilitas.de (Postfix) with ESMTP id 368AF4AE58; Mon, 8 Aug 2005 15:12:02 +0000 (UTC) Received: from localhost (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id C8CD412B101; Mon, 8 Aug 2005 15:05:34 +0200 (CEST) Received: from eurystheus.local ([192.168.1.67]) by localhost (eurystheus.locaL [192.168.1.67]) (amavisd-new, port 10024) with ESMTP id 74487-06; Mon, 8 Aug 2005 15:05:27 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 80D6512B0FF; Mon, 8 Aug 2005 15:05:27 +0200 (CEST) Message-ID: <42F75896.8090100@cs.tu-berlin.de> Date: Mon, 08 Aug 2005 15:05:26 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050517 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Valerio daelli References: <27dbfc8c050808054955f938a6@mail.gmail.com> In-Reply-To: <27dbfc8c050808054955f938a6@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at example.com Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD mount_null 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: Mon, 08 Aug 2005 13:06:23 -0000 Valerio daelli wrote: > I would like to use freebsd mount_null features and I've tried > with some 2001 sources. But we didn't succedeed in installing it from sources > since it complaints about some functions missing: [...] Why do you use sources from 2001? Tell a bit more about your environment. You should be able to use nullfs without compiling anything; I mean you only need to load the kernel module nullfs and use mount_nullfs. Regards Björn