1752794 Members
6097 Online
108789 Solutions
New Discussion

HPUX V3 NFS read only

 
srayfay
Valued Contributor

HPUX V3 NFS read only

Hello,

I tried to export my filesystem from the source with rw & root access, I can see that clearly in /etc/dfs/dfstab & sharetab

 

/usr/sbin/share -F nfs -o async,sec=none,rw,ro=,window=3000 -d "" /depot -  (no security)

or 

/usr/sbin/share -F nfs -o async,rw=supweb11,root=myserver -d "" /depot - (without security)

 

none of these définition worked, I can mount "/depot" on myserver but I can't write

 

Any suggestion plz

 

Regards

 

 

Regards
2 REPLIES 2
Dennis Handly
Acclaimed Contributor

Re: HP-UX V3 NFS read only

>/usr/sbin/share -F nfs -o async,sec=none,rw,ro=,window=3000 /depot

 

The ro= probably overrides the rw.

 

>/usr/sbin/share -F nfs -o async,rw=supweb11,root=myserver /depot

 

You may have to use FQDN for the clients?

srayfay
Valued Contributor

Re: HP-UX V3 NFS read only

Hello,

exactly, when I delete the "ro" option, the share worked correctly,

Now when I mount the share on myserver, I can write, but when I execute a script, this one can't do anything althought all the rights are in assigned with root power

Regards