Home > ディスクエラー時の対処

ディスクエラー時の対処

  • 2009-02-27 (金) 8:00

 

おそらく、画面には「Control + D」で強制起動させるか
シングルユーザーモードでログインするか、出ていると思います。

--------------------------------------------------
ディスクチェックを掛けるので、rootのパスワードでログインする。
--------------------------------------------------

mount

と入力し、現在マウントされているディスクを確認。

/dev/sda3 on / type ext3 (rw)
none on /proc type proc (rw)
usbdevfs on /proc/bus/usb type usbdevfs (rw)
/dev/sda1 on /boot type ext3 (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)

/dev/sda3
/dev/sda1

がマウントされているのが分かる。

--------------------------------------------------
マウントされているディスクをアンマウント
--------------------------------------------------
umount -a

これで全部マウントされているものが、アンマウントされます。

--------------------------------------------------
ディスクチェックを掛ける。
--------------------------------------------------

fsck -fy /dev/sda1

fsck -fy /dev/sda3

引数の「f」は強制的にチェックを掛ける
引数の「y」はエラーが見つかった場合自動的に修復する。

--------------------------------------------------
修復完了したら再起動
--------------------------------------------------

reboot

Comments:0

Comment Form
Remember personal info

Trackbacks:0

Trackback URL for this entry
http://acoustype.com/%e3%83%87%e3%82%a3%e3%82%b9%e3%82%af%e3%82%a8%e3%83%a9%e3%83%bc%e6%99%82%e3%81%ae%e5%af%be%e5%87%a6/trackback
Listed below are links to weblogs that reference
ディスクエラー時の対処 from acoustype.com

Home > ディスクエラー時の対処

Search
Feeds
Meta

Return to page top