将主机的NFS挂载到开发板上

1)开发板设置IP地址和网关,最好写在/etc/init.d/S90start_userapp.sh 

ifconfig 192.168.1.136

route add default gw 192.168.1.1

2.挂载

ls /mnt
mount -t nfs 192.168.1.122:/nfsroot/ /mnt  -o nolock

 

相关文章:

  • 2021-12-25
  • 2022-12-23
  • 2021-09-28
  • 2021-10-04
  • 2021-07-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-07
  • 2021-06-04
  • 2022-12-23
  • 2021-12-03
  • 2021-11-22
  • 2022-12-23
相关资源
相似解决方案