ubuntu live cdから hddに入っているrootに入る

  • ubuntu live cdのブート
  • ubuntuを試す
  • 検索からxterm -> xtermの起動
  • 以下コマンド sdaXはhddの番号 fdisk -l などで調べる
sudo su -
mount /dev/sdaX /mnt
mount --bind /dev /mnt/dev
mount --bind /proc /mnt/proc
chroot /mnt

あとは好きなことをする

web拍手
This entry was posted in Linux, トラブルシューティング. Bookmark the permalink.

コメントを残す

メールアドレスが公開されることはありません。

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>