挂载根目录注意事项

Posted 郁兴力

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了挂载根目录注意事项相关的知识,希望对你有一定的参考价值。

使用NFS前env为:
bootcmd=nand read.i c0008000 8000 500000;bootm c0008000
setenv bootargs noinitrd console=ttySAC0,115200
 
 

1、vi /etc/exports

 
 
2、/etc/init.d/nfs start
 
 
 
3、setenv bootargs noinitrd console=ttySAC0,115200 init=/init root=/dev/nfs rw nfsroot=192.168.0.110:/home/s5-drivers/part4-wenjian/rootfs,proto=tcp,nfsvers=3 ip=192.168.0.80:192.168.0.110:192.168.1.1:255.255.255.0::eth0:off 
 
 
 
4、tftp c0008000 uImage
bootm c0008000

以上是关于挂载根目录注意事项的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu 18.04 NFS实现目录挂载

Linux系统的目录绑定配置

Linux常用命令

硬盘相关操作

Docker挂载本地目录

Ubuntu18 挂载目录