I've recently found that writing to NTFS partition has not worked. This may be because I'm using very excellent filesystems/automount by vermaden which automatically mounts NTFS partitions but not in RW mode AFAICS.
Can someone confirm this and tell what I need to change to enable RW. I am using ntfs-3g and when I mount manually using something like
Can someone confirm this and tell what I need to change to enable RW. I am using ntfs-3g and when I mount manually using something like
ntfs-3g -o rw,uid=1000,gid=1000 /dev/da0s1 /mnt/ntfs then I get RW access.