Hi, I'm getting this errors on the / filesystem: Jul 3 08:03:54 inf04 kernel: EXT3-fs error (device cciss/c0d0p2): ext3_get_inode_block: bad inode number: 18448395 Jul 3 08:03:54 inf04 kernel: Aborting journal on device cciss/c0d0p2. Jul 3 08:03:54 inf04 kernel: EXT3-fs error (device cciss/c0d0p2): ext3_get_inode_block: bad inode number: 18448387 Jul 3 08:03:55 inf04 kernel: EXT3-fs error (device cciss/c0d0p2): ext3_get_inode_block: bad inode number: 18448387 Jul 3 08:03:55 inf04 kernel: EXT3-fs error (device cciss/c0d0p2): ext3_get_inode_block: bad inode number: 18448395 Jul 3 08:03:57 inf04 kernel: ext3_abort called. Jul 3 08:03:57 inf04 kernel: EXT3-fs error (device cciss/c0d0p2): ext3_journal_start_sb: Detected aborted journal Jul 3 08:03:57 inf04 kernel: Remounting filesystem read-only (...) Jul 3 08:04:30 inf05 kernel: EXT3-fs error (device cciss/c0d0p2): ext3_get_inode_block: bad inode number: 49464569 Jul 3 08:04:30 inf05 kernel: EXT3-fs error (device cciss/c0d0p2): ext3_get_inode_block: bad inode number: 49464569 Jul 3 08:04:30 inf05 kernel: EXT3-fs error (device cciss/c0d0p2): ext3_get_inode_block: bad inode number: 49464569 Jul 3 08:04:30 inf05 kernel: EXT3-fs error (device cciss/c0d0p2): ext3_get_inode_block: bad inode number: 49464569 I supose I should remove the journal (get it back to ext2) and recreate it (tune2fs -j /dev/...) It's possible to do it without rebooting it? It's no problem to turn it to read-only (it already is on that mode) Whitch command I should do to achive his? Thanks! Jordi
On Tuesday 03 July 2007 02:31, Jordi Prats wrote:> Hi, > I'm getting this errors on the / filesystem:[...]> I supose I should remove the journal (get it back to ext2) and recreate > it (tune2fs -j /dev/...) It's possible to do it without rebooting it? > It's no problem to turn it to read-only (it already is on that mode) > Whitch command I should do to achive his?Just remount as ext2: # mount -t ext2 -o remount / Tweeks Confidentiality Notice: This e-mail message (including any attached or embedded documents) is intended for the exclusive and confidential use of the individual or entity to which this message is addressed, and unless otherwise expressly indicated, is confidential and privileged information of Rackspace Managed Hosting. Any dissemination, distribution or copying of the enclosed material is prohibited. If you receive this transmission in error, please notify us immediately by e-mail at abuse at rackspace.com, and delete the original message. Your cooperation is appreciated.