LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   fedora core 5 nfs mount:no such file or directory (https://www.linuxquestions.org/questions/linux-networking-3/fedora-core-5-nfs-mount-no-such-file-or-directory-584227/)

horizonti_2004 09-12-2007 02:09 PM

fedora core 5 nfs mount:no such file or directory
 
dear linux forum
i have configured fedora core 5 desktop as nfs server
and fedora core 2 desktop as nfs client.and configured
all possible things and also disabled firewall.but
when i give mount command from client. i get message
that is server response no such file or directory.please
give the solution of this problem .my email id
is horizonti_2004@yahoo.com ,as i have spent lot of hours
on this problem

Brian1 09-12-2007 03:34 PM

Post the config /etc/exports file contents from the server
Post the command you are using on the client for the mount.
Post the exact error message.
Are you using IP or hostname? Which ever post the releated info for both machines.

Is the nfs service started?
You say no firewall enabled on the server. Is selinux enabled? If so disable that.


Also do not post more than once.
http://www.linuxquestions.org/questi...d.php?t=584228
http://www.linuxquestions.org/questi...d.php?t=584227

Quick google for some reference links. Check these out.
http://www.higs.net/85256C89006A03D2...eLinuxNFSSetup
http://www.vanemery.com/Linux/NFSv4/...no-rpcsec.html

Brian

horizonti_2004 09-13-2007 12:22 PM

Quote:

Originally Posted by Brian1 (Post 2890013)
Post the config /etc/exports file contents from the server
Post the command you are using on the client for the mount.
Post the exact error message.
Are you using IP or hostname? Which ever post the releated info for both machines.

Is the nfs service started?
You say no firewall enabled on the server. Is selinux enabled? If so disable that.


Also do not post more than once.
http://www.linuxquestions.org/questi...d.php?t=584228
http://www.linuxquestions.org/questi...d.php?t=584227

Quick google for some reference links. Check these out.
http://www.higs.net/85256C89006A03D2...eLinuxNFSSetup
http://www.vanemery.com/Linux/NFSv4/...no-rpcsec.html

Brian

hello brian1
the contents of /etc/exports file are
/home/student 192.168.1.2(rw)
//where 192.168.1.2 is ipadd of client
but i want to tell you that i have opted other options as well.
command on client is
mount 192.168.1.1:/home/student /home/student/test
//where 192.168.1.1 is ipadd of server
but i want to tell you that i have opted other options as well
now message is
mount 192.168.1.1:/home/student failed reason given by server:no such file or directory
i have started nfs through
/etc/init.d/nfs restart or /sbin/service nfs reload or /sbin/service nfs restart
also firewall is disabled and alsoservice iptables stop
but i get the same message.please help

Brian1 09-13-2007 05:36 PM

Have the similiar exports file. Only difference is I use the -t option in the mount command.

mount -t nfs 192.168.1.1:/home/student /home/student/test

Brian

horizonti_2004 09-14-2007 09:19 AM

nfs mount:no such file or directory
 
Quote:

Originally Posted by Brian1 (Post 2891097)
Have the similiar exports file. Only difference is I use the -t option in the mount command.

mount -t nfs 192.168.1.1:/home/student /home/student/test

Brian

dear brian1
i tried this command also,but i get the same message

Brian1 09-15-2007 06:14 PM

Only thought is a permissions issue on the directory.

Brian


All times are GMT -5. The time now is 12:48 PM.