aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fusefs-ntfs
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2015-06-30 01:16:19 +0800
committersem <sem@FreeBSD.org>2015-06-30 01:16:19 +0800
commitc76359591491de0b59cc75e2f6aa79beaa5c2c95 (patch)
treef009a8272bcbf87aa5c75be1adbd2196252c2ce6 /sysutils/fusefs-ntfs
parentfcd95768aa9fca0077e245b08c10d9c0f1cd6061 (diff)
downloadfreebsd-ports-gnome-c76359591491de0b59cc75e2f6aa79beaa5c2c95.tar.gz
freebsd-ports-gnome-c76359591491de0b59cc75e2f6aa79beaa5c2c95.tar.zst
freebsd-ports-gnome-c76359591491de0b59cc75e2f6aa79beaa5c2c95.zip
- Fix README.FreeBSD
Diffstat (limited to 'sysutils/fusefs-ntfs')
-rw-r--r--sysutils/fusefs-ntfs/Makefile1
-rw-r--r--sysutils/fusefs-ntfs/files/README.FreeBSD6
2 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile
index d3d2c8593fff..2374efe5b41d 100644
--- a/sysutils/fusefs-ntfs/Makefile
+++ b/sysutils/fusefs-ntfs/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ntfs
PORTVERSION= 2015.3.14
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://tuxera.com/opensource/
PKGNAMEPREFIX= fusefs-
diff --git a/sysutils/fusefs-ntfs/files/README.FreeBSD b/sysutils/fusefs-ntfs/files/README.FreeBSD
index 121ae9f66664..f1c101be8952 100644
--- a/sysutils/fusefs-ntfs/files/README.FreeBSD
+++ b/sysutils/fusefs-ntfs/files/README.FreeBSD
@@ -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 practice has no use.
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