LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   nfs io issues (https://www.linuxquestions.org/questions/linux-software-2/nfs-io-issues-95254/)

Kilka 09-21-2003 04:20 PM

nfs io issues
 
Hey all,

My nfs server appears to work fine when the client reads, however when writing im getting errors like:

[kilka@Ocyrus kilka]$ cp Beta\(3AM\ Mix\).mp3 /mnt/Hades/
cp: writing `/mnt/Hades/Beta(3AM Mix).mp3': Input/output error
cp: closing `/mnt/Hades/Beta(3AM Mix).mp3': Input/output error

I can scp or ftp the file to the server and it works fine. I don't shouldn't have to screw around with disk buffers to fix this should I ?

thanks
-kilka

MasterC 09-21-2003 04:45 PM

Can you post up your mount command, or your /etc/fstab entry for us to see what options you specified?

Cool

Kilka 09-21-2003 07:21 PM

nfs setup looks like this
 
I'm using automount. here is my auto.misc

Hades -rw,hard,intr,nodev 10.3.7.2:/mnt/Hades
Juno -rw,hard,intr,nodev 10.3.7.2:/mnt/Juno


and auto.master

/nfs /etc/auto.misc --timeout=0


-kilka

MasterC 09-21-2003 08:32 PM

Ok, in the options section, add an rsize, wsize, and timeo, and adjust as needed, here's an example:
Hades -rw,hard,rsize=8192,wsize=8192,timeo=14,intr,nodev 10.3.7.2:/mnt/Hades

Cool

Kilka 09-21-2003 08:41 PM

thanks :)
 
Hey man,

thanks for the good advice :)

-kilka


All times are GMT -5. The time now is 10:06 PM.