• SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Recent content by Jeffrey Young

  1. J

    NFS mounting issues

    Ok. Thanks @bennor I knew I read something about NFS not working on something. You saved me looking it up. @pedeb04 , I am afraid that I am out of ideas. Bad file descriptor is usually a sign that a permission issue exists. Mind me asking what you are using as a NAS? Using the modified steps...
  2. J

    NFS mounting issues

    I just remembered.... I believe I read in the changelog for 1006 firmware that NFS is broken. I am away from home now for a few days, I will check later. I am running 388 codebase on my ax86u pro.
  3. J

    NFS mounting issues

    Also make sure your NAS allows nvfv3 connections.
  4. J

    NFS mounting issues

    What are the permissions on your server? Try setting 777 as a tes (allow everything for everyone).
  5. J

    NFS mounting issues

    Sorry, I should have been more clear in my edit. You just need to type  portmap at the command prompt.
  6. J

    NFS mounting issues

    I'll PM you tomorrow with some quick instructions. What flavour of Linux? Please say Debian or Ubuntu
  7. J

    NFS mounting issues

    We might be getting ahead of our selves. Perhaps @pedeb04 should manually try setting up the share.
  8. J

    NFS mounting issues

    You can always spin up a Linux VM. Only takes a few seconds to set up an NFS export.
  9. J

    NFS mounting issues

    The big question is what models are affected. I don't have my AX88U to test anymore.
  10. J

    NFS mounting issues

    I updated my post above (#5)
  11. J

    NFS mounting issues

    OK, so I played around a bit this morning with this. I had to stop as my daughter is home this week and she remote works, so she needs the internet. So, first, you have not listed the router or firmware version you are using, can you please add this information to your signature. It does...
  12. J

    NFS mounting issues

    Following up on this while doing some googling, you could try modifying your exports file on your server; /srv/nfsshared 192.168.50.0/24(rw,root_squash,anonuid=xxxx,anongid=xxxx) Where xxxx is the actual uid and gid you want mapped when a root user mounts the share. The anonuid and anongid...
  13. J

    NFS mounting issues

    I am thinking that the root_squash directive on your server might be an issue. The router is trying to connect as user root which your server will change to an anonymous user. If your permissions on the server do not allow for an anonymous user it may be the reason it's failing. It's just a...
  14. J

    dnsmasq.conf.add config file keeps having execute attribute set

    Sure, my dnsmasq.conf.add file # start of dnsmasq.conf.add # Last edited: June 21, 2025 interface=ipsec* interface=wg* dhcp-client-update #all-servers server=/youngind.ca/ server=/young.youngind.ca/192.168.189.3 server=/young.youngind.ca/192.168.189.202 server=/young.youngind.ca/10.0.0.110...
  15. J

    dnsmasq.conf.add config file keeps having execute attribute set

    Thanks @Adamm Touch wood, I have not had a recoccurance since taking the execute permission off. I get what you are saying though. It is too bad that the ASD log is now encrypted. It would have been nice to know if ASD was the reason for absolute certainty.
Back
Top