--- Begin Message ---
Frank Cox a écrit :

There isn't much to setting up a simple NFS fileserver and client mount.  Set
up /etc/exports on the server (this assumes your client is 192.168.0.3)

/whatever/where-ever/ 192.168.0.3(rw)

Start the nfs service.  Create a mount point on the client

"mkdir /mnt/fileserver"

then mount the fileserver there.
"mount fileserver:/whatever/where-ever/ /mnt/fileserver"


That's about exactly what I did. I setup the NFS server on machine 'raymonde' (192.168.1.4) on my local network. Then when I do this from another machine:

[r...@lifebook ~]# mount raymonde:/data /home/shares

Nothing happens for about a minute or so, and then I get the following error:

mount.nfs: Input/output error

Which leaves me clueless.

Any idea what might go wrong here?


--- End Message ---
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to