| From: | Adam Witney <awitney(at)sgul(dot)ac(dot)uk> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: "invalid page header in block 597621 of relation..."error |
| Date: | 2005-11-24 12:23:50 |
| Message-ID: | BFAB6156.52A69%awitney@sgul.ac.uk |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 23/11/05 10:20 pm, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Adam Witney <awitney(at)sgul(dot)ac(dot)uk> writes:
>> Whats the best way to zero the bad block?
>
> Probably dd from /dev/zero, along the lines of
>
> dd bs=8k seek=597621 count=1 conv=notrunc if=/dev/zero of=relation
>
> (check this before you apply it ;-)). You probably should stop the
> postmaster while doing this, in case it has a cached copy of the page.
Just wanted to clarify, should this not be
dd bs=8k seek=73333 count=1 conv=notrunc if=/dev/zero of=134401991.4
I thought that the 597621 blocks were split up over the . .1 .2 .3 .4 files?
Thanks again
Adam
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Richard Huxton | 2005-11-24 14:22:21 | Re: How to commuciate between two server in postgress |
| Previous Message | A. Kretschmer | 2005-11-24 11:24:50 | Re: Private email requests |