11 Nov 2007 sye   » (Journeyer)

power outage. corrupted superblock and group descriptor on db server root file system. tried "mke2fs -n /dev/sda1" e2fsck with an alternate superblock didn't work. looked at "dumpe2fs /dev/sda1|more"...

This worth a try:

dd if=/dev/sda1 of=/data/sda1.bak.dd

mke2fs -S /dev/sda1

reading RedHat ext3 mailing list archive

also how to make customized bootable CD from running system?

Latest blog entries     Older blog entries

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!