linux斷電後,出現fsck失敗的解決方案

來源:互聯網
上載者:User

 os啟動的時候,會有個檢查filesystem是否正確的操作,如果發現filesystem is inconsistent,就會自動執行fsck,導致filesystem inconsistent的最主要的原因是power off,就是我們說的硬關機。

    執行fsck的時候,如果發現無法對某個分區的filesystem進行check,fsck將會failed,然後系統進入repair filesystem模式,現象為:

Finding module dependencies;  modprobe:modprobe:can't locate module block-major-3 fsck.ext3Possibly non-existent or swap device? such device or address while trying to open /dev/hdb1 /boot: clena, 41/26104 files. 12679/104391 blocks[FAILED]

*** AN error occurred during the file system check *** Dropping you to a shell; the systm will reboot

*** when you leave the shell Give root password for maintenance

(or type Control-D to continue):

Login incorrect. (Repair filesystem) 1 #

此時,輸入root密碼,就會進入repair filesystem命令列,在這裡可以通過暫時卸載錯誤的或不存在的掛載目錄,來使的os正常啟動,啟動後可以重新對某個分區進行fsck或其他動作。這裡有個問題是,在repair filesystem模式下,根分區是唯讀,所以無法修改/etc/fstab來卸載某個掛載點,可以通過如下命令使其可寫:

          (Repair filesystem) 1 # mount -o remount,rw /

然後就可以通過vim /etc/fstab來進行修改。

這裡僅僅介紹了一些原理,具體不同的應用情境對應的操作方法參見《linux斷電開機後進入repair
system解決方案 》

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.