From owner-freebsd-stable@freebsd.org Tue Jun 30 21:27:37 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 37B3E991015 for ; Tue, 30 Jun 2015 21:27:37 +0000 (UTC) (envelope-from sem@FreeBSD.org) 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 EA3CA199F for ; Tue, 30 Jun 2015 21:27:36 +0000 (UTC) (envelope-from sem@FreeBSD.org) 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 1ZA342-0004Cc-Du for freebsd-stable@freebsd.org; Wed, 01 Jul 2015 00:27:34 +0300 Message-ID: <559309CE.2020306@FreeBSD.org> Date: Wed, 01 Jul 2015 00:27:42 +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: Sharing NTFS via NFS Content-Type: text/plain; charset=utf-8; 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 21:27:37 -0000 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)?