描述:#: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