nfs挂载不成功

描述:#:mount -t nfs -o nolock 192.168.0.148:/share /mnt/nfs

错误:mount: /mnt/nfs: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<tye> helper program.

解决:busybox mount -t nfs -o nolock 192.168.0.148:/share /mnt/nfs

posted on 2022-11-02 17:58  寂枫  阅读(171)  评论(0)    收藏  举报