Is there anyone who runs udisks with NTFS kernel driver successfully, or any alternative program that watches /udev or whatever for new devices?ntfs: (device sdXY): parse_options(): Unrecognized mount option windows_names

Is there anyone who runs udisks with NTFS kernel driver successfully, or any alternative program that watches /udev or whatever for new devices?ntfs: (device sdXY): parse_options(): Unrecognized mount option windows_names
Code: Select all
cat /etc/fstab | grep ntfs3
/dev/sda2 /tmp2 ntfs3 noauto,prealloc,noatime,rw 0 0
mount /tmp2
mount -v | grep ntfs3
/dev/sda2 on /tmp2 type ntfs3 (rw,noatime,uid=0,gid=0,iocharset=utf8,prealloc)