From owner-freebsd-stable@freebsd.org Tue Jun 30 22:42:07 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 523A1991D9C for ; Tue, 30 Jun 2015 22:42:07 +0000 (UTC) (envelope-from sem@semmy.ru) Received: from sunner.semmy.ru (sunner.semmy.ru [IPv6:2a00:14d0:0:20::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 152BF224C for ; Tue, 30 Jun 2015 22:42:06 +0000 (UTC) (envelope-from sem@semmy.ru) Received: from [37.204.167.124] (helo=[172.16.100.32]) by sunner.semmy.ru with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.84 (FreeBSD)) (envelope-from ) id 1ZA4E8-0004ia-S1 for freebsd-stable@freebsd.org; Wed, 01 Jul 2015 01:42:04 +0300 Message-ID: <55931B44.5080503@semmy.ru> Date: Wed, 01 Jul 2015 01:42:12 +0300 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: Sharing NTFS via NFS References: <559309CE.2020306@FreeBSD.org> <1613380541.2481681.1435703172752.JavaMail.zimbra@uoguelph.ca> In-Reply-To: <1613380541.2481681.1435703172752.JavaMail.zimbra@uoguelph.ca> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 22:42:07 -0000 01.07.2015 1:26, Rick Macklem wrote: > Sergey Matveychuk wrote: >> Hi. >> >> For some reason I need to share USB disk with NTFS via NFS. I use >> fusefs-ntfs to mount the USB disk. But can't export it. I've got this >> message from mountd(8): >> mountd[85534]: can't export /mnt >> >> After googling I found out Linux can export Ntfs-3g with option >> no_root_squash: http://ubuntuforums.org/showthread.php?t=1791330 >> >> But how to do this with FreeBSD (10.0-RELEASE now)? > Short answer is you can't. Fuse file systems on FreeBSD can't be exported. > I'd like to read a long answer. Why? What limitations?