From owner-freebsd-questions@FreeBSD.ORG Fri Dec 10 14:24:11 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 454CE1065672 for ; Fri, 10 Dec 2010 14:24:11 +0000 (UTC) (envelope-from sa@mbg.se) Received: from server3.mbg.se (c-7-202-233-83.cust.bredband2.com [83.233.202.7]) by mx1.freebsd.org (Postfix) with ESMTP id B2C8F8FC0A for ; Fri, 10 Dec 2010 14:24:10 +0000 (UTC) Received: from dator6.hbg.mbg.se (server7 [83.233.202.1]) (authenticated bits=0) by server3.mbg.se (8.14.4/8.14.4) with ESMTP id oBADvweb072246 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Fri, 10 Dec 2010 14:57:58 +0100 (CET) (envelope-from sa@mbg.se) Message-ID: <4D0231E1.6010105@mbg.se> Date: Fri, 10 Dec 2010 14:57:53 +0100 From: =?ISO-8859-1?Q?Sven-=C5ke_Svensson?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; sv-SE; rv:1.9.1.15) Gecko/20101112 Thunderbird/3.0.10 MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.0 required=8.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on server3.mbg.se Subject: ZFS over nfs 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: Fri, 10 Dec 2010 14:24:11 -0000 Hi I have a file server with an zfs system. I have set up nfs shares using "zfs nfsshare...." as it says in the documentation. Then the system use the file /etc/zfs/exports. But I find out that I also can share this directories using the standard /etc/exports. This way I have all administration of shares in the same place. But are there any disadvantages doing it this way? Anybody know? System is Freebsd 8.1. Best regards Sven-Åke Svensson