teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

2

情報の追加

2016/02/27 13:12

投稿

shi_ue
shi_ue

スコア4437

answer CHANGED
@@ -1,3 +1,17 @@
1
1
  シングルユーザーモードで起動できないんでしょうか?
2
2
 
3
- 手元の32bit版CentOS 5だと、/lib/libc.so.6 は /lib/libc-2.5.so のシンボリックリンクです。
3
+ 手元の32bit版CentOS 5だと、/lib/libc.so.6 は /lib/libc-2.5.so のシンボリックリンクです。
4
+
5
+
6
+
7
+ ---
8
+ **追記です。**
9
+ ググって見ましたが、こんなのが出てました。
10
+ > If you ever mess up your VM and you can't access the machine anymore you would
11
+ > create a second VM and attach the drives of your first VM to the second
12
+ > and chroot into the drives of your first VM.
13
+
14
+ (意訳)
15
+ もし、VMを台無しにしてどこからもアクセスできなくなったら、二つ目のVMを作って、一つ目のVMのドライブを二つ目にアタッチし、一つ目のVMのドライブにchrootすればいい。
16
+
17
+ これは、ネットワークが起動しなくなっちゃった人へのアドバイスとして書かれてましたが、同じような状況ではないでしょうか。

1

情報の追加

2016/02/27 13:12

投稿

shi_ue
shi_ue

スコア4437

answer CHANGED
@@ -1,1 +1,3 @@
1
- シングルユーザーモードで起動できないんでしょうか?
1
+ シングルユーザーモードで起動できないんでしょうか?
2
+
3
+ 手元の32bit版CentOS 5だと、/lib/libc.so.6 は /lib/libc-2.5.so のシンボリックリンクです。