From owner-freebsd-net@FreeBSD.ORG Sun Nov 10 11:49:56 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 C50D155E; Sun, 10 Nov 2013 11:49:56 +0000 (UTC) (envelope-from juris.kaminskis@gmail.com) Received: from mail-we0-x232.google.com (mail-we0-x232.google.com [IPv6:2a00:1450:400c:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B6F225A0; Sun, 10 Nov 2013 11:49:56 +0000 (UTC) Received: by mail-we0-f178.google.com with SMTP id q59so3557443wes.37 for ; Sun, 10 Nov 2013 03:49:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=h9JNWVYIqNh8M/n6JCLI9bNj3IzXBCVwLfhFpl491qk=; b=enBSNBm4BmxI1IsXWuA8n2TYmvtq+2lNOTZ7vA4YidUc47ON4jLSDF22r2dONwQzvv xS37aP/FnGKaq9fbQsARiKQmQU/W/uYTjRibA40hwX1WJneh387JeeNgNJAoUsNtkJlj ZJiQASTw2NSDB1WnylK/YooGihjtFMNTNTyLXilL2saV4uZKuL7eVoMvtBlpiDIazATh W/8mVxBFP335EceLB35/nGbUgJJ2NGY0xkeoeJv3vnb3s84/AMjKAC8qO3+PS/uvI/85 tT16VUU4tOy+AfOZ6450ZzGNNkGev4y8yrOeWGVj35SJoqUZ9LUsrw8bjA2V7gfyplGM 0Glg== MIME-Version: 1.0 X-Received: by 10.180.73.9 with SMTP id h9mr2795547wiv.26.1384084194566; Sun, 10 Nov 2013 03:49:54 -0800 (PST) Received: by 10.194.185.101 with HTTP; Sun, 10 Nov 2013 03:49:54 -0800 (PST) In-Reply-To: References: <20131108223538.GB41951@nat.myhome> Date: Sun, 10 Nov 2013 13:49:54 +0200 Message-ID: Subject: Re: Sharing NTFS file system over NFS From: Juris Kaminskis To: Alan Somers Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Sun, 10 Nov 2013 11:49:56 -0000 2013/11/9 Alan Somers > > 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 > unfs3 did the trick! FUSE does not work with in-kernel NFS, that is clear. thanks!