mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
- Update to version 1.1004.
- Improve pkg-message (note about using in /etc/fstab).
This commit is contained in:
parent
9002415ee1
commit
b13349d924
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202043
4 changed files with 15 additions and 10 deletions
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ntfs
|
||||
PORTVERSION= 1.913
|
||||
PORTVERSION= 1.1004
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.ntfs-3g.org/
|
||||
PKGNAMEPREFIX= fusefs-
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (ntfs-3g-1.913.tgz) = d8093ce011683b39a683a948f94ce33a
|
||||
SHA256 (ntfs-3g-1.913.tgz) = 47701041d2bbdf6339eab19671831eff8ba8de33c5be0ae02c4d89f0ea6f5065
|
||||
SIZE (ntfs-3g-1.913.tgz) = 576174
|
||||
MD5 (ntfs-3g-1.1004.tgz) = 7630c7dc2879078df06ceff680cc04f5
|
||||
SHA256 (ntfs-3g-1.1004.tgz) = 5ba8e0b70f3a6d567ac56bcc8107a9d583b43426bb2de3f4996b72e2d8c533bd
|
||||
SIZE (ntfs-3g-1.1004.tgz) = 576193
|
||||
|
|
|
@ -30,8 +30,12 @@ For example (improves performance over large files, but read below):
|
|||
# env UBLIO_BLOCKSIZE=2097152 ntfs-3g /dev/ad0s1 /mnt
|
||||
|
||||
Alternatively these variables could be set in the shell startup file. For
|
||||
example if you are using it in /etc/fstab add it to /etc/profile. In that
|
||||
case, use "ntfs-3g" as the type.
|
||||
example if you are using it in /etc/fstab add them to /etc/profile. In that
|
||||
case, use "ntfs-3g" as the type and add the "late" parameter. Note that this
|
||||
requires the "fuse" module to be loaded, that can be done either with:
|
||||
|
||||
- Adding fusefs_enable="YES" to /etc/rc.conf.
|
||||
- Adding fuse_load="YES" to /boot/loader.conf.
|
||||
|
||||
It is also possible to enforce block aligned I/O on regular files by setting
|
||||
the FORCE_ALIGNED_IO variable (it will be set to 512 bytes), but this is only
|
||||
|
@ -42,8 +46,9 @@ memory usage by their product in bytes. For example, if you set it to 1MB it
|
|||
would consume 64MB. To decrease it to 16MB you could set UBLIO_BLOCKSIZE to
|
||||
256KB (currently this is the default).
|
||||
|
||||
When doing many simultaneous file operations sometimes one of them fails. The
|
||||
greater UBLIO_BLOCKSIZE is, more chances this has to happen. Small values like
|
||||
4096 can be used and also perform fine.
|
||||
When doing many simultaneous file operations sometimes one of them fails. For
|
||||
example, read(2) returns -1 and sets errno to EAGAIN. The greater
|
||||
UBLIO_BLOCKSIZE is, more chances this has to happen. Small values like 4096
|
||||
can be used and also perform fine. This still has to be checked.
|
||||
|
||||
==============================================================================
|
||||
|
|
|
@ -30,7 +30,7 @@ include/ntfs-3g/volume.h
|
|||
lib/libntfs-3g.a
|
||||
lib/libntfs-3g.la
|
||||
lib/libntfs-3g.so
|
||||
lib/libntfs-3g.so.12
|
||||
lib/libntfs-3g.so.13
|
||||
@dirrm include/ntfs-3g
|
||||
@cwd /usr
|
||||
sbin/mount_ntfs-3g
|
||||
|
|
Loading…
Add table
Reference in a new issue