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

    这种情况下我能想到的解决方案是-重做文件系统。
  • 相关阅读:
    DVD X Player 5.5 PRO
    Freefloat FTP Server 1.0漏洞分析
    基于约束的SQL攻击
    Commons-Collections漏洞
    Code-Audit-Challenges-php-2
    GSM Sniffer环境--c118+osmocombb
    XXE (XML External Entity Injection) :XML外部实体注入
    hyperledger fabric学习(1)
    zero to one (4)
    zero to one (3)
  • 原文地址:https://www.cnblogs.com/aqing1987/p/4290547.html
Copyright © 2011-2022 走看看