diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-09-14 10:42:07 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-09-14 10:42:07 +0800 |
commit | 0442e27b561ad05aed0ae2af5d8e46059ebb30d8 (patch) | |
tree | 0d1d70ce4afefb9db0019a34e9259e774bdc6380 /sysutils/fusefs-ntfs/files | |
parent | a393cc89e2d5a7c2d24b1442b1924e0c53882c02 (diff) | |
download | freebsd-ports-graphics-0442e27b561ad05aed0ae2af5d8e46059ebb30d8.tar.gz freebsd-ports-graphics-0442e27b561ad05aed0ae2af5d8e46059ebb30d8.tar.zst freebsd-ports-graphics-0442e27b561ad05aed0ae2af5d8e46059ebb30d8.zip |
- Update to version 1.913.
- Update pkg-message.
Reported by: Szabolcs Szakacsits <szaka@ntfs-3g.org>
Diffstat (limited to 'sysutils/fusefs-ntfs/files')
-rw-r--r-- | sysutils/fusefs-ntfs/files/pkg-message.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/fusefs-ntfs/files/pkg-message.in b/sysutils/fusefs-ntfs/files/pkg-message.in index 653445f93cc..3c098398c9f 100644 --- a/sysutils/fusefs-ntfs/files/pkg-message.in +++ b/sysutils/fusefs-ntfs/files/pkg-message.in @@ -25,7 +25,7 @@ UBLIO_GRACE - 32. Makes the cache items have more chances to be reused. UBLIO_SYNC_IO - 0. If enabled, highly decreases writing speed, but the data is immediatly written to the disk. -For example (improves performance over large files): +For example (improves performance over large files, but read below): # env UBLIO_BLOCKSIZE=2097152 ntfs-3g /dev/ad0s1 /mnt @@ -38,11 +38,12 @@ the FORCE_ALIGNED_IO variable (it will be set to 512 bytes), but this is only useful for testing purposes and in practice has no use. Note that higher values for UBLIO_BLOCKSIZE and UBLIO_ITEMS increase the -memory usage by their product in bytes. By default it consumes 64MB. To -decrease it to 16MB set UBLIO_BLOCKSIZE to 256KB for example. +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 also work fine. +4096 can be used and also perform fine. ============================================================================== |