我现在强的可怕~的博客mount: mounting 10.10.8.171:/home/ytj/hi3516/nfs on /mnt/nfs failed: No such file or directory 原因:固件升级后,确实没有/mnt/nfs这个路径,只需mkdir /mnt/nfs 创建路径即可 又报错: mount: mounting ...
Lewis-q398529803的博客Linux中提示No such file or directory解决方法 在linux下,./xxx.sh执行shell脚本时会提示No such file or directory。但shell明明存在,为什么就是会提示这个呢? 解决方法: 用vim打开该sh文件,输入: :set ...