Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 2015 17:16:20 +0000 (UTC)
From:      Sergey Matveychuk <sem@FreeBSD.org>
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
Message-ID:  <201506291716.t5THGK7A048641@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506291716.t5THGK7A048641>