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.
/ <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.