You need to unmount the ntfs partitions and remount them as captive-ntfs

- open a console
- run: umount /mnt/yourpartition
- run: mount -t captive-ntfs /dev/yourpartition /mnt/yourpartition

It should work now.

Also, automatic mounting can be achieved my changing the /etc/fstab file so the fstype is always captive-ntfs, not ntfs.