摘要: 错误描述[ 36.768000] VFS: Unable to mount root fs via NFS, trying floppy.[ 36.772000] VFS: Cannot open root device "nfs" or unknown-block(2,0)[ 36.776000] Please append a correct "root=" boot option; here are the available partitions:[ 36.780000] Kernel panic - not syncing: VFS: Unab 阅读全文
posted @ 2012-11-16 11:03 Ray.floyd 阅读(954) 评论(0) 推荐(0)
摘要: GRUB啟動時選擇fedora,按e鍵,再選擇kernel,按e鍵,在kernel /boot/vmlinuz最後面加入single,回車-按b鍵 ,内核会启动到单用户模式,等待進入命令行模式。 阅读全文
posted @ 2012-11-16 10:16 Ray.floyd 阅读(2238) 评论(0) 推荐(0)
摘要: Learning GIT from an exampleGIT #表示注释、说明,蓝色表输入命令mkdir first.git #git init #初始化倉庫#copy some files to this dirgit add . #添加所有文件#git add ./path/all/git commit -m "init" #生成commitpwd#/home2/floyd.peng/testdir/first.git#and the user is floyd.peng password is ****#then how to clone this deposito 阅读全文
posted @ 2012-11-08 10:41 Ray.floyd 阅读(283) 评论(0) 推荐(0)
摘要: 一,文字的粘贴复制与移动删除 1>,粘贴与复制 -----------------------------基本操作---------------------------------------------------- 在命令模式下,以光标所在位置为参考 复制n个字符 -- nyl 复制n个字 -- nyw 复制n行 -- nyy 粘贴出复制的内容 -- p -----------------------------寄存器相关--------------------------------------------------... 阅读全文
posted @ 2012-10-19 16:19 Ray.floyd 阅读(1778) 评论(0) 推荐(0)
摘要: 多个Patch的合并:#git log------------------------------------------------------------------------------commit b56f73c3dba6fade796b5fba5fdaaba18adecd6fAuthor: floyd.peng <floyd.peng@dniserver.dnish.net>Date: Wed Oct 10 09:51:54 2012 +0800 correct return value of sysread_LanWlanObject_XXX and some oth 阅读全文
posted @ 2012-10-18 21:51 Ray.floyd 阅读(1982) 评论(0) 推荐(0)