Commit graph

6 commits

Author SHA1 Message Date
xtraeme
1cc45a9f39 Update to 1.710:
* fix: move, rename and hard link could return "input/output error"
* fix: very rare, recoverable directory corruption
* fix: portability improvements
* change: more troubleshooting hints if a volume can't be mounted
* change: logging improvements

* new: install executables to the root file system otherwise mount
  could fail during boot
* fix: any kind of file size change failure returned "Operation not permitted"
* fix: file close failure was not always reported
* fix: unmount failure was not always reported
* fix: file creation always gave "input/output error" if the $MFT Bitmap
  wasn't up-to-date
* fix: converting very long file names to Unicode may failed
* fix: syslog messages didn't show the low level error detail
* fix: compilation improvements on OS X and NetBSD
2007-07-13 10:02:55 +00:00
agc
8a98118198 Add a patch to pass the EXEC_NAME through to fuse_new(). Otherwise there
is no way of knowing the file system's name, since it is never passed to
the refuse layer.
2007-05-15 23:10:05 +00:00
xtraeme
c4bae84909 Update to 1.417:
* new: read-write mount is supported using the "force" mount option if
       the logfile is unclean
* new: libntfs-3g is versioned
* fix: default ownership of files weren't always set to the mounting user
* fix: mount was denied if the NTFS Master File Table copy had non-standard size
* fix: catch and deny all junction/reparse point write operations
* fix: multiply -o options weren't allowed (FreeBSD's mount(8) requires this)
* fix: don't try to run Linux specific code on non-Linux OSes
2007-05-01 16:17:54 +00:00
xtraeme
1e480cb59a Update to 1.328 (latest stable version):
* fix: fakeraid/softraid detection was incorrect
* change: major performance improvement for writing large
  files (new block allocator)
* change: manual update, added access handling, security section
* new: use the 'nonempty' FUSE mount option by default, so the driver
  behaves as the in-kernel file systems
* new: --disable-ldconfig configure option
2007-04-13 09:23:57 +00:00
xtraeme
c97bf4739f Don't try to read /proc/filesystems or use modprobe on NetBSD. 2007-02-28 21:34:39 +00:00
pooka
9a07ff6ac5 fuse-ntfs-3g package, proven to work under NetBSD-current.
The original work in pkg'izing this was done by <xtraeme>.
2007-02-26 19:55:28 +00:00