Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

NFS Server

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
pcesar
Posts: 2
Joined: 2005-08-14 11:21

NFS Server

#1 Post by pcesar »

Hello,


I want to export nfs files, so i use the /etc/exports how its says on the books.

I do a "showmount -e localhost" and i see:

Export list for localhost:
/home/pcesar/share (everyone)

So far so good,

I even try in another server this command and it works fine to.

But the problem is when i do a :

mount 129.157.70.120:/home/pcesar/share /tmp

it says that "nfs mount: mount: /tmp: Device busy" or
NFS compound failed for server 129.157.70.120: error 7 (RPC: Authentication error)
NFS compound failed for server 129.157.70.120: error 7 (RPC: Authentication error)
NFS compound failed for server 129.157.70.120: error 7 (RPC: Authentication error)
NFS compound failed for server 129.157.70.120: error 7 (RPC: Authentication error)
NFS compound failed for server 129.157.70.120: error 7 (RPC: Authentication error)
NFS compound failed for server 129.157.70.120: error 7 (RPC: Authentication error)
nfs mount: mount: /export/home/pcesar/stuff/ois: Permission denied

Any one knows what is this ??
I think that is need to configure another file but i don t know witch file is.

If anyone knows please help me..

phaeton
Posts: 44
Joined: 2005-06-02 21:00

#2 Post by phaeton »

I don't know enough about nfs to tell what the issue is, but I was able to set it up using this guide: http://nfs.sourceforge.net/nfs-howto/

I hope it helps.

Post Reply