I have an NTFS partition at /dev/sdb1.
When I mount it(mount /dev/sdb1 mnt), I can't access it as a non-root user, I get permission denied.
And I can't change ownership. From chown username mnt I get chown: changing ownership of 'mnt': Read-only file system, and still can't access the directory.
How to give permissions to a non-root user while retaining readonlyness?
defaults,nofail,uid=1000,fmask=0133,dmask=0022,nls=utf8,ro- change as needed. For RW access I addnoatime,discard.