Page 4 of 4 FirstFirst ... 234
Results 46 to 50 of 50

Thread: NFS problem

  1. #46

    NFS performance

    After using the Oleg firmware for one year on my RT-N16 I've switched to a Tomato-firmware with integrated NFS, as desribed on this page: http://tomatousb.org/forum/t-354845/...h-nfs-included.

    The NFS-performance is considerable better; I've just transferred one file of 2 GB in 205 seconds, which is 9,75 MB/sec. With the Oleg firmware it achieved around 3 to 4 MB/sec. How is this possible?

    I've used this firmware: http://tomato.groov.pl/index.php?dir...R2-062-AIO.trx

    Installing is best done from a Windows PC with the Firmware restoration tool from the Asus router utilities, as described in: http://patricksheedy.net/blog/simple...rt-n16-router/
    It is very important to clear the NVRAM with the 30-30-30-procedure as described (before and after, otherwise the router will boot, but no connections to it can be made.

    The tutorial for setting up the rest of the server: http://tomatousb.org/tut:how-to-set-...or-total-noobs

  2. #47
    Strange, I'm using RT-N16 with Oleg firmware and I regularly use NFS. It's quite fast (considering that this is a router), I've also reported it in another thread. Link.

    With Linux (Fedora) as peer ~12 MB/s with 75% CPU load (system utilization) is typical.
    I use it with UDP (mount example here, it seems from recent discussions that for some clients vers=3 has to be added, it was not needed for me), TCP has some performance issues, not just with NFS, but basically with any other protocol using TCP (FTP, Samba etc.).

    To me it seems that the per packet overhead kills TCP performance (with any RT-N16 firmware), simply reducing the amount of TCP ACKs performance jumps. Reported here.

    Since then I had no time to investigate this issue any more, but luckily NFS over UDP is fast for regular use with Oleg.

    (I'm also very happy that UVC webcam support has been added recently to Oleg firmware (using Logitech Webcam Pro 9000) .)
    Last edited by ecaddict; 15-08-2011 at 08:16.

  3. #48
    I use the wrong options apparently....

    mount -t nfs -o vers=3,tcp,nolock,intr,hard,rw,noauto 192.168.123.1:/mnt/sda3/nfs-data/ /Asus

    I'll try UDP for Tomato!

  4. #49
    With this mount command, working with UDP, it takes even longer (210 sec instead of 205 sec for 2GB):

    sudo mount -t nfs -o rsize=32768,wsize=32768,timeo=14,intr,proto=udp,as ync 192.168.123.1:/mnt/sda3/nfs-data/ /Asus

    Network-usage is fluctuating more than with the command I normally use. So maybe to much losses with UDP.

  5. #50

    Can't mount NFS on a Linux machine

    I've bought the ASUS WL500g V2 router and I've been struggling with the NFS server.
    The server is turned on in the web interface, the /etc/exports file reads
    Code:
    [admin@router root]$ cat /etc/exports 
    # automagically generated from web settings
    /tmp/harddisk/192.1.1.11
    when I try to mount the share with
    Code:
    sudo mount 192.168.1.1:/tmp/hardisk /home/vlad/knihovna
    I just get
    Code:
    mount.nfs: access denied by server while mounting 192.168.1.1:/tmp/hardisk
    .
    First I thought the problem could be in firewall configuration, but if I turn the firewall down, the problem persists.
    Could anybody advice me please?

Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. NFS probleem - Portmap draait als user '1'
    By koetjeboeh in forum Dutch Discussion - Nederlands
    Replies: 2
    Last Post: 21-01-2010, 15:46
  2. Kein Zugriff per NFS + Samba+Mac Problem
    By tuxianer in forum German Discussion - Deutsch (DE)
    Replies: 4
    Last Post: 21-02-2008, 14:57
  3. WL-500gP and Asus support experience
    By Blezi in forum WL-500gP Q&A
    Replies: 6
    Last Post: 03-12-2006, 12:59
  4. Problems with sharing USB disc over NFS
    By Jean-Fabrice in forum WL-500g Custom Development
    Replies: 53
    Last Post: 18-10-2006, 17:33

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •