NFS share readonly, although set to rw on fstab

The correct syntax for NFSv3 explicitly…

192.168.0.3:/home/bruno/share  /home/bruno/share  nfs  vers=3,_netdev,rw  0  0

For NFSv4 explicitly…

192.168.0.3:/home/bruno/share  /home/bruno/share  nfs4  _netdev,rw  0  0