Commit Graph

182 Commits (31a807d4fd55aa0ae4b12e0f19a97f96d25b2255)

Author SHA1 Message Date
szaka 02f8eb12c2 better explanation for the 'silent' mount option 2009-03-19 17:42:58 +00:00
szaka cda5e8ba4c add --version/-V command line option 2009-03-04 00:01:21 +00:00
szaka 9f2d3fce40 show 'Usage' instead of hint to use 'ntfs-3g --help' 2009-03-03 23:55:09 +00:00
szaka f7505dfd2f Prefer Support Forums for knowledge sharing 2009-03-03 08:15:19 +00:00
szaka a682c36625 change: support the "user." extended attribute namespace by default on Linux 2009-02-11 21:38:49 +00:00
szaka 5157bd2fd3 add recover/norecover options, obsolete force option, recover from unclean journal by default 2009-02-10 13:00:04 +00:00
szaka 84ef1c5f9d manual update 2009-02-01 14:59:56 +00:00
szaka 838af60ff1 manual: merge authors and thanks sections 2009-02-01 12:45:44 +00:00
szaka 91c57a8f08 document generic mount options accepted 2009-02-01 08:16:50 +00:00
szaka cd4666ab78 implement MacFUSE setbkuptime not to break some apps (Erik Larsson) 2009-01-31 15:48:48 +00:00
szaka 21cca783ba Credit major contributors 2009-01-29 16:04:16 +00:00
szaka b6d78e9c7e ntfs_fuse_setxattr: return EOPNOTSUPP if an extended attribute namespace isn't supported 2009-01-29 00:05:17 +00:00
szaka 3aaaf459ee revert 'change: support the "user." extended attributes namespace ...' change 2009-01-22 12:13:49 +00:00
szaka 8b4e66c23b change: support the "user." extended attributes namespace by default on Linux 2009-01-22 01:01:04 +00:00
szaka faf9707864 move conditional PATH_MAX define to compat.h 2009-01-21 23:51:02 +00:00
szaka 987e6f7bf9 fix extended attribute corruption if new size was smaller (Jean-Pierre Andre) 2009-01-19 02:35:53 +00:00
szaka 4869dc96d5 OS X: remove FUSE_ENABLE_SETVOLNAME comment 2009-01-08 02:52:12 +00:00
szaka f70df990c5 OS X: support getting/setting file creation timestmap (Erik Larsson) 2009-01-08 00:13:42 +00:00
szaka 882a17a6ce locale= mount option is not used anymore for filename characterset conversion 2008-12-22 00:48:29 +00:00
szaka 6718cf6de0 readdir returns error if a filename can't be utf8 converted instead of skipping it 2008-12-22 00:27:12 +00:00
szaka 9dc9eb60e9 ntfs_fuse_statfs: fix f_bsize comment about optimal transfer block size 2008-12-12 22:14:41 +00:00
szaka 31026fb7b0 librarize utils_ functions 2008-12-06 22:11:28 +00:00
szaka 70b7c4f8bf change invocation examples to work on OS X 2008-11-30 21:54:18 +00:00
szaka 8b7954e4ab ntfs_fuse_write: fix compiler warning on logging format string 2008-11-13 02:21:58 +00:00
szaka e8b6fe03f6 fix all -Wformat -Wformat-security compiler warnings (Vincent Untz) 2008-11-13 01:53:21 +00:00
szaka 1f8c7efb38 remove unused version files 2008-10-16 23:38:13 +00:00
szaka 43e4670b80 remove redundant ctx->vol checks (Yura Pakhuchiy) 2008-07-18 14:08:30 +00:00
szaka b4fd7fe3ce ntfs_fuse_write(): fix format string warning 2008-07-18 13:04:38 +00:00
szaka cdf4fd5469 don't flood log with "Operation not supported" compressed/encrypted write errors
(Mark McIntyre, Jean-Pierre Andre, Szabolcs Szakacsits)
2008-07-18 12:37:37 +00:00
szaka d7ae435430 create/mknod cleanup (Yura Pakhuchiy) 2008-07-18 01:07:21 +00:00
szaka b660e27c24 add Solaris support (Mark Phalan, Laszlo Peter, Marc Glisse, Szabolcs Szakacsits) 2008-07-17 15:01:50 +00:00
szaka 59f002c253 setup_logging(): fix printf NULL pointer crash on Solaris (Mark Phalan) 2008-07-15 15:39:53 +00:00
szaka ed96bb15e5 fix: the driver didn't work if the standard I/O file descriptors were closed
during mount, e.g. via some configuration of udev/hotplug (Ugo Riboni, laoGe)
2008-07-10 22:55:50 +00:00
szaka 34329cf27e use $(MKDIR_P) if available, $(mkdir_p) otherwise (Alon Bar-Lev) 2008-05-26 23:46:43 +00:00
szaka 70ecc5be0c new: --enable-mount-helper, --with-rootfs options and other build fixes:
- add --enable-mount-helper which installs /sbin/mount.ntfs-3g to be able
  to mount via mount(8) and /etc/fstab on Linux. The default is enabled
  on Linux and disabled on others.
- add --with-rootfs=<PATH> where the driver, library and core utils will
  be installed. The default is "/" otherwise automounts could fail.
- warn fuse none rootfs only if rootfs is "/"
- parallel make install support
- add DISTCHECK_HACK=1 environment which make "make distcheck" work
(Alon Bar-Lev)
2008-05-25 01:21:29 +00:00
szaka 9186ebc4d6 fix parallel 'make install' (Alon Bar-Lev) 2008-05-24 17:37:46 +00:00
szaka 78915c1d3c fix build if --exec-prefix used without --sbindir=/sbin (Georg Lukas, Szabolcs Szakacsits) 2008-05-23 20:13:21 +00:00
szaka d73e646b33 fix: support build in a separate directory (Alon Bar-Lev) 2008-05-19 17:34:39 +00:00
szaka 83e9aa0457 document missing and powered down device case 2008-05-05 17:20:22 +00:00
szaka f90aa79b2e remove redundant user_allow_other support: mount is denied for unprivileged
mounts unless ntfs-3g is suid-root in which case the user can control the
access by the uid/gid and fmask/dmask/umask options.
2008-04-09 00:37:36 +00:00
szaka ec83e7062a fix: symlink failed if the target was over 1024 bytes 2008-04-02 17:30:12 +00:00
szaka c231d73e19 fix: hard link attribute update was delayed by one second 2008-03-30 20:22:14 +00:00
szaka 2a3d44e3d6 fix: 'noatime' additionally and unconditionally was passed to fuse 2008-03-30 20:10:56 +00:00
szaka 02c4a2efde mount_fuse(): remove obsolete workaround to be able to find fusermount.
This piece of code resulted open source write NTFS. R.I.P.
2008-03-09 13:29:29 +00:00
szaka 0bafbaf9d3 more explanatory error messages when mount fails 2008-03-08 20:21:13 +00:00
szaka 7cff8993b8 ntfs_mbstoucs(): remove unused and broken outs_len 2008-03-08 19:18:20 +00:00
szaka 5617176383 fix compiler warnings 2008-02-16 17:05:38 +00:00
szaka d5d8acb214 don't obfuscate error message with usage help; explain better realpath error 2008-02-16 16:01:52 +00:00
szaka 6ab2973445 explain unprivileged block device mount failure with external FUSE 2008-02-16 15:21:56 +00:00
szaka fca849d365 fix unprivileged mount/unmount 2008-02-16 14:25:23 +00:00