Page 2 of 2 FirstFirst 12
Results 16 to 26 of 26

Thread: mount NAS on asus wl500gp

  1. #16
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by tex View Post
    Quite disapponted!!!
    yeah, but it's not the same error message is it?
    this error message shows that you have not created the directories on your router...

    Also another point, I might have completely overlooked (silly me)
    you're not trying to mount a share but a directory in a share.
    In samba you can create several shares, in this case //192.168.1.168/public is your share, try to mount that.

  2. #17
    After many hours this is the only thing that seems to work but with this error, after insmod smbfs.o

    smbmount //192.168.1.168/public /mnt/protected/storage
    INFO: Debug class all level = 1 (pid 27792 from pid 27792)
    Password:
    Anonymous login successful
    cannot mount on /mnt/protected/storage: Stale NFS file handle
    smbmnt failed: 1
    this is
    showmount -e 192.168.1.168
    Export list for 192.168.1.168:
    /mnt/md1/backup *
    /mnt/usb4/backup *
    /mnt/usb3/backup *
    /mnt/usb2/backup *
    /mnt/usb1/backup *
    /mnt/ide4/backup *
    /mnt/ide3/backup *
    /mnt/ide2/backup *
    /mnt/ide1/backup *
    /mnt/ide4/public (everyone)

  3. #18
    don't mix NFS and CIFS

    showmount - show mount information for an NFS server

    http://linux.about.com/library/cmd/b..._showmount.htm


    but as you can see, the exportlist contains the directory, you want to mount...

    Code:
    mount -t nfs 192.168.1.168:/mnt/ide4/public /mnt/protected/storage
    RT-N66U TomatoUSB 1.28.0000 MIPSR2-135 K26AC USB AIO-64K running Entware-NG
    pyload 0.4.9
    minidlna 1.1.2
    samba 3.6.5
    openvpn 2.3.10
    ̶W̶L̶5̶0̶0̶g̶P̶ ̶1̶.̶9̶.̶2̶.̶7̶-̶r̶t̶n̶-̶r̶4̶7̶5̶0 retired

  4. #19
    i already tried that mount. Before mkdir -p tmp/mnt/protected/share
    then
    [admin@hd asus root]$ mount -t nfs //192.168.1.168:/mnt/ide4/public tmp/mnt/protected/share
    mount: RPC: Timed out
    mount: mounting //192.168.1.168:/mnt/ide4/public on /tmp/mnt/protected/share failed: Bad file descriptor
    Maybe the problem here is this?
    insmod /mnt/lib/modules/2.4.37.11/kernel/fs/nfs/nfs.o
    insmod: unresolved symbol rpc_wake_up_task
    In another post i've read that i need to insmod 2 more modules (sunrpc.o and lockd.o) but one of them isn't in the file i downloaded for my firmware version....so again at the beginning!!!!!
    And after this try, the folder /mnt/protected/share and /storage/ disappeared from the computer...
    Last edited by tex; 05-12-2011 at 15:32.

  5. #20
    modules-1.9.2.7-d-r2624.tgz\.\lib\modules\2.4.37.11\kernel\fs\lockd

    and

    modules-1.9.2.7-d-r2624.tgz\.\lib\modules\2.4.37.11\kernel\net\sunrp c
    RT-N66U TomatoUSB 1.28.0000 MIPSR2-135 K26AC USB AIO-64K running Entware-NG
    pyload 0.4.9
    minidlna 1.1.2
    samba 3.6.5
    openvpn 2.3.10
    ̶W̶L̶5̶0̶0̶g̶P̶ ̶1̶.̶9̶.̶2̶.̶7̶-̶r̶t̶n̶-̶r̶4̶7̶5̶0 retired

  6. #21
    Nothing to do...the answer is always the same
    insmod /mnt/lib/modules/2.4.37.11/kernel/fs/nfs/nfs.o
    mount -t nfs //192.168.1.168:/mnt/ide4/public /mnt/protected/share
    mount: RPC: Timed out
    mount: mounting //192.168.1.168:/mnt/ide4/public on /mnt/protected/share failed: Bad file descriptor

  7. #22
    you insmodded the other two kernel modules, before the nfs module?
    RT-N66U TomatoUSB 1.28.0000 MIPSR2-135 K26AC USB AIO-64K running Entware-NG
    pyload 0.4.9
    minidlna 1.1.2
    samba 3.6.5
    openvpn 2.3.10
    ̶W̶L̶5̶0̶0̶g̶P̶ ̶1̶.̶9̶.̶2̶.̶7̶-̶r̶t̶n̶-̶r̶4̶7̶5̶0 retired

  8. #23
    Quote Originally Posted by !gm View Post
    you insmodded the other two kernel modules, before the nfs module?
    yes, thank you for telling me where sunrpc was... i insmmod before sunrpc then lockd and finally correctly nfs.o (without errors). The error RPC: timed out arrives after some time (30-40 sec)

    Also in another post they didn't success in mounting nsf filesystem of NAS http://wl500g.info/showthread.php?t=21280 and used smbmount http://wl500g.info/showthread.php?t=21280 That's why i tried smbmount getting the error i told you before...
    smbmount //192.168.1.168/public /mnt/protected/storage
    INFO: Debug class all level = 1 (pid 27792 from pid 27792)
    Password:
    Anonymous login successful
    cannot mount on /mnt/protected/storage: Stale NFS file handle
    smbmnt failed: 1
    and after this the /mnt/protected/storage disappeared when exploring from windows PC
    Last edited by tex; 06-12-2011 at 07:29.

  9. #24
    ähhhm on your NAS, try disabling NFS or remove the export

    at least you should check error messages on your NAS als well

    Did you ever google such errors?
    RT-N66U TomatoUSB 1.28.0000 MIPSR2-135 K26AC USB AIO-64K running Entware-NG
    pyload 0.4.9
    minidlna 1.1.2
    samba 3.6.5
    openvpn 2.3.10
    ̶W̶L̶5̶0̶0̶g̶P̶ ̶1̶.̶9̶.̶2̶.̶7̶-̶r̶t̶n̶-̶r̶4̶7̶5̶0 retired

  10. #25
    No hope with NFS and CIF.
    Disabled NFS in the NAS, insmod smbfs.o, this is the last error.....
    smbmount //192.168.1.168/public /mnt/protected/share
    INFO: Debug class all level = 1 (pid 257 from pid 257)
    Password:
    Anonymous login successful
    Can't write mount entrysmbmnt failed: 1

  11. #26
    Last informations about this too long post. After that i will renounce...

    some log information taken from NAS
    crond 2.3.2 dillon, started, log level 8
    ^MStarting pid 1785, console /dev/console: '/sbin/getty'
    samba working on NAS
    smbd version 3.0.25a started.
    disable NFS in NAS web-interface
    NFS: NFS Server disabled OK
    try to smbmount from ASUS
    [admin@hd asus root]$ smbmount //192.168.1.168/public /mnt/protected/NAS
    INFO: Debug class all level = 1 (pid 15345 from pid 15345)
    Password:
    Anonymous login successful
    cannot mount on /mnt/protected/NAS: Stale NFS file handle
    smbmnt failed: 1
    and this is log from NAS
    hd asus (192.168.1.1) connect to service public initially as user guest-share (uid=7002, gid=7001) (pid 1992)
    hd asus (192.168.1.1) closed connection to service public

Page 2 of 2 FirstFirst 12

Similar Threads

  1. WL500GP V2 Asus Software HDD Problem
    By pluto135 in forum German Discussion - Deutsch (DE)
    Replies: 10
    Last Post: 29-11-2009, 17:51
  2. pyLoad! .. OpenSource Downloader für ASUS WL500gP ?
    By smiith in forum German Discussion - Deutsch (DE)
    Replies: 1
    Last Post: 20-07-2009, 01:46
  3. Replies: 0
    Last Post: 15-04-2009, 05:13

Posting Permissions

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