码迷,mamicode.com
首页 > 其他好文 > 详细

sama5d3 xplained 挂载主机NFS共享目录

时间:2015-02-13 18:07:24      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:

[相关信息]


一切为了效率,为了快速测试刚编译的ARM程序,NFS就是首选方案。

[操作步骤]
一、挂载
root@sama5d3_xplained:~# mount -t nfs 192.168.1.25:/var/nfs /mnt -o nolock     
mount: wrong fs type, bad option, bad superblock on 192.168.1.25:/var/nfs,     
       missing codepage or helper program, or other error                      
       (for several filesystems (e.g. nfs, cifs) you might                     
       need a /sbin/mount.<type> helper program)                               
                                                                               
       In some cases useful info is found in syslog - try                      
       dmesg | tail or so. 

二、开发板安装nfs-common
出现以上错误提示。原因是 开发板没有 nfs-common

这种情况下我能想到的解决方案是-重做文件系统。

sama5d3 xplained 挂载主机NFS共享目录

标签:

原文地址:http://www.cnblogs.com/aqing1987/p/4290547.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!