https://bugzilla.novell.com/show_bug.cgi?id=293429#c1 --- Comment #1 from Péter Kerékfy <kerekfyp@komal.hu> 2007-07-27 02:34:40 MST --- I have revisited my opinion. You should remove all umask,uid,gid options because they trigger the default_permissions parameter. This parameter enables permission checking on chmod operations and it makes the kernel return 'Operation not permitted' messages to non-root users. You should remove the users parameter too since it makes no sense with a non-setuid ntfs-3g binary. Since most users do not need permission handling on their ntfs filesystems I suggest to use only the 'locale' mount option in fstab (it is essential to access files with national characters in its names). Example fstab line: /dev/sdb1 /windows/C ntfs-3g defaults,locale=en_US.UTF-0 0 0 The locale paramter should be set to the system locale (maybe RC_LANG in /etc/sysconfig/language ??) Regards, Peter. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.