LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   nfs do not work when copy (https://www.linuxquestions.org/questions/linux-server-73/nfs-do-not-work-when-copy-534965/)

haozidodo 03-06-2007 01:45 AM

nfs do not work when copy
 
hi all,I have a problem with nfs that I can not figure out,please help me!!
my nfs server:linux as 3.5 ip:192.168.0.1
nfs client:sun u60+solaris8 ip 192.168.0.33
I want the solaris client connect the diskarrsy which after the linux server via nfs.
below is the command I used:
on client:
#mount 192.168.0.1:/backup /data [command ok]
#cp * /data [command hanged]
there is no respond and I can not see the mount point with df -k command.please help me!!!!

lslade 03-06-2007 09:13 AM

Try this:

#mount -o nolock 192.168.0.1:/backup /data

or even

#mount -t nfs -o nolock 192.168.0.1:/backup /data

This is how I learned to do an NFS mount and some discussion indicates that even if "nolock" is the default you should put in the option.

EG. http://handhelds.org/hypermail/familiar/110/11008.html


All times are GMT -5. The time now is 01:29 AM.