[培训新人系列之4.2] busybox 支持 mount nfs 要在 进入根文件系统之后, 使用 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.