- Update to version 1.1004.

- Improve pkg-message (note about using in /etc/fstab).
This commit is contained in:
Alejandro Pulver 2007-10-26 00:10:37 +00:00
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

View file

@ -5,7 +5,7 @@
# #
PORTNAME= ntfs PORTNAME= ntfs
PORTVERSION= 1.913 PORTVERSION= 1.1004
CATEGORIES= sysutils CATEGORIES= sysutils
MASTER_SITES= http://www.ntfs-3g.org/ MASTER_SITES= http://www.ntfs-3g.org/
PKGNAMEPREFIX= fusefs- PKGNAMEPREFIX= fusefs-

View file

@ -1,3 +1,3 @@
MD5 (ntfs-3g-1.913.tgz) = d8093ce011683b39a683a948f94ce33a MD5 (ntfs-3g-1.1004.tgz) = 7630c7dc2879078df06ceff680cc04f5
SHA256 (ntfs-3g-1.913.tgz) = 47701041d2bbdf6339eab19671831eff8ba8de33c5be0ae02c4d89f0ea6f5065 SHA256 (ntfs-3g-1.1004.tgz) = 5ba8e0b70f3a6d567ac56bcc8107a9d583b43426bb2de3f4996b72e2d8c533bd
SIZE (ntfs-3g-1.913.tgz) = 576174 SIZE (ntfs-3g-1.1004.tgz) = 576193

View file

@ -30,8 +30,12 @@ For example (improves performance over large files, but read below):
# env UBLIO_BLOCKSIZE=2097152 ntfs-3g /dev/ad0s1 /mnt # env UBLIO_BLOCKSIZE=2097152 ntfs-3g /dev/ad0s1 /mnt
Alternatively these variables could be set in the shell startup file. For 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 example if you are using it in /etc/fstab add them to /etc/profile. In that
case, use "ntfs-3g" as the type. 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 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 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 would consume 64MB. To decrease it to 16MB you could set UBLIO_BLOCKSIZE to
256KB (currently this is the default). 256KB (currently this is the default).
When doing many simultaneous file operations sometimes one of them fails. The When doing many simultaneous file operations sometimes one of them fails. For
greater UBLIO_BLOCKSIZE is, more chances this has to happen. Small values like example, read(2) returns -1 and sets errno to EAGAIN. The greater
4096 can be used and also perform fine. 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.
============================================================================== ==============================================================================

View file

@ -30,7 +30,7 @@ include/ntfs-3g/volume.h
lib/libntfs-3g.a lib/libntfs-3g.a
lib/libntfs-3g.la lib/libntfs-3g.la
lib/libntfs-3g.so lib/libntfs-3g.so
lib/libntfs-3g.so.12 lib/libntfs-3g.so.13
@dirrm include/ntfs-3g @dirrm include/ntfs-3g
@cwd /usr @cwd /usr
sbin/mount_ntfs-3g sbin/mount_ntfs-3g