要在 进入根文件系统之后, 使用 mount -t nfs .... 必须确保busybox 的mount支持了 nfs 项目:
先选中 Busybox Settings -> General configuration --> RPC support ,
这项选中以后 ,mount 下的 nfs 才能出现。
select nfs 即可。
--
util_linux/Config.in 配置文件能看出这一点:
config FEATURE_MOUNT_NFS
bool "Support mounting NFS file systems"
default n
depends on MOUNT && FEATURE_HAVE_RPC
select FEATURE_SYSLOG
help
Enable mounting of NFS file systems.
阅读(2823) | 评论(1) | 转发(0) |