• 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 jon_s

  1. J

    cifs errors on build 378.55

    There are no errors in syslog. However, looking at strace output, it looks like the Kernel is returning the error: mount("//192.168.1.161/temp", "/cifs1", "cifs", MS_MANDLOCK|MS_SILENT, "username=xyz,password=abc,ip=192"...) = -1 EINVAL (Invalid argument) # uname -a Linux RT-AC3200-7B50...
  2. J

    cifs errors on build 378.55

    Yes, I have tried with and without the username/password options. Gives the same error.
  3. J

    cifs errors on build 378.55

    I'm using an RT-AC3200 with build 378.55. Mounting a cifs share always returns an invalid argument: # mount -t cifs //192.168.1.161/share /cifs1 mount: mounting //192.168.1.161/share on /cifs1 failed: Invalid argument # mount -t cifs \\\\192.168.1.161\\share /cifs1 mount: mounting...
Back
Top