./filesystems/fuse-ntfs-3g, NTFS driver for Linux/FreeBSD/NetBSD with read and write support

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1120, Package name: fuse-ntfs-3g-1.1120, Maintainer: pkgsrc-users

The NTFS-3G driver is an open source, freely available NTFS driver
for Linux with read and write support. It provides safe and fast
handling of the Windows XP, Windows Server 2003, Windows 2000 and
Windows Vista file systems. Most POSIX file system operations are
supported, with the exception of full file ownership and access
right support.


Required to build:
[devel/gmake] [devel/libtool-base] [devel/pkg-config]

Master sites:

SHA1: 203b6194e4dc531065b81c8f2ef72dd247e48a9b
RMD160: ecaef2641e018364620507a0703546a62c2a7683
Filesize: 563.481 KB

Version history: (Expand)


CVS history: (Expand)


   2009-07-08 18:34:40 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
user-destdir support
   2009-06-14 19:51:59 by Joerg Sonnenberger | Files touched by this commit (8)
Log message:
Remove @dirrm entries from PLISTs
   2008-05-25 23:23:27 by Thomas Klausner | Files touched by this commit (12)
Log message:
Reset maintainer on his request.
   2007-12-12 17:43:55 by Juan Romero Pardines | Files touched by this commit (2) | Package updated
Log message:
Update to the latest stable version now that refuse has been fixed.
   2007-12-12 16:39:44 by Juan Romero Pardines | Files touched by this commit (2)
Log message:
Downgrade to 1.913 until the issues are found with newer versions.
   2007-11-20 14:30:54 by Juan Romero Pardines | Files touched by this commit (2) | Package updated
Log message:
Update to 1.1120:

* Fix: successful hard link removal may reported "Input/Output error".
* Fix: listing the content of a single directory having over 600,000 files
  and subdirectories may returned "Input/Output error" or truncated
  directory listing.
* Fix: atime mount option didn't work.
* Fix: POSIX file time updates (file access and modification times, inode
  change time). Please note, though NTFS-3G updates the times correctly now,
  FUSE may keep caching old, invalid time attributes for a short time after
  rename(2), creat(2), and some file operations which involve hard links.
  FUSE has fixed already the first two cases and they may be included in
  the Linux kernel 2.6.24 release.
* New: relatime support was added and made the default atime update method.
   2007-11-11 16:59:22 by Juan Romero Pardines | Files touched by this commit (2) | Package updated
Log message:
Update to 1.1104:

* Fix: reads over the end of a file could return "invalid argument" error
  using some recent kernels. This problem may have caused Thunderbird
  to hang.
* Fix: some faulty versions of the gcc compiler have crashed during
  compilation.
* Fix: the utimes(2) system call may incorrectly updated the last status
  change filestamp.
* Change: the ntfs.streams.list extended attribute enumerates Alternate
  Data Streams (ADS) '\0' separated.
   2007-10-30 02:28:05 by Juan Romero Pardines | Files touched by this commit (2) | Package updated
Log message:
Update to 1.1030:

* fix: big-endian problems exposed by the NTFS-3G Test Suite.
* fix: free space calculation may was wrong for >1 TB volumes.
* fix: some faulty Thunderbird versions caused system log flooding.
* fix: uClibc and uClinux improvements.
* fix: logging improvements.
* fix: many other minor fixes.