Mount USB HD with umask 000 so its writable

Hi,
my usb hd is automounted :
/dev/sdb1 on /media/SEAGATE 2TB type hfsplus(ro,nosuid,nodev,relatime,umask=22,uid=0,gid=0,nls=utf8,uhelper=udisks)

How can i change the umask parameter so i can mount it writable ?

Regards

Anton

I don’t recommend using HFS+ volumes on Linux
They will be mounted RO often when a dirty bit is set.

Just to expand on what Sam has said, the disk has been mounted as read-only, so in this case it’s not a umask issue.

See hfs+ mounted read-only on linux - Recherche Google for some possible solutions.