Hello, as far as I remeber it used to work, I added a couple of lines to fstab in order to mount my NTFS disk:
/dev/sdb5 /home/moi/ntfs_files ntfs rw,auto,user,fmask=133,dmask=022,uid=1000,gid=1000 0 0
Mounting is not the problem but all the files are read-only? I tried to use chown to correct this but chown also reports "read only"
What is it I overlooked?