Closed GoogleCodeExporter closed 9 years ago
FW version: 3.4.3.7-072
Original comment by leandro.ong@gmail.com
on 16 Nov 2013 at 12:40
Have to add information that NFS built-server is running well. I issue putty
command on tomato router, "ls /mnt/downloads" and it gives me the NFS server
contents.
Original comment by leandro.ong@gmail.com
on 16 Nov 2013 at 12:45
Solution, decrease rsize and wsize values. Now transmission working without errors...
Current values:
root@BTRouter2:/tmp/home/root# cat /proc/mounts
...
10.0.1.1:/media/AiDisk_a2/downloads /tmp/mnt/downloads nfs rw,vers=3,rsize=65536,wsize=65536,hard,nolock,proto=tcp,timeo=600,retrans=2,sec=sys,addr=10.0.1. 0 0
change mounting to:
root@BTRouter2:/tmp/home/root# mount -t nfs -o nolock,rsize=32768,wsize=32768 10.0.1.1:/media/AiDisk_a2/downloads /mnt/downloads
Original comment by leandro.ong@gmail.com
on 16 Nov 2013 at 4:12
Sorry, I got confused. I thought I'm downloading to NFS server. This is still
problem even if I reduce buffer size to 4096.
Original comment by leandro.ong@gmail.com
on 16 Nov 2013 at 5:57
Solved. Here is the correct mounting NFS client that works well with
transmission-daemon, "mount -t nfs -o nolock,intr,hard,timeo=14,sync
10.0.1.1:/media/AiDisk_a2/downloads /mnt/downloads"
Original comment by leandro.ong@gmail.com
on 18 Nov 2013 at 7:04
Treat this issue as invalid.
Original comment by leandro.ong@gmail.com
on 18 Nov 2013 at 7:05
Treat this issue as invalid.
Original comment by leandro.ong@gmail.com
on 18 Nov 2013 at 7:05
Original comment by Dr.Sydorenko.O
on 18 Nov 2013 at 1:45
Original issue reported on code.google.com by
leandro.ong@gmail.com
on 16 Nov 2013 at 12:35