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

  1. N

    Any possible way to mount nfs shares on to router?

    Thank you so much! You were right, i needed to specify the version and I also added _netdev to make sure the network was up before trying to mount the share. To anyone else with the same need here is what I added to my post-mount script: mount -t nfs 192.168.1.132:/export/MYCLOUD /mnt/nfs -o...
  2. N

    Any possible way to mount nfs shares on to router?

    here's what post-mount looks like. i'm using a swap partition and chroot debian, sonarr is inside debian which is why it needs the nfs mount first #!/bin/sh swapon /dev/sda5 if [ $1 = "/tmp/mnt/sda6" ] then ln -nsf $1/entware.arm /tmp/opt fi mount 192.168.1.132:/export/MYCLOUD /mnt/nfs sleep...
  3. N

    Any possible way to mount nfs shares on to router?

    Tried that, it still won't mount
  4. N

    Any possible way to mount nfs shares on to router?

    I'm looking for a way to mount an nfs share on my NAS to my router. The reason for this being that the NAS is already overloaded with stuff and I've setup entware+chrooted debian on merlin's fw to run sonarr. Sonarr is just a grabber and organizer so no issues with downloading files to the NAS...
Back
Top