摘要: 原文地址:http://fav.coketea.com/article_show.php?id=1步骤一、以试用方式进入ubuntu光盘系统,打开终端(快捷键ctrl+alt+t);步骤二、获取root权限:sudo -i步骤三 、列出所有的磁盘分区:fdisk -l步骤四 、挂载根目录的分区,其中X代表你的ubuntu系统的分区号;mount /dev/sdaX /mnt步骤五(可选)、如果boot分区独立于根分区,则要挂载boot分区,其中Y代表boot分区号;mount /dev/sdaY /mnt/boot步骤六 、挂载其他分区或设备;mount --bind /dev /mnt/de 阅读全文
posted @ 2013-09-30 19:03 DavidHHuan 阅读(2203) 评论(0) 推荐(0) 编辑
摘要: After updated Ubuntu, and reboot, I got these errorThe disk drive for /media/sda2 is not ready yet or not present.Continue to wait, press S to skip or M for manual recovery.Though I can press s to continue the starting, but that is not so good to do that.Then i google these.From here:http://ubuntufo 阅读全文
posted @ 2013-09-30 19:01 DavidHHuan 阅读(1077) 评论(0) 推荐(0) 编辑