diff options
author | sem <sem@FreeBSD.org> | 2015-06-30 01:16:19 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2015-06-30 01:16:19 +0800 |
commit | c76359591491de0b59cc75e2f6aa79beaa5c2c95 (patch) | |
tree | f009a8272bcbf87aa5c75be1adbd2196252c2ce6 | |
parent | fcd95768aa9fca0077e245b08c10d9c0f1cd6061 (diff) | |
download | freebsd-ports-gnome-c76359591491de0b59cc75e2f6aa79beaa5c2c95.tar.gz freebsd-ports-gnome-c76359591491de0b59cc75e2f6aa79beaa5c2c95.tar.zst freebsd-ports-gnome-c76359591491de0b59cc75e2f6aa79beaa5c2c95.zip |
- Fix README.FreeBSD
-rw-r--r-- | sysutils/fusefs-ntfs/Makefile | 1 | ||||
-rw-r--r-- | sysutils/fusefs-ntfs/files/README.FreeBSD | 6 |
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 |