From owner-freebsd-hackers@FreeBSD.ORG Fri May 9 10:15:01 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7954C37B401 for ; Fri, 9 May 2003 10:15:01 -0700 (PDT) Received: from honolulu.procergs.com.br (honolulu.procergs.com.br [200.198.128.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A9BF43F75 for ; Fri, 9 May 2003 10:15:00 -0700 (PDT) (envelope-from marcelo-leal@procergs.rs.gov.br) Received: from ws-tor-0004.procergs (unknown [172.28.5.20]) by honolulu.procergs.com.br (Postfix) with ESMTP id 23C7FAF9A; Fri, 9 May 2003 14:14:51 -0300 (BRT) Received: by ws-tor-0004.procergs (Postfix, from userid 1000) id 33850108F3; Fri, 9 May 2003 14:14:47 -0300 (BRT) Received: from procergs.rs.gov.br (localhost [127.0.0.1]) by ws-tor-0004.procergs (Postfix) with ESMTP id 2872B108F2; Fri, 9 May 2003 14:14:47 -0300 (BRT) From: omestre@freeshell.org To: Daniel Lang In-Reply-To: Message from Daniel Lang <20030509143536.GF69573@atrbg11.informatik.tu-muenchen.de> References: <20030509141353.672DF108F3@ws-tor-0004.procergs> <20030509143536.GF69573@atrbg11.informatik.tu-muenchen.de> Date: Fri, 09 May 2003 14:14:42 -0300 Sender: marcelo-leal@procergs.rs.gov.br Message-Id: <20030509171447.33850108F3@ws-tor-0004.procergs> cc: freebsd-hackers@freebsd.org cc: omestre@freeshell.org cc: marcelo-leal@ws-tor-0004.procergs.com.br Subject: Re: two mounts.. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2003 17:15:01 -0000 Hello again... I have used the mount_nullfs and it works fine! Thanks. In linux, i can do two, three ... mounts of the same partition, many times. But, i know that the nullfs is fine for me. I want this to run a linux backup client under FreeBSD (in a chroot environment). Now, everything is working fine. Thanks again.