-[[あるext3復旧レポート:http://sugi.nemui.org/wiki/%A4%A2%A4%EBext3%C9%FC%B5%EC%A5%EC%A5%DD%A1%BC%A5%C8?c=r]] -[[「LINUX」ファイルシステム点検および復旧:http://blogs.yahoo.co.jp/kataikame/10384576.html]] #author("2017-11-12T12:46:58+00:00","default:admin","admin") -[[fsckとe2fsckの違いって?:http://open-groove.net/linux/fsck-e2fsck/]] --ファイルシステムの種別に応じて実行すべきfsckプログラムが選択され、ext2/ext3であれば e2fsckが実行され、ReiserFSであれば reiserfsckが実行される -[[ext2のファイルシステムをext3に変換するには:http://www.atmarkit.co.jp/flinux/rensai/linuxtips/758ext2toext3.html]] -[[sda1 contains a file system with errors:http://ubuntuforums.org/showthread.php?t=602422]] -[[Linuxファイルシステムの保守:http://wiger.dip.jp/blog/wig_blog/archives/2010/04/linux-2.html]] * ファイルシステムの確認 [#fbca968e] -[[tune2fsでパーティーション情報を確認:http://dbweb.0258.net/wiki.cgi?page=tune2fs%A4%C7%A5%D1%A1%BC%A5%C6%A5%A3%A1%BC%A5%B7%A5%E7%A5%F3%BE%F0%CA%F3%A4%F2%B3%CE%C7%A7]] -ファイルシステムのsuperblockの表示 # tune2fs -l [device] or # dumpe2fs [device] * ファイルシステムのデバッグ [#jaf2def5] -起動中に「Filesystem contains large files, but lacks LARGE_FILE flag in superblock」というエラーメッセージが出た場合は、以下を参考にdebugfsコマンドでlarge_fileフラグを立てて再起動してみる -[[Troubleshooting DR-Linux:http://wiki.sep.de/wiki/index.php/Troubleshooting_DR-Linux]] --debugfsコマンドで「Filesystem features」の追加/削除をする方法が載っている