共4条
1/1 1 跳转至页
nfs挂载问题
我用的OK2440IV开发板,光盘里的bootloader和2.6.28的那个mouse.yaffs文件系统,编译的2.6.33内核,弄了好久,顺利启动,
挂载nfs时显示如下:
# mount -t nfs -o nolock 192.168.0.245:/home/pgq/rootfs my_app
# QDir::readDirEntries: Cannot read the directory: /usr/lib/ipkg/externinfo 貌似内核启动的时候就有这句,不懂~~~
板子显示挂载成功,能看到所挂载目录中的东西,交叉编译测试程序hello.c,但在板子上运行时出现如下错误:
nfs: server 192.168.0.245 not responding, still trying
nfs: server 192.168.0.245 not responding, still trying
nfs: server 192.168.0.245 not responding, still trying
关键词: 挂载 问题
4楼
试一下这个::
mount -o nolock -t nfs 192.168.0.245:/home/pgq/rootfs /mnt
看看挂载成功否,要不就ping一下虚拟机,看看ping通么?
mount -o nolock -t nfs 192.168.0.245:/home/pgq/rootfs /mnt
看看挂载成功否,要不就ping一下虚拟机,看看ping通么?
共4条
1/1 1 跳转至页
回复
我要赚赏金打赏帖 |
|
|---|---|
| 基于ArduinoUNO开发板的AT24C02读写测试被打赏¥16元 | |
| TCS3472S传感器及其色彩检测被打赏¥19元 | |
| 【S32DS】S32K3 RTD7.0.1 HSE 组件配置报错问题解决被打赏¥27元 | |
| 【S32K3XX】MCME 启动 CORE1被打赏¥23元 | |
| AG32VH407下温度大气压传感器及其检测被打赏¥20元 | |
| AG32VH407下光照强度传感器BH1750及其检测被打赏¥22元 | |
| AT32VH407下使用温湿度传感器DHT22进行检测被打赏¥20元 | |
| DIY一个婴儿澡盆温度计被打赏¥34元 | |
| 【FreeRtos】FreeRtos+MPU region 配置规则被打赏¥23元 | |
| 【分享开发笔记,赚取电动螺丝刀】三分钟快速上手驱动墨水屏(ArduinoIDE)被打赏¥28元 | |
我要赚赏金
