From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 16:51:43 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 5FB8816A41F for ; Thu, 6 Oct 2005 16:51:43 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail23.sea5.speakeasy.net (mail23.sea5.speakeasy.net [69.17.117.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F8D543D45 for ; Thu, 6 Oct 2005 16:51:42 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 3518 invoked from network); 6 Oct 2005 16:51:38 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail23.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 6 Oct 2005 16:51:38 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 0CF4A2D; Thu, 6 Oct 2005 12:51:36 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Chad Leigh -- Shire.Net LLC" References: <67F3ED9B-5977-41E1-BABE-F4F17399EAF6@shire.net> From: Lowell Gilbert Date: 06 Oct 2005 12:51:36 -0400 In-Reply-To: <67F3ED9B-5977-41E1-BABE-F4F17399EAF6@shire.net> Message-ID: <44oe62zizr.fsf@be-well.ilk.org> Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: f-q questions Subject: Re: md device backing files on nfs mounts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2005 16:51:43 -0000 "Chad Leigh -- Shire.Net LLC" writes: > Can the files that back an md device be resident on an nfs mount? > > I run some jails with each having its own root based on an md device. > I am thinking of having a backend nfs server have all the storage and > serve it to various front end servers. If one front end server went > down I could easily bring it up on another one. Kind of poor-man's > redundancy How do you get the NFS mount before you have a root? Also, I suspect the permissions might be a little tricky... Some kind of netbooting might work.