N1 nfs guide
This is a copy of https://gitee.com/8ox86/phicomm-n1-issue/blob/master/nfsd-config.md. Please refer to the original page for the newest version.
mkdir -p /srv/nfs/qbmount --bind /media/wd3t/qbittorrent/download/ /srv/nfs/qbvim /etc/exports/srv/nfs 192.168.8.0/24(rw,sync,crossmnt,no_root_squash,no_subtree_check,insecure,fsid=0)
/srv/nfs/qb 192.168.8.0/24(rw,sync,no_root_squash,insecure,no_subtree_check)[root@phicomm-n1:/etc/init.d]# exportfs -rav
exporting 192.168.8.0/24:/srv/nfs/qb
exporting 192.168.8.0/24:/srv/nfs[root@phicomm-n1:/etc/init.d]# exportfs -v
/srv/nfs 192.168.8.0/24(rw,wdelay,crossmnt,insecure,no_root_squash,no_subtree_check,fsid=0,sec=sys,rw,insecure,no_root_squash,no_all_squash)
/srv/nfs/qb 192.168.8.0/24(rw,wdelay,insecure,no_root_squash,no_subtree_check,sec=sys,rw,insecure,no_root_squash,no_all_squash)Last updated