Recent content by danyhoron

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

  1. danyhoron

    NFS Mount options

    I was able to make it work. I had to use the `nolock` mount option on client. Thank you for helping me out.
  2. danyhoron

    NFS Mount options

    Here's my setup. I have a raspberry pis kubernetes cluster and I wanted to install PI Hole w/ persistent storage on the router's NFS export. The installation fails because it first locks one of the files, and after that it can't access it anymore. I followed the instructions in the github...
  3. danyhoron

    NFS Mount options

    I found this https://github.com/RMerl/asuswrt-merlin.ng/blob/4da3da3142729bb7a197b1248960864cca4c3db7/release/src/router/nfs-utils-1.3.4/systemd/nfs-mountd.service But I cannot find the service file on my router.
  4. danyhoron

    NFS Mount options

    Thank you, that's what I'm looking for: /usr/sbin/mountd # ps w | grep mountd 3707 dani 848 S /usr/sbin/mountd -V 2 13471 dani 844 S mountd Do you know who starts the mountd service? Where could I set or change parameters ?
  5. danyhoron

    NFS Mount options

    On a Linux box, that setting is found in /etc/default/nfs-kernel-server Details are in the github link in my first post.
  6. danyhoron

    NFS Mount options

    That's not an export option. It's a mountd option. It's service specific.
  7. danyhoron

    NFS Mount options

    Hi, I would like to be able to set the mount options for NFS. According to this: https://github.com/MoJo2600/pihole-kubernetes/issues/39#issuecomment-701169533 I need to disable --manage-gids Can someone please help me find the place where I need to edit the config / service to make that work...
Top