
Ubuntu日本語フォーラム

ログインしていません。
お世話になります。
Thinkpad X61 (7675A63)にUbuntu Studio 9.10 (i386)をインストールして使っています。
先ほどから、セーフモード(メンテナンスモード?)でしか立ち上がらなくなってしまいました。
以下は、そのときに画面に表示されたメッセージです。
init: ureadahead main process (1100) terminated with status 5
fsck from util-linux-ng 2.16
[ 5.093968] Adding 8385920k swap on /dev/sda3. Priority:-1 extents:1 across:8385920k
/dev/sda1 contains a file system with errors, check forced.
Filesystem chacks are in progress (ESC to cancel):
/dev/sda1: Entry 'input' in /usr/share/doc/lilypond/html (123055) has an incorrect filetype (was 2, should be 1).
/dev/sda1: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
mountall: fsck / [1112] terminated with status 4
mountall: Filesystem has errors: /
init: mountall main process (1103) terminated with status 3
Mount of filesystem failed.
A maintenance shell will now be started.
CONTROL-D will terminate this shell and re-try.
root@7675A63:~#現在のパーティション構成は以下です。
/dev/sda1 20GB /
/dev/sda2 40GB /home
/dev/sda3 10GB swap
/dev/sda4 10GB ntfs (Winとのデータ共有用)
どうしたら通常通りに起動できるようになるのでしょうか。アドバイスいただけたら嬉しいです。
オフライン
https://forums.ubuntulinux.jp/viewtopic.php?id=7179
/dev/sda1: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. ::: CONTROL-D will terminate this shell and re-try.
「RUN fsck MANUALLY.」と書いてあるので、fsckを実行してください。
root@7675A63:~# fsck
Enterキーを押してコマンド実行後、入力待ちに戻ってCtrl+Dを押せば復帰すると思います。
オフライン
fsckをオプションなしで実行したら、ファイルシステムが修復され、無事に起動するようになりました。
個人的にはfsckとかfdiskはいい思い出が全くないので、かなりどきどきでした!
Ubuntu Studio 9.04時代に散々酷使したHDD(カーネルパニックで強制終了とか強制終了とか強制終了とか)なので、そろそろ寿命かもしれないなぁ。9.10の安定性に感謝!
vbkさん、どうもありがとうございます。
オフライン