View Single Post
  #4 (permalink)  
Old 28-04-2007, 03:20 AM
raj's Avatar
raj raj is offline
Senior Member
User
 
Join Date: Jun 2005
Location: Hyderabad
OS: Fedora, Debian Linux
Posts: 307
Thanks: 42
Thanked 8 Times in 8 Posts
Rep Power: 6
raj will become famous soon enough raj will become famous soon enough
Default

Quote:
Originally Posted by linuxnightowl84 View Post
Hello Vivek,

Tried with root_squash

[root@nfs tmp]# cat /etc/exports
#
/windows *(rw,root_squash)


[root@client root]# mount 172.30.0.8:/windows win/
mount: 172.30.0.8:/windows failed, reason given by server: Permission denied



Linuxnightowl84
What is the output of following?
Code:
showmount -e <IP address of NFS>
The output from the above command shows you the directories exported, and to whom they are exported.

Also run
Code:
rpcinfo -p <IP address of NFS>
Make sure rpc and nfs client services are running on client

Make sure rpc and nfs server running on server itself


Also make sure your client IP address exists in /etc/hosts on nfs server and server IP exists in /etc/hosts on client

Lemme know
__________________
Raj
Linux rulz.
I have never turned back in my life ; I shall not do so today.. haha
Reply With Quote