With an NFS share mounted using mount server_hostname:/srv/home /mnt -o rw,sync
, I'm getting Permission denied
errors when trying to write (even as root). The server's /etc/exports
looks like this:
/srv/home 192.168.1.0/255.255.255.0(rw,sync,no_subtree_check)
It's definitely mounted as rw
(I checked in the output of mount
), but I'm not able to write.
Server is running Ubuntu, client running Arch.