Hi

I have veracrypt installed on my linux server (i.e. no gui). I am trying to mount a volume as writeable, but I'm having a rather large problem doing so. No matter what I have tried, it keeps mounting as read-only.

veracrypt -pmypasswordhere --mount --slot=1 --fs-options "umask=022,gid=1000,uid=1000" /dev/sda2 /media/m

That's what i currently have, and it';s still mounting as read-only

Thanks.