zoukankan      html  css  js  c++  java
  • sama5d3 xplained 挂载主机NFS共享目录

    [相关信息]


    一切为了效率,为了快速测试刚编译的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

    这种情况下我能想到的解决方案是-重做文件系统。
  • 相关阅读:
    打造vim IDE
    Shell常用快捷键
    centos修改SSH端口并禁用root远程登录
    Java集合图谱
    github密钥
    创建Node.js TypeScript后端项目
    Shell的类型
    Mac新系统常用设置
    mac svn无法保存密码,JetBrains IDE(WebStrom、IntelliJ IDEA) 反复提示输入密码
    vim快捷键
  • 原文地址:https://www.cnblogs.com/aqing1987/p/4290547.html
Copyright © 2011-2022 走看看