I can not mount my NTFS disk read-write. I tried ntfsMounter as well as this command:
$ sudo mount_ntfs -o rw /dev/disk1s1 foo
But they mount as read only:
$ sudo mount
/dev/disk1s1 on /Users/foo/bar (ntfs, local, read-only, noowners)
The weird part is that it worked some time ago. But then it just stopped working. I've even tried to format the disk again with no result...
I also have a friend with the exact same disk and mounting that will result in both read and write access.
Is there some weird cache I can release or something?