1753809 Members
8292 Online
108805 Solutions
New Discussion юеВ

Re: problem with NFS

 
Wael_4
Advisor

problem with NFS

I have a problem as per the following scenario:
1) created one export NFS folder on one host
2) mounted the NFS exported folder from other two hosts successfully
3) from one of the other hosts which the exported NFS folder mounted I can not process the followin command
touch ww
but from the other host I can

what is the problem that I have
I set the NFS as read-write for both hosts.

please help
4 REPLIES 4
Bharat Katkar
Honored Contributor

Re: problem with NFS

Can you check the permissions of Mount Point Directory??

Regards,
You need to know a lot to actually know how little you know
Tiziano Contorno _
Valued Contributor

Re: problem with NFS

Did you exported the FS using /etc/exports?
Can you post its content?
Are you touching with the same user on both hosts?

Type mount -v on both importers e compare output.
Wael_4
Advisor

Re: problem with NFS

ithink the problem is only between two systems the nfs server and one of the other hosts, as I tried to mount exported nfs folder from the nfs server to the nfs client and the same problem still there.

is there any permission that can stops the writing on that nfs file system between these two systems.
Tiziano Contorno _
Valued Contributor

Re: problem with NFS

What is the exact error string after the touch?

Did you exported the FS using /etc/exports?
Can you post its content?
Are you touching with the same user on both hosts?
Type mount -v on both importers and post output.