Operating System - HP-UX
1752781 Members
6016 Online
108789 Solutions
New Discussion юеВ

NFS mount point Read only file system error

 
SOLVED
Go to solution
Johnson Punniyalingam
Honored Contributor

NFS mount point Read only file system error

Hi All,

Greetings & Good day,

Can anyone advice on the below error


Details :-
source :- NFS mount point => HPUX 11.31 - ServerA
target :- NFS mount point => HPUX 11.11 ->Server B

I'm getting this below error, while i am try to copy file from ServerB to ServerA NFS mount point.

cp: cannot create /export/ctm620/testHostname07: Read-only file system


Thanks,
Best Regards,
Johnson
Problems are common to all, but attitude makes the difference
3 REPLIES 3
Michal Kapalka (mikap)
Honored Contributor
Solution

Re: NFS mount point Read only file system error

hi,

check the ownership of the exported fs.

if you dont't have the same user or group this could be a problem.

mikap
Johnson Punniyalingam
Honored Contributor

Re: NFS mount point Read only file system error

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1330478

share -F nfs -o rw=abc.yahoo.com.sg /export/abcd123/

This worked !!!
Problems are common to all, but attitude makes the difference
Johnson Punniyalingam
Honored Contributor

Re: NFS mount point Read only file system error

Thanks
Problems are common to all, but attitude makes the difference