[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] poor NFS performance



Lars, that worked! It's usable and speed is much better. Thanks a lot.

I still think there's some problem there. When I play an mp3 file in Aniplayer and that mp3 file is on the harddrive it takes about 6% of CPU time. When the same file is on the network share it takes from 25 to 40%. Can someone explain me why ?

Cheers,
Sqward.

On 28/12/2010 16:25, Lars Schmidbauer wrote:
Hi,

I've just tried that (-o rsize=65536) and it's even worse.

I've just noticed that for long files it eventually generates a read
error. So effectively, it's slow and it doesn't work.
Maybe I've my nfs share is not configured properly ?
If you are able to run wireshark and capture the nfs packets, it
probably will shed light on the issue...
I use "mount_nfs -v -o rw,rsize=1024,wsize=1024,retrans=10<PC-IP>:/<path_to_folder>  /nfs/<folder>"
for connecting to Ubuntu-Linux PC, works good.

You can use "tcpdump" package from sparemint site for logging network traffic on Atari/MiNT, too.

Lars