On 04/11/2014 10:06 AM, jschwill wrote:
>
> I am trying to set up an NFS share on one of my SLES 11.3 servers. Here
> is the exports file
>
> /
> <ip-address_of_my_workstation>(rw,sync,no_root_squash,no_subtree_check,no_all_squash)
>
> and my fstab line to mount it
>
> <server_name>:/ <mount_point> nfs
> rw,sync,hard,intr 0 0
>
> All I get is read-only access, I want to have root access to this
> server.
>
> Any help would be appreciated.
In that case, I suggest that you use the SLES forums. This one is for openSUSE
users.
I use NFS regularly and have full access. My exports options are
*(rw,root_squash,sync,no_subtree_check), and my fstab mount options are
defaults,exec,rw. Of course, SLES might be different.
You also need to check the permissions on the <mount_point> and those of the
exported directory.