标签:linux命令 nfs 挂载 目录 ras lock 命令记录 sda -o
1、命令:mount -t nfs -o nolock ip:目标挂虚拟机载目录 板子目录
用途:将板子挂载到虚拟机上
eg:mount -t nfs -o nolock 192.168.2.120:/home/edit /mnt
注意事项:板子、电脑和虚拟机必须在同一网段(可以ping通)
2、 命令:mount -t vfat /dev/sda1 板子目录
用途:把电子盘挂载到板子上
eg:mount -t vfat /dev/sda1 /mnt
3、 命令:cp -Rf 待拷贝目录 目标目录
:rm -Rf 待删除目录
用途:把目录(包含所有的子目录)拷贝到另外一个目录下/删除目录下所有东西
4、 命令:umount /dev/mtdblock1
用途:卸载存储块
5、 命令:nand erase
用途:擦除nand
5、 命令:
用途:
标签:linux命令 nfs 挂载 目录 ras lock 命令记录 sda -o
原文地址:https://www.cnblogs.com/agui125/p/9703004.html