Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1618856
  • 博文数量: 197
  • 博客积分: 10046
  • 博客等级: 上将
  • 技术积分: 1983
  • 用 户 组: 普通用户
  • 注册时间: 2006-08-07 12:36
个人简介

在外企做服务器开发, 目前是项目经理, 管理两个server开发的项目。不做嵌入式好久了。

文章分类
文章存档

2011年(2)

2010年(6)

2009年(18)

2008年(30)

2007年(100)

2006年(41)

分类: LINUX

2007-08-31 17:54:18

要在 进入根文件系统之后, 使用 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.

阅读(2768) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~