package 从arch官网上去找 有搜索功能,挺方便的
1 sudo ...
提示 mini is not in the sudoers .this incident will be reported
解决方法 echo "mini ALL=(ALL) ALL">> /etc/sudoers (我的用户名是mini)
2
arch 中没有/etc/init.d 取而代之的是/etc/rc.d
portmap 被替换成rcbind
nfs-server
exportfs -ra(修改/etc/exports,使其立即生效)
重命名文件
move oldfilename newfilename
3
idea6410 烧写yaffs文件系统的时候 Writerootfs这个脚本文件中挂载的设备应该是mtdblock3 而不是手册上写的mtdblock2,真心坑,这个错误找了一个多小时。
这也给自己提个醒,手册只是给自己一个参考,每一步都要仔细想明白其意思,这样才不会出错,同时找错误页很快。