From owner-freebsd-questions@FreeBSD.ORG Tue Nov 11 10:50:41 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CA31482 for ; Tue, 11 Nov 2014 10:50:41 +0000 (UTC) Received: from mail.vlymskerp.net (mail.vlymskerp.net [197.189.214.107]) by mx1.freebsd.org (Postfix) with ESMTP id 194B3807 for ; Tue, 11 Nov 2014 10:50:40 +0000 (UTC) Received: from mail.vlymskerp.net (localhost [127.0.0.1]) by mail.vlymskerp.net (Postfix) with ESMTP id A7F8864B84 for ; Tue, 11 Nov 2014 12:50:31 +0200 (SAST) Received: by mail.vlymskerp.net (Postfix, from userid 5001) id 9212864B7D; Tue, 11 Nov 2014 12:50:31 +0200 (SAST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on vps1.vlymskerp.net X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=ham version=3.3.1 Received: from penguin.localnet (unknown [41.161.81.164]) by mail.vlymskerp.net (Postfix) with ESMTPSA id DB60364B7D for ; Tue, 11 Nov 2014 12:50:30 +0200 (SAST) From: Coert To: freeBSD Subject: cannot NFS export a unionfs Date: Tue, 11 Nov 2014 12:50:22 +0200 Message-ID: <3727855.78qJKTEYcZ@penguin> User-Agent: KMail/4.13.2 (Linux/3.13.0-24-generic; KDE/4.13.2; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2014 10:50:41 -0000 Hello all! My server has three disks, and for ease of backup also 3 seperate filesystems. In the past, (when it still ran Linux,) I union mounted those 3 filesystems on a seperate mount point, and exported that via NFS. I am trying to do the same now on FreeBSD 10.0, and the union mount works on the local machine, but if I try to NFS export it, I get an error: unionfs does not support mount update. (something along those lines, sorry I am not in front of the box right now) I have googled all over the place, so far with no luck. Could anyone give me some pointers? Should I use FUSE union instead? Should I use something other than unionfs? Kind regards, Coert