From owner-svn-ports-all@freebsd.org Mon Jun 29 17:16:20 2015 Return-Path: Delivered-To: svn-ports-all@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 7D957990740; Mon, 29 Jun 2015 17:16:20 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E99B1E48; Mon, 29 Jun 2015 17:16:20 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5THGKme048643; Mon, 29 Jun 2015 17:16:20 GMT (envelope-from sem@FreeBSD.org) Received: (from sem@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5THGK7A048641; Mon, 29 Jun 2015 17:16:20 GMT (envelope-from sem@FreeBSD.org) Message-Id: <201506291716.t5THGK7A048641@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sem set sender to sem@FreeBSD.org using -f From: Sergey Matveychuk Date: Mon, 29 Jun 2015 17:16:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390926 - in head/sysutils/fusefs-ntfs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 17:16:20 -0000 Author: sem Date: Mon Jun 29 17:16:19 2015 New Revision: 390926 URL: https://svnweb.freebsd.org/changeset/ports/390926 Log: - Fix README.FreeBSD Modified: head/sysutils/fusefs-ntfs/Makefile head/sysutils/fusefs-ntfs/files/README.FreeBSD Modified: head/sysutils/fusefs-ntfs/Makefile ============================================================================== --- head/sysutils/fusefs-ntfs/Makefile Mon Jun 29 17:14:40 2015 (r390925) +++ head/sysutils/fusefs-ntfs/Makefile Mon Jun 29 17:16:19 2015 (r390926) @@ -3,6 +3,7 @@ PORTNAME= ntfs PORTVERSION= 2015.3.14 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://tuxera.com/opensource/ PKGNAMEPREFIX= fusefs- Modified: head/sysutils/fusefs-ntfs/files/README.FreeBSD ============================================================================== --- head/sysutils/fusefs-ntfs/files/README.FreeBSD Mon Jun 29 17:14:40 2015 (r390925) +++ head/sysutils/fusefs-ntfs/files/README.FreeBSD Mon Jun 29 17:16:19 2015 (r390926) @@ -43,9 +43,9 @@ and reduces disk load. 3. Mounting at startup with /etc/fstab ============================================================================== -To mount at startup you need to have the following line in /etc/rc.conf: +To mount at startup you need to have the following line in /boot/loader.conf: -fusefs_enable="YES" +fuse_load="YES" Then create the following symlink: @@ -105,6 +105,8 @@ useful for testing purposes and in pract 5. Known issues ============================================================================== +For mkntfs(8) -F must be used to allow non-block device to be processed. + When reading/writting the same file repeatedly while doing many simultaneous operations on different files sometimes the former one fails: read(2) returns -1 and sets errno to EAGAIN. This is because of a difference between the FUSE