群辉挂载NFS方法
自留保存一下,以免忘记
参考链接
https://post.smzdm.com/p/632220/
https://blog.bbzhh.com/index.php/archives/110.html
群晖5.2版本下的busybox只支持NFS3.0协议,所以我们首先要下载新版的busybox来支持NFS4.1。官网适合于群晖5.2版本的文件名是busybox-x86_64。官网busybox-x86_64下载地址
开机自启路径/usr/syno/etc.defaults/rc.d/S99mount.sh
挂载参数
/bin/busybox-x86_64 mount -t nfs -o hard,vers=4.1 10.1.2.3:/files /volume1/共享/files
/bin/busybox-x86_64 mount -t nfs -o hard,vers=4.1 10.1.2.3:/photo /volume1/photo
/bin/busybox-x86_64 mount -t nfs -o hard,vers=4.1 10.1.2.3:/video /volume1/video
群辉挂载NFS方法
https://cuojue.org/read/83.html