mount nfs报错:mount.nfs: access denied by server while mounting
mount -t nfs 192.168.19.133:/volume3/supreme5 /www/wwwroot/data 报错:mount.nfs: access denied by server while mounting 192.168.19.133:/volume3/supreme5
解决办法,群晖上要设置允许要mount机器的ip。
mount -t nfs 192.168.19.133:/volume3/supreme5 /www/wwwroot/data #注意133是群晖ip。不是nfs配置的ip
参考:https://blog.csdn.net/qq_44761480/article/details/120667167
- 除非注明,搜虎博客文章均为原创,转载请以链接形式标明本文地址
- 本文地址:https://blog.baidu-google.com/archives/mount-nfs-access-denied-by-server-while-mounting.html