From owner-freebsd-fs@FreeBSD.ORG Tue Jul 17 11:56:47 2007 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4AE8016A400 for ; Tue, 17 Jul 2007 11:56:47 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from ns.trinitel.com (186.161.36.72.static.reverse.layeredtech.com [72.36.161.186]) by mx1.freebsd.org (Postfix) with ESMTP id 0CA4F13C491 for ; Tue, 17 Jul 2007 11:56:46 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from proton.local (209-163-168-124.static.twtelecom.net [209.163.168.124]) (authenticated bits=0) by ns.trinitel.com (8.14.1/8.14.1) with ESMTP id l6HBujs9094642 for ; Tue, 17 Jul 2007 06:56:46 -0500 (CDT) (envelope-from anderson@freebsd.org) Message-ID: <469CAE7D.8090609@freebsd.org> Date: Tue, 17 Jul 2007 06:56:45 -0500 From: Eric Anderson User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) MIME-Version: 1.0 To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ns.trinitel.com Subject: NFS on NFS? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2007 11:56:47 -0000 Here's what I'd like to do: - Mount NFS export from filer 'A' - Export that mountpoint to clients via NFS I've already tried it, and it doesn't quite work. FreeBSD allows me to export it (doing tricks like null mounting the NFS mounted directory on a different directory, etc). But when a client mounts it, it has issues. Does anyone know if this is a reasonable problem to solve for FreeBSD, or is it so much work that it isn't worth it? Oh, and please - I understand the implications of doing such a thing, no worries, I still want to. Eric