On 4/8/07, <b class="gmail_sendername">Michael Weiner</b> <<a href="mailto:hunter@userfriendly.net">hunter@userfriendly.net</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I was trying to push some pictures up to a gallery application i run under<br>apache, and the process began to give me deny messages. Upon looking at the<br>server I noticed that I had recieved this error in dmesg and i am unsure how
<br>to correct it. Unfortunately this is on the main (slash) partition of one of<br>my servers.<br><br>journal_bmap: journal block not found at offset 5132 on sda2<br>Aborting journal on device sda2.<br>ext3_abort called.
<br>EXT3-fs error (device sda2): ext3_journal_start_sb: Detected aborted journal<br>Remounting filesystem read-only<br>EXT3-fs error (device sda2) in ext3_reserve_inode_write: Journal has aborted<br>EXT3-fs error (device sda2) in ext3_dirty_inode: Journal has aborted
<br>EXT3-fs error (device sda2) in ext3_reserve_inode_write: Journal has aborted<br>EXT3-fs error (device sda2) in ext3_dirty_inode: Journal has aborted<br><br>Is there a way to recreate or fix the journal to keep the fs alive? I have
<br>been googling, but been unable to come up with a clear fix for this<br>situation (thought something in tune2fs might do the trick but...)</blockquote><div><br>Managed to answer my own question by:<br><br>booting to rescue cd
<br>unmounting sda2<br>running fsck<br>tune2fs -O ^has_journal<br>tune2fs -j<br>re-reran fsck<br><br>and after a reboot...knock on wood, things seemed to have calmed down.<br><br>Thanks and sorry for the posting<br>Michael
<br></div><br></div>