I just configured my Seagate Dockstar to export /srv directory with R/W mode and its /etc/exports file is shown as follows:
On my OpenSuSE Linux desktop computer, its /etc/fstab includes the following to auto mount the NFS drive as R/W:
So far, my Linux desktop computer has no problem to mount the /srv as an NFS drive. However, it can only mount the /srv as a R/O NFS drive. Can anyone here please help so that my Linux desktop computer will be able to mount the /srv as a R/W NFS drive?
/srv 192.168.1.0/24(rw,root_squash,insecure,no_subtree_check,sync)
On my OpenSuSE Linux desktop computer, its /etc/fstab includes the following to auto mount the NFS drive as R/W:
ww.xx.yy.zz:/srv /mnt nfs rw,async,hard,intr 0 0
So far, my Linux desktop computer has no problem to mount the /srv as an NFS drive. However, it can only mount the /srv as a R/O NFS drive. Can anyone here please help so that my Linux desktop computer will be able to mount the /srv as a R/W NFS drive?