From owner-freebsd-net@FreeBSD.ORG Sat Nov 9 17:33:16 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D777CC8E for ; Sat, 9 Nov 2013 17:33:16 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-wg0-x231.google.com (mail-wg0-x231.google.com [IPv6:2a00:1450:400c:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74A1C2A18 for ; Sat, 9 Nov 2013 17:33:16 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id x12so3075855wgg.28 for ; Sat, 09 Nov 2013 09:33:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=Erz6NnoCzCTXE0cHEnbSHMi1ZvmK/xtnX59BQF69nUM=; b=s38g+2qeOIl+pdgszgn6zZo7bFvKdmkouucMe9LrD+MTlomY/3BauRvicr4hsFX53G eiOFwwNfuCCQCRM/Iqvro4gbPeFisfcQBn8rlLCmN94rt70RL0U5CxWcQs2v1KIWYjvt oCJUBFxS65ZtoBXRmIVuogi+FsTt+GF1o8Bqz+a9IGx4nchNTrjBtKag0kGrxHpChJF+ EbZB8esUWcGmdvNxGV0hkgQeyphyGmVIYDnwsk1W7dDUzvhZ4OE/w1aaKIxhSb534P7Q v6CXB6kO41QxJe3MQNBuLV/abY6vV2dJdRgPzXv6jgeK50w1vhw4LyhXDezJ7Xiw4vGH POWQ== MIME-Version: 1.0 X-Received: by 10.194.176.163 with SMTP id cj3mr16515944wjc.8.1384018394977; Sat, 09 Nov 2013 09:33:14 -0800 (PST) Sender: asomers@gmail.com Received: by 10.194.171.35 with HTTP; Sat, 9 Nov 2013 09:33:14 -0800 (PST) In-Reply-To: References: <20131108223538.GB41951@nat.myhome> Date: Sat, 9 Nov 2013 10:33:14 -0700 X-Google-Sender-Auth: UGpw3W54YW-yCCz6AUpJmRGFFHQ Message-ID: Subject: Re: Sharing NTFS file system over NFS From: Alan Somers To: Juris Kaminskis Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-net@freebsd.org, "Paul A. Procacci" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Nov 2013 17:33:16 -0000 On Fri, Nov 8, 2013 at 11:27 PM, Juris Kaminskis wrote: > 2013. gada 9. nov. 00:35, "Paul A. Procacci" > rakst=C4=ABja: >> >> By the looks of it you need the -alldirs option. >> >> exports(5) has other information you may be interested in. >> >> ~Paul > > I have used -alldirs but to no avail, it is something else Are you using fuse-ntfs? Somewhere I read that the in-kernel NFS server can't serve FUSE file systems. If that's true, you could try unfs3 (slow but stable) or nfs-ganesha (fast but immature). -Alan