read write permission for NFS mount point in linux OS
hi,
i have share some location from Solaris 10 OS using following command..
share -o rw /mountpoint/
and then mount this share in oracle linux OS following command...
mount -t nfs -o rw,intr,soft,proto=tcp,nolock ip_address:/mountpoint/ /backupnfs
but still i can have any write access in /backupnfs mount point.
please let me know where i have made wrong .
or please share me how i can provide RW access in NFS mount point from Solaris 10 to Oracle Linux(exadata DB).
BR//
Redwan
Bangladesh
i have share some location from Solaris 10 OS using following command..
share -o rw /mountpoint/
and then mount this share in oracle linux OS following command...
mount -t nfs -o rw,intr,soft,proto=tcp,nolock ip_address:/mountpoint/ /backupnfs
but still i can have any write access in /backupnfs mount point.
please let me know where i have made wrong .
or please share me how i can provide RW access in NFS mount point from Solaris 10 to Oracle Linux(exadata DB).
BR//
Redwan
Bangladesh
0